summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkumencz2023-03-07 20:08:33 +0100
committerkumencz2023-03-07 20:08:33 +0100
commit6aaceef6f066842b50def0afbf9d26dffdb9d2ad (patch)
tree7efea40326634a1b65b5cccd8df73aa0efca2109
parent71caf93c05645793d093b60caa154dda80cd2aac (diff)
downloadaur-6aaceef6f066842b50def0afbf9d26dffdb9d2ad.tar.gz
Updated to v1.12.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD10
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 902c09057376..f00d99e68d8e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = stm32cubeide
pkgdesc = Integrated Development Environment for STM32
- pkgver = 1.11.2
- pkgrel = 2
+ pkgver = 1.12.0
+ pkgrel = 1
url = https://www.st.com/en/development-tools/stm32cubeide.html
arch = x86_64
license = Commercial
@@ -14,9 +14,9 @@ pkgbase = stm32cubeide
optdepends = jlink-software-and-documentation
optdepends = stlink
options = !strip
- source = en.st-stm32cubeide_1.11.2_14494_20230119_0724.unsigned_amd64.sh.zip::https://www.st.com/content/ccc/resource/technical/software/sw_development_suite/group0/4f/23/be/c2/85/05/45/16/stm32cubeide_lnx/files/st-stm32cubeide_1.11.2_14494_20230119_0724.unsigned_amd64.sh.zip/jcr:content/translations/en.st-stm32cubeide_1.11.2_14494_20230119_0724.unsigned_amd64.sh.zip
+ source = st-stm32cubeide_1.12.0_14980_20230301_1550_amd64.sh.zip::https://www.st.com/content/ccc/resource/technical/software/sw_development_suite/group0/bc/99/f5/62/06/da/4d/eb/stm32cubeide_lnx/files/st-stm32cubeide_1.12.0_14980_20230301_1550_amd64.sh.zip/jcr:content/translations/en.st-stm32cubeide_1.12.0_14980_20230301_1550_amd64.sh.zip
source = https://www.st.com/resource/en/license/SLA0048_STM32CubeIDE.pdf
- sha256sums = 86043ab98b5f0ee54ad50b23148a47a635881f4c616e6face9dba7b6133d51f4
+ sha256sums = 287129ea5d1fc283ae34404ccb15891f8e767587d43f9c43504ee9cdb73d55f7
sha256sums = SKIP
pkgname = stm32cubeide
diff --git a/PKGBUILD b/PKGBUILD
index ed2671a5583a..29a825b9352a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
# Contributor: nightuser <nightuser.android@gmail.com>
pkgname="stm32cubeide"
-pkgver=1.11.2
-_pkgver_ext=1.11.2_14494_20230119_0724.unsigned
-_pkg_file_name=en.st-stm32cubeide_1.11.2_14494_20230119_0724.unsigned_amd64.sh.zip
-pkgrel=2
+pkgver=1.12.0
+_pkgver_ext=1.12.0_14980_20230301_1550
+_pkg_file_name=st-stm32cubeide_1.12.0_14980_20230301_1550_amd64.sh.zip
+pkgrel=1
pkgdesc="Integrated Development Environment for STM32"
arch=("x86_64")
makedepends=('imagemagick')
@@ -39,7 +39,7 @@ source=("${_pkg_file_name}"::"$_download_path"
# "99-jlink.rules.patch"
"https://www.st.com/resource/en/license/SLA0048_STM32CubeIDE.pdf"
)
-sha256sums=('86043ab98b5f0ee54ad50b23148a47a635881f4c616e6face9dba7b6133d51f4'
+sha256sums=('287129ea5d1fc283ae34404ccb15891f8e767587d43f9c43504ee9cdb73d55f7'
# '0f3f69f7c980a701bf814e94595f5acb51a5d91be76b74e5b632220cfb0e7bb3'
'SKIP'
)