summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD12
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 818b68cc5031..1cf14ecd1562 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = armv7-eabihf-musl-bleeding-edge-toolchain
pkgdesc = Ready-to-use cross-compilation toolchain provided by bootlin.com
- pkgver = 2023.08
- pkgrel = 1.1
+ pkgver = 2024.02
+ pkgrel = 1
url = https://toolchains.bootlin.com/
install = hooks.install-armv7-eabihf-musl-bleeding-edge-toolchain
arch = x86_64
license = GPL
- source = https://toolchains.bootlin.com/downloads/releases/toolchains/armv7-eabihf/tarballs/armv7-eabihf--musl--bleeding-edge-2023.08-1.tar.bz2
+ source = https://toolchains.bootlin.com/downloads/releases/toolchains/armv7-eabihf/tarballs/armv7-eabihf--musl--bleeding-edge-2024.02-1.tar.bz2
source = profile.sh-armv7-eabihf-musl-bleeding-edge-toolchain
- sha256sums = 6422c3fe6cb66694a0c3384e39ffe352b3e69cf4035e64180765a23973bb00d1
+ sha256sums = 9c1cd34a2f488c01315ce4943a4b1ba59f92608cf902dfe3606eb1d1b2503e45
sha256sums = 43ff31a90e056fa5714640b59348e2b08427cdc481695edf4d4f0c0a496a6ff5
pkgname = armv7-eabihf-musl-bleeding-edge-toolchain
diff --git a/PKGBUILD b/PKGBUILD
index 6d395bf3b69b..ac4969045fea 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,20 +1,20 @@
# Maintainer: Gaƫl PORTAY <gael.portay@gmail.com>
pkgname=armv7-eabihf-musl-bleeding-edge-toolchain
-pkgver=2023.08
-pkgrel=1.1
+pkgver=2024.02
+pkgrel=1
pkgdesc="Ready-to-use cross-compilation toolchain provided by bootlin.com"
arch=("x86_64")
url="https://toolchains.bootlin.com/"
license=("GPL")
-source=("https://toolchains.bootlin.com/downloads/releases/toolchains/armv7-eabihf/tarballs/armv7-eabihf--musl--bleeding-edge-2023.08-1.tar.bz2"
+source=("https://toolchains.bootlin.com/downloads/releases/toolchains/armv7-eabihf/tarballs/armv7-eabihf--musl--bleeding-edge-2024.02-1.tar.bz2"
"profile.sh-armv7-eabihf-musl-bleeding-edge-toolchain")
install="hooks.install-armv7-eabihf-musl-bleeding-edge-toolchain"
-sha256sums=('6422c3fe6cb66694a0c3384e39ffe352b3e69cf4035e64180765a23973bb00d1'
+sha256sums=('9c1cd34a2f488c01315ce4943a4b1ba59f92608cf902dfe3606eb1d1b2503e45'
'43ff31a90e056fa5714640b59348e2b08427cdc481695edf4d4f0c0a496a6ff5')
build() {
- cd "armv7-eabihf--musl--bleeding-edge-2023.08-1"
+ cd "armv7-eabihf--musl--bleeding-edge-2024.02-1"
sh relocate-sdk.sh "/opt/armv7-eabihf-musl-bleeding-edge"
}
@@ -22,7 +22,7 @@ build() {
package() {
options=(!strip)
- cd "armv7-eabihf--musl--bleeding-edge-2023.08-1"
+ cd "armv7-eabihf--musl--bleeding-edge-2024.02-1"
mkdir -p "$pkgdir/opt/armv7-eabihf-musl-bleeding-edge/"
cp -a * "$pkgdir/opt/armv7-eabihf-musl-bleeding-edge/"