Version bump.
This commit is contained in:
parent
eb3536ef07
commit
dcba7b05b9
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.4.0_6224
|
pkgver = 11.4.0_6237
|
||||||
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.4.0_6224.x86_64.deb.bin
|
noextract = mcuxpressoide-11.4.0_6237.x86_64.deb.bin
|
||||||
options = !strip
|
options = !strip
|
||||||
source = file://mcuxpressoide-11.4.0_6224.x86_64.deb.bin
|
source = file://mcuxpressoide-11.4.0_6237.x86_64.deb.bin
|
||||||
sha256sums = 9b9a7a928a0bcc11edc149f2452a3fde79846ffa2a15c1e7f05fc67c683b5167
|
sha256sums = 3b0f16e82db93c2f0ca2c61f741435dcd7e5aa717ceabd4f2cc05e39848e6b98
|
||||||
|
|
||||||
pkgname = mcuxpresso-ide
|
pkgname = mcuxpresso-ide
|
||||||
|
|
4
PKGBUILD
4
PKGBUILD
|
@ -15,7 +15,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
pkgname=mcuxpresso-ide
|
pkgname=mcuxpresso-ide
|
||||||
pkgver=11.4.0_6224
|
pkgver=11.4.0_6237
|
||||||
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=('9b9a7a928a0bcc11edc149f2452a3fde79846ffa2a15c1e7f05fc67c683b5167')
|
sha256sums=('3b0f16e82db93c2f0ca2c61f741435dcd7e5aa717ceabd4f2cc05e39848e6b98')
|
||||||
options=('!strip')
|
options=('!strip')
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue