version 4.26.0

This commit is contained in:
laserK 2018-06-08 14:14:39 +02:00
parent ab17acedb6
commit 085db409e9
2 changed files with 6 additions and 6 deletions

View file

@ -1,8 +1,8 @@
# Generated by mksrcinfo v8 # Generated by mksrcinfo v8
# Sat May 19 14:28:34 UTC 2018 # Fri Jun 8 12:14:11 UTC 2018
pkgbase = stm32cubemx pkgbase = stm32cubemx
pkgdesc = graphical software configuration tool for STM32 microcontrollers that allows generating C initialization code pkgdesc = graphical software configuration tool for STM32 microcontrollers that allows generating C initialization code
pkgver = 4.25.1 pkgver = 4.26.0
pkgrel = 1 pkgrel = 1
url = http://www.st.com/content/st_com/en/products/development-tools/software-development-tools/stm32-software-development-tools/stm32-configurators-and-code-generators/stm32cubemx.html url = http://www.st.com/content/st_com/en/products/development-tools/software-development-tools/stm32-software-development-tools/stm32-configurators-and-code-generators/stm32cubemx.html
arch = any arch = any
@ -16,7 +16,7 @@ pkgbase = stm32cubemx
source = LICENSE source = LICENSE
source = stm32cubemx.desktop source = stm32cubemx.desktop
source = stm32cubemx.sh source = stm32cubemx.sh
sha512sums = 3260fc95c7aca55340985f8a15edd23e8d1a58d58ba77f2e72bdc747d3bb008e9b46274f90fa786a91eef86c95a9e2e6a6eb5662e92b170d4eb5976e8331933f sha512sums = 911334c9b14b8d076cc00165d7e815464d194a20cc4a2bb85ba1d402749123413b15991057928306dcbc0de3e2a17684f6e8a539029c88cb13603e1e8409d534
sha512sums = ad1897ea5234b712d726b5d3423f05f1c0c5a64e28354afe07dce7451563ae4492366cc252ca379b44793797be20011a66458431fd5453c18a7543ccb8df5397 sha512sums = ad1897ea5234b712d726b5d3423f05f1c0c5a64e28354afe07dce7451563ae4492366cc252ca379b44793797be20011a66458431fd5453c18a7543ccb8df5397
sha512sums = 56bff32e35f8eb09ae4df94e4e885aaf9349c687ce9f4901ddd11c83b69a32b19d99ab8dbd90c6679e86e7213c4d41640e52ab0d80b8fc4640a1bc5df9a3af32 sha512sums = 56bff32e35f8eb09ae4df94e4e885aaf9349c687ce9f4901ddd11c83b69a32b19d99ab8dbd90c6679e86e7213c4d41640e52ab0d80b8fc4640a1bc5df9a3af32
sha512sums = bef2450971c152c7f45565e0e36faf1863ddc6616532d5db2f29344de5d2d34852946a89e865059a632761a0c2565177cb2181724837b7b740b0697265d307c0 sha512sums = bef2450971c152c7f45565e0e36faf1863ddc6616532d5db2f29344de5d2d34852946a89e865059a632761a0c2565177cb2181724837b7b740b0697265d307c0

View file

@ -5,7 +5,7 @@
# Maintainer: Karsten Pufahl <kontakt <AT> karstenpufahl.de> # Maintainer: Karsten Pufahl <kontakt <AT> karstenpufahl.de>
pkgname=stm32cubemx pkgname=stm32cubemx
pkgver=4.25.1 pkgver=4.26.0
pkgrel=1 pkgrel=1
epoch= epoch=
pkgdesc="graphical software configuration tool for STM32 microcontrollers that allows generating C initialization code" pkgdesc="graphical software configuration tool for STM32 microcontrollers that allows generating C initialization code"
@ -31,7 +31,7 @@ source=("http://www.st.com/content/ccc/resource/technical/software/sw_developmen
"stm32cubemx.desktop" "stm32cubemx.desktop"
"stm32cubemx.sh") "stm32cubemx.sh")
noextract=() noextract=()
sha512sums=('3260fc95c7aca55340985f8a15edd23e8d1a58d58ba77f2e72bdc747d3bb008e9b46274f90fa786a91eef86c95a9e2e6a6eb5662e92b170d4eb5976e8331933f' sha512sums=('911334c9b14b8d076cc00165d7e815464d194a20cc4a2bb85ba1d402749123413b15991057928306dcbc0de3e2a17684f6e8a539029c88cb13603e1e8409d534'
'ad1897ea5234b712d726b5d3423f05f1c0c5a64e28354afe07dce7451563ae4492366cc252ca379b44793797be20011a66458431fd5453c18a7543ccb8df5397' 'ad1897ea5234b712d726b5d3423f05f1c0c5a64e28354afe07dce7451563ae4492366cc252ca379b44793797be20011a66458431fd5453c18a7543ccb8df5397'
'56bff32e35f8eb09ae4df94e4e885aaf9349c687ce9f4901ddd11c83b69a32b19d99ab8dbd90c6679e86e7213c4d41640e52ab0d80b8fc4640a1bc5df9a3af32' '56bff32e35f8eb09ae4df94e4e885aaf9349c687ce9f4901ddd11c83b69a32b19d99ab8dbd90c6679e86e7213c4d41640e52ab0d80b8fc4640a1bc5df9a3af32'
'bef2450971c152c7f45565e0e36faf1863ddc6616532d5db2f29344de5d2d34852946a89e865059a632761a0c2565177cb2181724837b7b740b0697265d307c0') 'bef2450971c152c7f45565e0e36faf1863ddc6616532d5db2f29344de5d2d34852946a89e865059a632761a0c2565177cb2181724837b7b740b0697265d307c0')
@ -59,7 +59,7 @@ EOM
} }
package() { package() {
java -jar "${srcdir}/SetupSTM32CubeMX-${pkgver}.exe" "auto-install_custom.xml" java -Djava.awt.headless=true -jar "${srcdir}/SetupSTM32CubeMX-${pkgver}.exe" "auto-install_custom.xml"
# mkdir -p "${pkgdir}/opt" # mkdir -p "${pkgdir}/opt"