diff --git a/.SRCINFO b/.SRCINFO index 35fae1d..3ee69bb 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.6.0_8187 + pkgver = 11.6.1_8255 pkgrel = 1 url = http://www.nxp.com/MCUXPresso arch = x86_64 @@ -11,9 +11,9 @@ pkgbase = mcuxpresso-ide depends = jlink-software-and-documentation depends = dfu-util depends = libusb - noextract = mcuxpressoide-11.6.0_8187.x86_64.deb.bin + noextract = mcuxpressoide-11.6.1_8255.x86_64.deb.bin options = !strip - source = file://mcuxpressoide-11.6.0_8187.x86_64.deb.bin - sha256sums = 15ca9b0db4778881369a4ad0f69587599c1ae27eae80b15c40cf4ced4a649b78 + source = file://mcuxpressoide-11.6.1_8255.x86_64.deb.bin + sha256sums = 01951b1f6e65fde7cf95dc0c044c7080bbc1eab7c99133d22ccc748b0c0339ea pkgname = mcuxpresso-ide diff --git a/PKGBUILD b/PKGBUILD index 06411f8..8fe6cd3 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -15,7 +15,7 @@ # pkgname=mcuxpresso-ide -pkgver=11.6.0_8187 +pkgver=11.6.1_8255 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." @@ -26,7 +26,7 @@ depends=('ncurses' 'glibc' 'lib32-glibc' 'jlink-software-and-documentation' 'dfu source=("file://mcuxpressoide-${pkgver}.${arch}.deb.bin") noextract=("mcuxpressoide-${pkgver}.${arch}.deb.bin") -sha256sums=('15ca9b0db4778881369a4ad0f69587599c1ae27eae80b15c40cf4ced4a649b78') +sha256sums=('01951b1f6e65fde7cf95dc0c044c7080bbc1eab7c99133d22ccc748b0c0339ea') options=('!strip') prepare() {