summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkumencz2023-11-24 00:40:17 +0100
committerkumencz2023-11-24 00:40:17 +0100
commit6cbc9c309efc3ec83be9a115b71d1650c9270b10 (patch)
tree5b37f6504026d521378ca403b8552173686a974a
parent71af41b5c501b842eaaa1f3e09654769ddd8e05b (diff)
downloadaur-6cbc9c309efc3ec83be9a115b71d1650c9270b10.tar.gz
Updated to v1.14.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fc0b88e4f184..55a4ca781e5b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = stm32cubeide
pkgdesc = Integrated Development Environment for STM32
- pkgver = 1.13.2
+ pkgver = 1.14.0
pkgrel = 1
url = https://www.st.com/en/development-tools/stm32cubeide.html
arch = x86_64
@@ -14,9 +14,9 @@ pkgbase = stm32cubeide
optdepends = stlink
optdepends = arm-none-eabi-gdb
options = !strip
- source = en.st-stm32cubeide_1.13.2_18220_20230914_1601_amd64.sh.zip::https://www.st.com/content/ccc/resource/technical/software/sw_development_suite/group0/69/8d/bf/c6/37/eb/40/18/stm32cubeide-lnx/files/st-stm32cubeide_1.13.2_18220_20230914_1601_amd64.sh.zip/jcr:content/translations/en.st-stm32cubeide_1.13.2_18220_20230914_1601_amd64.sh.zip
+ source = en.st-stm32cubeide_1.14.0_19471_20231121_1200_amd64.sh.zip::https://www.st.com/content/ccc/resource/technical/software/sw_development_suite/group0/d5/ca/d8/d4/64/90/42/e1/stm32cubeide-lnx/files/st-stm32cubeide_1.14.0_19471_20231121_1200_amd64.sh.zip/jcr:content/translations/en.st-stm32cubeide_1.14.0_19471_20231121_1200_amd64.sh.zip
source = https://www.st.com/resource/en/license/SLA0048_STM32CubeIDE.pdf
- sha256sums = cd09b174d8f0c99e84a1b94a4e8dc95c5a541929932889faf4cd7a9d2d2d0704
+ sha256sums = cdd131fcaa3781ed3695bce315ee064e3a50cd971869d27b39c99f8d8e77f7cc
sha256sums = SKIP
pkgname = stm32cubeide
diff --git a/PKGBUILD b/PKGBUILD
index 904549da9346..00aa386bca84 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
# Contributor: nightuser <nightuser.android@gmail.com>
pkgname="stm32cubeide"
-pkgver=1.13.2
-_pkgver_ext=1.13.2_18220_20230914_1601
-_pkg_file_name=en.st-stm32cubeide_1.13.2_18220_20230914_1601_amd64.sh.zip
+pkgver=1.14.0
+_pkgver_ext=1.14.0_19471_20231121_1200
+_pkg_file_name=en.st-stm32cubeide_1.14.0_19471_20231121_1200_amd64.sh.zip
pkgrel=1
pkgdesc="Integrated Development Environment for STM32"
arch=("x86_64")
@@ -38,7 +38,7 @@ source=("${_pkg_file_name}"::"$_download_path"
# "99-jlink.rules.patch"
"https://www.st.com/resource/en/license/SLA0048_STM32CubeIDE.pdf"
)
-sha256sums=('cd09b174d8f0c99e84a1b94a4e8dc95c5a541929932889faf4cd7a9d2d2d0704'
+sha256sums=('cdd131fcaa3781ed3695bce315ee064e3a50cd971869d27b39c99f8d8e77f7cc'
# '0f3f69f7c980a701bf814e94595f5acb51a5d91be76b74e5b632220cfb0e7bb3'
'SKIP'
)