version 6.8.0
This commit is contained in:
parent
80d95143bf
commit
ccbcc95059
2 changed files with 8 additions and 8 deletions
10
.SRCINFO
10
.SRCINFO
|
@ -1,7 +1,7 @@
|
|||
pkgbase = stm32cubemx
|
||||
pkgdesc = graphical software configuration tool for STM32 microcontrollers that allows generating C initialization code
|
||||
pkgver = 6.7.0
|
||||
pkgrel = 3
|
||||
pkgver = 6.8.0
|
||||
pkgrel = 1
|
||||
url = https://www.st.com/en/development-tools/stm32cubemx.html
|
||||
arch = any
|
||||
license = custom
|
||||
|
@ -10,11 +10,11 @@ pkgbase = stm32cubemx
|
|||
depends = archlinux-java-run
|
||||
depends = bash
|
||||
options = !strip
|
||||
source = https://sw-center.st.com/packs/resource/library/stm32cube_mx_v670-lin.zip
|
||||
source = https://sw-center.st.com/packs/resource/library/stm32cube_mx_v680-lin.zip
|
||||
source = stm32cubemx.desktop
|
||||
source = stm32cubemx.sh
|
||||
sha512sums = f7ff661fdd9faa052508b44d4c48cf874998532df3a77d673e7d046de5cd1942bf15571f79b7c2b1ac8543856186dbe050594e3d4ad7242a57872c5b972a96ee
|
||||
sha512sums = 3a37967be03324e6c8ec5aab5375b3ac43afc72f88d9d8fe93c6436ee1b72b7775c4004f5ad3abb51867d78457f5bb42e6fef9d8d248d080f6d9af7742f2c49d
|
||||
sha512sums = 83c67bef3e8f8434903fe0c067442cc7473459386fdcb0225af1b3a75fd75e2be393f91f877c8410f1055ca4ec531b2df707fcab10663cae382a7f4066c8548b
|
||||
sha512sums = c9dbd6353da1f467c7bc480180abe83b1ac971be62b29061641476836c6c2c714d9fe44bbd24bc2d6c78002d7e652c7b0f1cd34cf0d331f2d0a781761f38e25e
|
||||
sha512sums = 6a79222fecdd4e0321d4a460a746d704c25fa32a97fd6653adfb64447053b8985c9533caf2f92f8907ef4424aa19ce0bdff3911bbdc6bf744bb354baaa3d834c
|
||||
|
||||
pkgname = stm32cubemx
|
||||
|
|
6
PKGBUILD
6
PKGBUILD
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: laserK <echo 'Y29udGFjdEBrYXJzdGVucHVmYWhsLmRlCg==' | base64 -d>
|
||||
pkgname=stm32cubemx
|
||||
pkgver=6.7.0
|
||||
pkgrel=4
|
||||
pkgver=6.8.0
|
||||
pkgrel=1
|
||||
epoch=
|
||||
pkgdesc="graphical software configuration tool for STM32 microcontrollers that allows generating C initialization code"
|
||||
arch=(any)
|
||||
|
@ -25,7 +25,7 @@ source=("https://sw-center.st.com/packs/resource/library/stm32cube_mx_v${pkgver/
|
|||
"stm32cubemx.desktop"
|
||||
"stm32cubemx.sh")
|
||||
noextract=()
|
||||
sha512sums=('f7ff661fdd9faa052508b44d4c48cf874998532df3a77d673e7d046de5cd1942bf15571f79b7c2b1ac8543856186dbe050594e3d4ad7242a57872c5b972a96ee'
|
||||
sha512sums=('3a37967be03324e6c8ec5aab5375b3ac43afc72f88d9d8fe93c6436ee1b72b7775c4004f5ad3abb51867d78457f5bb42e6fef9d8d248d080f6d9af7742f2c49d'
|
||||
'83c67bef3e8f8434903fe0c067442cc7473459386fdcb0225af1b3a75fd75e2be393f91f877c8410f1055ca4ec531b2df707fcab10663cae382a7f4066c8548b'
|
||||
'6a79222fecdd4e0321d4a460a746d704c25fa32a97fd6653adfb64447053b8985c9533caf2f92f8907ef4424aa19ce0bdff3911bbdc6bf744bb354baaa3d834c')
|
||||
validpgpkeys=()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue