update to version 10.3.1_2233
This commit is contained in:
parent
8f888352f6
commit
4376bdf6b4
2 changed files with 7 additions and 7 deletions
8
.SRCINFO
8
.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 = 10.2.0_759
|
||||
pkgver = 10.3.1_2233
|
||||
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-10.2.0_759.x86_64.deb.bin
|
||||
noextract = mcuxpressoide-10.3.1_2233.x86_64.deb.bin
|
||||
options = !strip
|
||||
source = https://freescaleesd.flexnetoperations.com/337170/167/12841167/mcuxpressoide-10.2.0_759.x86_64.deb.bin
|
||||
source = https://freescaleesd.flexnetoperations.com/337170/567/14129567/mcuxpressoide-10.3.1_2233.x86_64.deb.bin
|
||||
source = LICENSE
|
||||
sha256sums = 4acc95699c495075d37d11e500e74963ca76bb9080214e3d51cb4efcd5f3aa8e
|
||||
sha256sums = 6ade20050025214b1c7771bff76b69d45b1bc730ab125a267608b21247a000be
|
||||
sha256sums = 983aae56ab8f62d13cbae6a28761e6ffb228431002e8d502aed2fa5fa31a630f
|
||||
|
||||
pkgname = mcuxpresso-ide
|
||||
|
|
6
PKGBUILD
6
PKGBUILD
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: Romain Bazile <gromain.baz at gmail dot com>
|
||||
|
||||
pkgname=mcuxpresso-ide
|
||||
pkgver=10.2.0_759
|
||||
pkgver=10.3.1_2233
|
||||
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/167/12841167/mcuxpressoide-${pkgver}.${arch}.deb.bin" "LICENSE")
|
||||
source=("https://freescaleesd.flexnetoperations.com/337170/567/14129567/mcuxpressoide-${pkgver}.${arch}.deb.bin" "LICENSE")
|
||||
noextract=("mcuxpressoide-${pkgver}.${arch}.deb.bin")
|
||||
sha256sums=('4acc95699c495075d37d11e500e74963ca76bb9080214e3d51cb4efcd5f3aa8e'
|
||||
sha256sums=('6ade20050025214b1c7771bff76b69d45b1bc730ab125a267608b21247a000be'
|
||||
'983aae56ab8f62d13cbae6a28761e6ffb228431002e8d502aed2fa5fa31a630f')
|
||||
options=('!strip')
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue