From a409afef57f6c2db359f4fced7fd52a9fa3533d4 Mon Sep 17 00:00:00 2001 From: Daniel Plaza Date: Wed, 14 Oct 2020 08:11:03 +0200 Subject: [PATCH] Update to version 11.2.1_4149 Signed-off-by: Daniel Plaza --- .SRCINFO | 8 ++++---- PKGBUILD | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 108cee7..35ab0f0 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = mcuxpresso-ide pkgdesc = An easy-to-use integrated development environment (IDE) for creating, building, debugging, and optimizing your application. From BIN package distributed by NXP. - pkgver = 11.2.0_4120 + pkgver = 11.2.1_4149 pkgrel = 1 url = http://www.nxp.com/MCUXPresso arch = x86_64 @@ -11,11 +11,11 @@ pkgbase = mcuxpresso-ide depends = glibc depends = lib32-glibc depends = jlink-software-and-documentation - noextract = mcuxpressoide-11.2.0_4120.x86_64.deb.bin + noextract = mcuxpressoide-11.2.1_4149.x86_64.deb.bin options = !strip - source = https://freescaleesd.flexnetoperations.com/337170/917/17116917/mcuxpressoide-11.2.0_4120.x86_64.deb.bin + source = https://freescaleesd.flexnetoperations.com/337170/687/17360687/mcuxpressoide-11.2.1_4149.x86_64.deb.bin source = LICENSE - sha256sums = 9c068ac16831a8ad70dbfc8ef7a8822b3f6950564c8f15483baffb2bc5f7a225 + sha256sums = f45ae45f6cdcb6232b9a03551cbcdc0fdad9e5c12898d26dd436fdd6a7091bb5 sha256sums = 581e52868fa304c1632045f6a05b2495d95bae4011525f32f2ccf66fbaccfdca pkgname = mcuxpresso-ide diff --git a/PKGBUILD b/PKGBUILD index e5af2db..fbc01ee 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Daniel Plaza pkgname=mcuxpresso-ide -pkgver=11.2.0_4120 +pkgver=11.2.1_4149 pkgrel=1 epoch= pkgdesc="An easy-to-use integrated development environment (IDE) for creating, building, debugging, and optimizing your application. From BIN package distributed by NXP." @@ -10,9 +10,9 @@ url="http://www.nxp.com/MCUXPresso" license=('custom:"NXP"') depends=('dfu-util' 'libusb' 'ncurses' 'glibc' 'lib32-glibc' 'jlink-software-and-documentation') -source=("https://freescaleesd.flexnetoperations.com/337170/917/17116917/mcuxpressoide-${pkgver}.${arch}.deb.bin" "LICENSE") +source=("https://freescaleesd.flexnetoperations.com/337170/687/17360687/mcuxpressoide-${pkgver}.${arch}.deb.bin" "LICENSE") noextract=("mcuxpressoide-${pkgver}.${arch}.deb.bin") -sha256sums=('9c068ac16831a8ad70dbfc8ef7a8822b3f6950564c8f15483baffb2bc5f7a225' +sha256sums=('f45ae45f6cdcb6232b9a03551cbcdc0fdad9e5c12898d26dd436fdd6a7091bb5' '581e52868fa304c1632045f6a05b2495d95bae4011525f32f2ccf66fbaccfdca') options=('!strip')