version 6.8.1
This commit is contained in:
parent
ccbcc95059
commit
55e18a2c1f
2 changed files with 5 additions and 5 deletions
6
.SRCINFO
6
.SRCINFO
|
@ -1,6 +1,6 @@
|
||||||
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 = 6.8.0
|
pkgver = 6.8.1
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://www.st.com/en/development-tools/stm32cubemx.html
|
url = https://www.st.com/en/development-tools/stm32cubemx.html
|
||||||
arch = any
|
arch = any
|
||||||
|
@ -10,10 +10,10 @@ pkgbase = stm32cubemx
|
||||||
depends = archlinux-java-run
|
depends = archlinux-java-run
|
||||||
depends = bash
|
depends = bash
|
||||||
options = !strip
|
options = !strip
|
||||||
source = https://sw-center.st.com/packs/resource/library/stm32cube_mx_v680-lin.zip
|
source = https://sw-center.st.com/packs/resource/library/stm32cube_mx_v681-lin.zip
|
||||||
source = stm32cubemx.desktop
|
source = stm32cubemx.desktop
|
||||||
source = stm32cubemx.sh
|
source = stm32cubemx.sh
|
||||||
sha512sums = 3a37967be03324e6c8ec5aab5375b3ac43afc72f88d9d8fe93c6436ee1b72b7775c4004f5ad3abb51867d78457f5bb42e6fef9d8d248d080f6d9af7742f2c49d
|
sha512sums = 985db6f67a5e41acc03eb68dfec4f9ec5874a3201a02ef36f5cb4a8cbbfd40f6a251106d695ffdb011ec37c3ebd3169d971516e730739a8e697abec6585eea37
|
||||||
sha512sums = 83c67bef3e8f8434903fe0c067442cc7473459386fdcb0225af1b3a75fd75e2be393f91f877c8410f1055ca4ec531b2df707fcab10663cae382a7f4066c8548b
|
sha512sums = 83c67bef3e8f8434903fe0c067442cc7473459386fdcb0225af1b3a75fd75e2be393f91f877c8410f1055ca4ec531b2df707fcab10663cae382a7f4066c8548b
|
||||||
sha512sums = 6a79222fecdd4e0321d4a460a746d704c25fa32a97fd6653adfb64447053b8985c9533caf2f92f8907ef4424aa19ce0bdff3911bbdc6bf744bb354baaa3d834c
|
sha512sums = 6a79222fecdd4e0321d4a460a746d704c25fa32a97fd6653adfb64447053b8985c9533caf2f92f8907ef4424aa19ce0bdff3911bbdc6bf744bb354baaa3d834c
|
||||||
|
|
||||||
|
|
4
PKGBUILD
4
PKGBUILD
|
@ -1,6 +1,6 @@
|
||||||
# Maintainer: laserK <echo 'Y29udGFjdEBrYXJzdGVucHVmYWhsLmRlCg==' | base64 -d>
|
# Maintainer: laserK <echo 'Y29udGFjdEBrYXJzdGVucHVmYWhsLmRlCg==' | base64 -d>
|
||||||
pkgname=stm32cubemx
|
pkgname=stm32cubemx
|
||||||
pkgver=6.8.0
|
pkgver=6.8.1
|
||||||
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"
|
||||||
|
@ -25,7 +25,7 @@ source=("https://sw-center.st.com/packs/resource/library/stm32cube_mx_v${pkgver/
|
||||||
"stm32cubemx.desktop"
|
"stm32cubemx.desktop"
|
||||||
"stm32cubemx.sh")
|
"stm32cubemx.sh")
|
||||||
noextract=()
|
noextract=()
|
||||||
sha512sums=('3a37967be03324e6c8ec5aab5375b3ac43afc72f88d9d8fe93c6436ee1b72b7775c4004f5ad3abb51867d78457f5bb42e6fef9d8d248d080f6d9af7742f2c49d'
|
sha512sums=('985db6f67a5e41acc03eb68dfec4f9ec5874a3201a02ef36f5cb4a8cbbfd40f6a251106d695ffdb011ec37c3ebd3169d971516e730739a8e697abec6585eea37'
|
||||||
'83c67bef3e8f8434903fe0c067442cc7473459386fdcb0225af1b3a75fd75e2be393f91f877c8410f1055ca4ec531b2df707fcab10663cae382a7f4066c8548b'
|
'83c67bef3e8f8434903fe0c067442cc7473459386fdcb0225af1b3a75fd75e2be393f91f877c8410f1055ca4ec531b2df707fcab10663cae382a7f4066c8548b'
|
||||||
'6a79222fecdd4e0321d4a460a746d704c25fa32a97fd6653adfb64447053b8985c9533caf2f92f8907ef4424aa19ce0bdff3911bbdc6bf744bb354baaa3d834c')
|
'6a79222fecdd4e0321d4a460a746d704c25fa32a97fd6653adfb64447053b8985c9533caf2f92f8907ef4424aa19ce0bdff3911bbdc6bf744bb354baaa3d834c')
|
||||||
validpgpkeys=()
|
validpgpkeys=()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue