summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGaël PORTAY2023-11-13 09:45:57 +0100
committerGaël PORTAY2023-11-13 09:45:57 +0100
commite0d79917e52f9fa90ed3cf73cc86d972dc0842a4 (patch)
treedcd28f05253d4b65d844705fcf1ce43d6fc524aa
parent79dfd8446cf32b4142ad6ad05c6006ab3d84a981 (diff)
downloadaur-e0d79917e52f9fa90ed3cf73cc86d972dc0842a4.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 a01d70cf71e0..d641f65f210c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = arm-musl
pkgdesc = Lightweight implementation of C standard library (arm)
- pkgver = 1.2.3
+ pkgver = 1.2.4
pkgrel = 1
url = https://www.musl-libc.org/
arch = x86_64
@@ -8,10 +8,10 @@ pkgbase = arm-musl
depends = muslcc-arm-linux-musleabi-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 = arm-musl
diff --git a/PKGBUILD b/PKGBUILD
index 6d0036f49673..b9bcd603fbb2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Gaël PORTAY <gael.portay@collabora.com>
pkgname=arm-musl
-pkgver=1.2.3
+pkgver=1.2.4
pkgrel=1
pkgdesc='Lightweight implementation of C standard library (arm)'
arch=('x86_64')
@@ -11,7 +11,7 @@ depends=('muslcc-arm-linux-musleabi-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=arm