Package Details: mcuxpresso-secure-provisioning 9.0.1-1

Git Clone URL: https://aur.archlinux.org/mcuxpresso-secure-provisioning.git (read-only, click to copy)
Package Base: mcuxpresso-secure-provisioning
Description: The MCUXpresso Secure Provisioning Tool is a GUI-based application provided to simplify generation and provisioning of bootable executables on NXP MCU devices.
Upstream URL: https://www.nxp.com/design/software/development-software/mcuxpresso-software-and-tools-/mcuxpresso-secure-provisioning-tool:MCUXPRESSO-SECURE-PROVISIONING
Licenses: custom:"NXP"
Submitter: kistlin
Maintainer: kistlin
Last Packager: kistlin
Votes: 0
Popularity: 0.000000
First Submitted: 2021-08-10 03:35 (UTC)
Last Updated: 2024-10-26 11:19 (UTC)

Latest Comments

hendy643 commented on 2024-10-26 11:01 (UTC)

Patch to v9.0.1

diff --git a/PKGBUILD b/PKGBUILD
index 3b0e1a6..22a558c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
 # Maintainer:
 pkgname=mcuxpresso-secure-provisioning
-pkgver=8.0.0
+pkgver=9.0.1
 pkgrel=1
 epoch=
 pkgdesc="The MCUXpresso Secure Provisioning Tool is a GUI-based application provided to simplify generation and provisioning of bootable executables on NXP MCU devices."
@@ -10,12 +10,12 @@ license=('custom:"NXP"')
 depends=('openssl' 'hidapi' 'libusb' 'libtiff5' 'libdecor')

 _install_dir=/opt/nxp
-_deb_name=${pkgname}-v8-1_amd64.deb
+_deb_name=${pkgname}-v${pkgver}-${pkgrel}_amd64.deb
 _binary_deb_name=${_deb_name}

 source=("file://${_binary_deb_name}")
 noextract=("${_binary_deb_name}")
-sha512sums=('2aa4b2be5114b188dbc8ec4abf744bdb27b74470937f6e97028a8023a3f80b652a30c1d3393e1e0f007e945af51eef7ee6e3a5dbe9f32cee9d25bd44b6caace5')
+sha512sums=('526c02aef1022bcf5b5b22c24ef924851c44dbe6a81a53454687d31239b471bf4cc01e4e21d990aab0bd8da278525ed65705483c4f41a541158bb15c16243421')
 options=('!strip')

 prepare() {