Bump package version to 11.8.1
Signed-off-by: Matyas Mehn <matyas.mehn@fs.ei.tum.de>
This commit is contained in:
parent
5dab9939bc
commit
667c05de05
2 changed files with 6 additions and 6 deletions
8
.SRCINFO
8
.SRCINFO
|
@ -1,6 +1,6 @@
|
||||||
pkgbase = mcuxpresso-ide
|
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.
|
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.8.0_1165
|
pkgver = 11.8.1_1197
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = http://www.nxp.com/MCUXPresso
|
url = http://www.nxp.com/MCUXPresso
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
|
@ -11,9 +11,9 @@ pkgbase = mcuxpresso-ide
|
||||||
depends = jlink-software-and-documentation
|
depends = jlink-software-and-documentation
|
||||||
depends = dfu-util
|
depends = dfu-util
|
||||||
depends = libusb
|
depends = libusb
|
||||||
noextract = mcuxpressoide-11.8.0_1165.x86_64.deb.bin
|
noextract = mcuxpressoide-11.8.1_1197.x86_64.deb.bin
|
||||||
options = !strip
|
options = !strip
|
||||||
source = file://mcuxpressoide-11.8.0_1165.x86_64.deb.bin
|
source = file://mcuxpressoide-11.8.1_1197.x86_64.deb.bin
|
||||||
sha256sums = 8f503998841b4428534b509574845b62f36860fff9e1de8d53905ffe4525fd18
|
sha256sums = b0d245e934c06aee5cfc727d16132b9292621e8ffc6c917d109700e3ff336849
|
||||||
|
|
||||||
pkgname = mcuxpresso-ide
|
pkgname = mcuxpresso-ide
|
||||||
|
|
4
PKGBUILD
4
PKGBUILD
|
@ -15,7 +15,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
pkgname=mcuxpresso-ide
|
pkgname=mcuxpresso-ide
|
||||||
pkgver=11.8.0_1165
|
pkgver=11.8.1_1197
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
epoch=
|
epoch=
|
||||||
pkgdesc="An easy-to-use integrated development environment (IDE) for creating, building, debugging, and optimizing your application. From BIN package distributed by NXP."
|
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")
|
source=("file://mcuxpressoide-${pkgver}.${arch}.deb.bin")
|
||||||
noextract=("mcuxpressoide-${pkgver}.${arch}.deb.bin")
|
noextract=("mcuxpressoide-${pkgver}.${arch}.deb.bin")
|
||||||
sha256sums=('8f503998841b4428534b509574845b62f36860fff9e1de8d53905ffe4525fd18')
|
sha256sums=('b0d245e934c06aee5cfc727d16132b9292621e8ffc6c917d109700e3ff336849')
|
||||||
options=('!strip')
|
options=('!strip')
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue