version 6.11.0
This commit is contained in:
parent
714bbd1713
commit
ba9ab484d1
2 changed files with 7 additions and 6 deletions
7
.SRCINFO
7
.SRCINFO
|
@ -1,6 +1,6 @@
|
|||
pkgbase = stm32cubemx
|
||||
pkgdesc = graphical software configuration tool for STM32 microcontrollers that allows generating C initialization code
|
||||
pkgver = 6.10.0
|
||||
pkgver = 6.11.0
|
||||
pkgrel = 1
|
||||
url = https://www.st.com/en/development-tools/stm32cubemx.html
|
||||
arch = any
|
||||
|
@ -10,10 +10,11 @@ pkgbase = stm32cubemx
|
|||
depends = archlinux-java-run>=10
|
||||
depends = bash
|
||||
options = !strip
|
||||
source = https://sw-center.st.com/packs/resource/library/stm32cube_mx_v6100-lin.zip
|
||||
options = !debug
|
||||
source = https://sw-center.st.com/packs/resource/library/stm32cube_mx_v6110-lin.zip
|
||||
source = stm32cubemx.desktop
|
||||
source = stm32cubemx.sh
|
||||
sha512sums = 47a9e54187a04b7eeffcc383bd0842a4b61bbb4ad2e1c3346aa3defc387298874c4c7244026bcf5ba7e29c90277c57c91e744970c1a93631dc650bdeeca90b24
|
||||
sha512sums = 2418acfa0dd80030f3fa84b91243a759603b4eefcfe653eda79e37a4765f1da5aa3e1cef43f8c6e236818f63964e388092e240ae4858aeac59603982647c739c
|
||||
sha512sums = 83c67bef3e8f8434903fe0c067442cc7473459386fdcb0225af1b3a75fd75e2be393f91f877c8410f1055ca4ec531b2df707fcab10663cae382a7f4066c8548b
|
||||
sha512sums = d0dfbf096d7d147f59ed9fc888e612636e6d025688f2ef82d528110da977e20175087eeb24bb398053ce0cb4e530dd0b4f0bd48574c028879ceffa44a04029c1
|
||||
|
||||
|
|
6
PKGBUILD
6
PKGBUILD
|
@ -1,6 +1,6 @@
|
|||
# Maintainer: laserK <echo 'Y29udGFjdEBrYXJzdGVucHVmYWhsLmRlCg==' | base64 -d>
|
||||
pkgname=stm32cubemx
|
||||
pkgver=6.10.0
|
||||
pkgver=6.11.0
|
||||
pkgrel=1
|
||||
epoch=
|
||||
pkgdesc="graphical software configuration tool for STM32 microcontrollers that allows generating C initialization code"
|
||||
|
@ -18,14 +18,14 @@ provides=()
|
|||
conflicts=()
|
||||
replaces=()
|
||||
backup=()
|
||||
options=(!strip)
|
||||
options=(!strip !debug)
|
||||
install=
|
||||
changelog=
|
||||
source=("https://sw-center.st.com/packs/resource/library/stm32cube_mx_v${pkgver//./}-lin.zip"
|
||||
"stm32cubemx.desktop"
|
||||
"stm32cubemx.sh")
|
||||
noextract=()
|
||||
sha512sums=('47a9e54187a04b7eeffcc383bd0842a4b61bbb4ad2e1c3346aa3defc387298874c4c7244026bcf5ba7e29c90277c57c91e744970c1a93631dc650bdeeca90b24'
|
||||
sha512sums=('2418acfa0dd80030f3fa84b91243a759603b4eefcfe653eda79e37a4765f1da5aa3e1cef43f8c6e236818f63964e388092e240ae4858aeac59603982647c739c'
|
||||
'83c67bef3e8f8434903fe0c067442cc7473459386fdcb0225af1b3a75fd75e2be393f91f877c8410f1055ca4ec531b2df707fcab10663cae382a7f4066c8548b'
|
||||
'd0dfbf096d7d147f59ed9fc888e612636e6d025688f2ef82d528110da977e20175087eeb24bb398053ce0cb4e530dd0b4f0bd48574c028879ceffa44a04029c1')
|
||||
validpgpkeys=()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue