Bump package version to 11.5.1

Signed-off-by: Matyas Mehn <matyas.mehn@fs.ei.tum.de>
This commit is contained in:
Matyas Mehn 2022-04-21 09:32:41 +02:00
parent ed7e0bc58c
commit e74bd114b6
2 changed files with 6 additions and 6 deletions

View file

@ -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.5.0_7232
pkgver = 11.5.1_7266
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.5.0_7232.x86_64.deb.bin
noextract = mcuxpressoide-11.5.1_7266.x86_64.deb.bin
options = !strip
source = file://mcuxpressoide-11.5.0_7232.x86_64.deb.bin
sha256sums = 256967ff5f0eeaeae3c1198d9aebd7c4c2239fa2978edc62916d495e59b7ec76
source = file://mcuxpressoide-11.5.1_7266.x86_64.deb.bin
sha256sums = aa549a9b940d5a257748cb3352c4e14cbd5b9ece73d3763fae012cafabecef56
pkgname = mcuxpresso-ide

View file

@ -15,7 +15,7 @@
#
pkgname=mcuxpresso-ide
pkgver=11.5.0_7232
pkgver=11.5.1_7266
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=('256967ff5f0eeaeae3c1198d9aebd7c4c2239fa2978edc62916d495e59b7ec76')
sha256sums=('aa549a9b940d5a257748cb3352c4e14cbd5b9ece73d3763fae012cafabecef56')
options=('!strip')
prepare() {