version 4.27.0
This commit is contained in:
parent
dc1a625f38
commit
45cb07c49d
2 changed files with 11 additions and 11 deletions
12
.SRCINFO
12
.SRCINFO
|
@ -1,21 +1,21 @@
|
|||
# Generated by mksrcinfo v8
|
||||
# Wed Jul 25 13:37:27 UTC 2018
|
||||
# Fri Sep 14 14:01:20 UTC 2018
|
||||
pkgbase = stm32cubemx
|
||||
pkgdesc = graphical software configuration tool for STM32 microcontrollers that allows generating C initialization code
|
||||
pkgver = 4.26.1
|
||||
pkgrel = 3
|
||||
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
|
||||
pkgver = 4.27.0
|
||||
pkgrel = 1
|
||||
url = https://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
|
||||
license = custom
|
||||
makedepends = imagemagick
|
||||
depends = java-runtime
|
||||
depends = bash
|
||||
options = !strip
|
||||
source = http://www.st.com/resource/en/library2/stm32cube_mx_v4261.zip
|
||||
source = https://www.st.com/resource/en/library2/stm32cube_mx_v4270.zip
|
||||
source = LICENSE
|
||||
source = stm32cubemx.desktop
|
||||
source = stm32cubemx.sh
|
||||
sha512sums = cb538f1753805ae76ba3e5558d564e447422710abc0a83624ee9da5419ee422cd0643d44e40eb525613fef1498d06c016db1e454dddcb1b9098a74f54ac1e03e
|
||||
sha512sums = a6985d4464b2ccd7b4999e5cb364fd694fa6fe8438a6013033608a7d681da1ef855f4c795877cd7bc640ae14359e6521195b7991a5f71d95ed30ea1c67f90f05
|
||||
sha512sums = ad1897ea5234b712d726b5d3423f05f1c0c5a64e28354afe07dce7451563ae4492366cc252ca379b44793797be20011a66458431fd5453c18a7543ccb8df5397
|
||||
sha512sums = 56bff32e35f8eb09ae4df94e4e885aaf9349c687ce9f4901ddd11c83b69a32b19d99ab8dbd90c6679e86e7213c4d41640e52ab0d80b8fc4640a1bc5df9a3af32
|
||||
sha512sums = 9cc2dcb57e48e7039fb833c410e4638155fd14793c6daa7a00e1d1445162e7e26690c3303b6f052fff643123bc246be345da8624b18ee2805ddde75280512eec
|
||||
|
|
10
PKGBUILD
10
PKGBUILD
|
@ -5,12 +5,12 @@
|
|||
|
||||
# Maintainer: Karsten Pufahl <contact <AT> karstenpufahl.de>
|
||||
pkgname=stm32cubemx
|
||||
pkgver=4.26.1
|
||||
pkgrel=3
|
||||
pkgver=4.27.0
|
||||
pkgrel=1
|
||||
epoch=
|
||||
pkgdesc="graphical software configuration tool for STM32 microcontrollers that allows generating C initialization code"
|
||||
arch=(any)
|
||||
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="https://www.st.com/content/st_com/en/products/development-tools/software-development-tools/stm32-software-development-tools/stm32-configurators-and-code-generators/stm32cubemx.html"
|
||||
license=('custom')
|
||||
groups=()
|
||||
depends=('java-runtime'
|
||||
|
@ -25,12 +25,12 @@ backup=()
|
|||
options=(!strip)
|
||||
install=
|
||||
changelog=
|
||||
source=("http://www.st.com/resource/en/library2/stm32cube_mx_v${pkgver//./}.zip"
|
||||
source=("https://www.st.com/resource/en/library2/stm32cube_mx_v${pkgver//./}.zip"
|
||||
"LICENSE"
|
||||
"stm32cubemx.desktop"
|
||||
"stm32cubemx.sh")
|
||||
noextract=()
|
||||
sha512sums=('cb538f1753805ae76ba3e5558d564e447422710abc0a83624ee9da5419ee422cd0643d44e40eb525613fef1498d06c016db1e454dddcb1b9098a74f54ac1e03e'
|
||||
sha512sums=('a6985d4464b2ccd7b4999e5cb364fd694fa6fe8438a6013033608a7d681da1ef855f4c795877cd7bc640ae14359e6521195b7991a5f71d95ed30ea1c67f90f05'
|
||||
'ad1897ea5234b712d726b5d3423f05f1c0c5a64e28354afe07dce7451563ae4492366cc252ca379b44793797be20011a66458431fd5453c18a7543ccb8df5397'
|
||||
'56bff32e35f8eb09ae4df94e4e885aaf9349c687ce9f4901ddd11c83b69a32b19d99ab8dbd90c6679e86e7213c4d41640e52ab0d80b8fc4640a1bc5df9a3af32'
|
||||
'9cc2dcb57e48e7039fb833c410e4638155fd14793c6daa7a00e1d1445162e7e26690c3303b6f052fff643123bc246be345da8624b18ee2805ddde75280512eec')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue