summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGaël PORTAY2023-11-13 09:59:24 +0100
committerGaël PORTAY2023-11-13 09:59:24 +0100
commit5864f744362ca84d77289c5c92155ced9a7cdd49 (patch)
treee7ad142d2aa6532348b6f739b3555e071dbfaae9
parent91398accccee05c336735a28324f89410545d16d (diff)
downloadaur-5864f744362ca84d77289c5c92155ced9a7cdd49.tar.gz
musl 1.2.4-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 68098dad822c..d03eb2ff10da 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = armhf-musl
pkgdesc = Lightweight implementation of C standard library (armhf)
- pkgver = 1.2.3
+ pkgver = 1.2.4
pkgrel = 1
url = https://www.musl-libc.org/
arch = x86_64
@@ -8,10 +8,10 @@ pkgbase = armhf-musl
depends = muslcc-arm-linux-musleabihf-cross-bin
options = staticlibs
options = !buildflags
- source = https://www.musl-libc.org/releases/musl-1.2.3.tar.gz
- source = https://www.musl-libc.org/releases/musl-1.2.3.tar.gz.asc
+ source = https://www.musl-libc.org/releases/musl-1.2.4.tar.gz
+ source = https://www.musl-libc.org/releases/musl-1.2.4.tar.gz.asc
validpgpkeys = 836489290BB6B70F99FFDA0556BCDB593020450F
- sha256sums = 7d5b0b6062521e4627e099e4c9dc8248d32a30285e959b7eecaa780cf8cfd4a4
+ sha256sums = 7a35eae33d5372a7c0da1188de798726f68825513b7ae3ebe97aaaa52114f039
sha256sums = SKIP
pkgname = armhf-musl
diff --git a/PKGBUILD b/PKGBUILD
index 0c637afc470e..9c41ef4da821 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Gaël PORTAY <gael.portay@collabora.com>
pkgname=armhf-musl
-pkgver=1.2.3
+pkgver=1.2.4
pkgrel=1
pkgdesc='Lightweight implementation of C standard library (armhf)'
arch=('x86_64')
@@ -11,7 +11,7 @@ depends=('muslcc-arm-linux-musleabihf-cross-bin')
options=('staticlibs' '!buildflags')
validpgpkeys=('836489290BB6B70F99FFDA0556BCDB593020450F')
source=(https://www.musl-libc.org/releases/musl-$pkgver.tar.gz{,.asc})
-sha256sums=('7d5b0b6062521e4627e099e4c9dc8248d32a30285e959b7eecaa780cf8cfd4a4'
+sha256sums=('7a35eae33d5372a7c0da1188de798726f68825513b7ae3ebe97aaaa52114f039'
'SKIP')
_target=armhf