summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Plaza2021-08-19 07:09:24 +0200
committerDaniel Plaza2021-08-19 07:09:24 +0200
commit8f3125eb20319840856ac6bac8c1fccd0a90df47 (patch)
treefeef5b9eec17422b9a19afacc4ac7203613f7e45
parenta39278ff3c369f913e52f6ea44dff09d227c1dbd (diff)
downloadaur-8f3125eb20319840856ac6bac8c1fccd0a90df47.tar.gz
New version 10.0
Signed-off-by: Daniel Plaza <dplaza@intelligentdata.es>
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD10
2 files changed, 8 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9bf5e2f43bae..d2ba4f37db3b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mcuxpresso-config-tools
pkgdesc = Integrated suite of configuration tools for NXP's microcontrollers. From BIN package distributed by NXP.
- pkgver = 9.0
+ pkgver = 10.0
pkgrel = 1
url = http://www.nxp.com/products/software-and-tools/run-time-software/mcuxpresso-software-and-tools/mcuxpresso-config-tools:MCUXpresso-Config-Tools
arch = x86_64
@@ -13,12 +13,11 @@ pkgbase = mcuxpresso-config-tools
depends = alsa-lib
depends = libnet
options = !strip
- source = mcuxpresso-config-tools.deb.bin::https://cache.nxp.com/secured/bsps/mcuxpresso-config-tools-v9-1_amd64.deb.bin?__gda__=1613208643_18839c55b33c8e1fc0299c5faf2d01fd&fileExt=.bin
+ source = mcuxpresso-config-tools.deb.bin::https://cache.nxp.com/secured/bsps/mcuxpresso-config-tools-v10-1_amd64.deb.bin?__gda__=1629356385_56c2f830e1ea4590f69b0d98db139c36&fileExt=.bin
source = LICENSE
source = mcuxpresso-config-tools.install
- sha256sums = c5ee5c93f79b0a91775a7f8b8d2d5a11d8ec5c081ff69929b96bbee99aeff7da
+ sha256sums = 199e1572e85fb62c993b02b6339808a8e9513253dd34b921accd4d7d49ced774
sha256sums = 93c42b11aa1762d40dc701860514afd4bb81c5b49798592b8841c5fbc683645f
sha256sums = 6435144e9b28ec594ebea3e598e01e23a4d41c3787a67de68dafedcf71bc18ed
pkgname = mcuxpresso-config-tools
-
diff --git a/PKGBUILD b/PKGBUILD
index 4e80de69e1d4..e22e2ac5da28 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Romain Bazile <gromain d0t baz at gmail dot com>
pkgname=mcuxpresso-config-tools
-pkgver=9.0
+pkgver=10.0
pkgrel=1
epoch=
pkgdesc="Integrated suite of configuration tools for NXP's microcontrollers. From BIN package distributed by NXP."
@@ -9,8 +9,8 @@ arch=('x86_64')
url="http://www.nxp.com/products/software-and-tools/run-time-software/mcuxpresso-software-and-tools/mcuxpresso-config-tools:MCUXpresso-Config-Tools"
license=('custom:"NXP"')
depends=('java-environment' 'libxslt' 'libxtst' 'gcc-libs-multilib' 'gtk2' 'alsa-lib' 'libnet')
-source=("$pkgname.deb.bin::https://cache.nxp.com/secured/bsps/mcuxpresso-config-tools-v9-1_amd64.deb.bin?__gda__=1613208643_18839c55b33c8e1fc0299c5faf2d01fd&fileExt=.bin" "LICENSE" "${pkgname}.install")
-sha256sums=('c5ee5c93f79b0a91775a7f8b8d2d5a11d8ec5c081ff69929b96bbee99aeff7da'
+source=("$pkgname.deb.bin::https://cache.nxp.com/secured/bsps/mcuxpresso-config-tools-v10-1_amd64.deb.bin?__gda__=1629356385_56c2f830e1ea4590f69b0d98db139c36&fileExt=.bin" "LICENSE" "${pkgname}.install")
+sha256sums=('199e1572e85fb62c993b02b6339808a8e9513253dd34b921accd4d7d49ced774'
'93c42b11aa1762d40dc701860514afd4bb81c5b49798592b8841c5fbc683645f'
'6435144e9b28ec594ebea3e598e01e23a4d41c3787a67de68dafedcf71bc18ed')
@@ -22,8 +22,8 @@ prepare() {
rm mcuxpresso-config-tools.deb.bin
cd ${srcdir}/
mkdir -p mcuxpresso-config-tools
- bsdtar -x -f mcuxpresso-config-tools-v9-1_amd64.deb -C mcuxpresso-config-tools
- rm mcuxpresso-config-tools-v9-1_amd64.deb
+ bsdtar -x -f mcuxpresso-config-tools-v10-1_amd64.deb -C mcuxpresso-config-tools
+ rm mcuxpresso-config-tools-v10-1_amd64.deb
bsdtar -x -f mcuxpresso-config-tools/data.tar.gz -C mcuxpresso-config-tools
rm mcuxpresso-config-tools/data.tar.gz
}