summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuilhem Saurel2022-04-10 23:38:46 +0200
committerGuilhem Saurel2022-04-10 23:38:46 +0200
commitef044ea15863c0d96719a47d3b7c73049db62183 (patch)
tree81de72bdb7130b0e891f81aa633b0742c70d1dd7
parent160e93a2b48b73c022bde94c3c2860f004f9e152 (diff)
downloadaur-arm-linux-gnueabihf-musl.tar.gz
v1.2.3
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD5
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4f53a30e1408..ac2c99605abc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = arm-linux-gnueabihf-musl
pkgdesc = Lightweight implementation of C standard library
- pkgver = 1.2.2
+ pkgver = 1.2.3
pkgrel = 1
url = http://musl.libc.org
arch = i686
@@ -11,11 +11,10 @@ pkgbase = arm-linux-gnueabihf-musl
options = staticlibs
options = !buildflags
options = !strip
- source = http://musl.libc.org/releases/musl-1.2.2.tar.gz
- source = http://musl.libc.org/releases/musl-1.2.2.tar.gz.asc
+ source = http://musl.libc.org/releases/musl-1.2.3.tar.gz
+ source = http://musl.libc.org/releases/musl-1.2.3.tar.gz.asc
validpgpkeys = 836489290BB6B70F99FFDA0556BCDB593020450F
- sha256sums = SKIP
+ sha256sums = 7d5b0b6062521e4627e099e4c9dc8248d32a30285e959b7eecaa780cf8cfd4a4
sha256sums = SKIP
pkgname = arm-linux-gnueabihf-musl
-
diff --git a/PKGBUILD b/PKGBUILD
index 4a3c5da0294c..b47006302992 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_pkgname=musl
_target=arm-linux-gnueabihf
pkgname="$_target-$_pkgname"
-pkgver=1.2.2
+pkgver=1.2.3
pkgrel=1
pkgdesc='Lightweight implementation of C standard library'
arch=('i686' 'x86_64')
@@ -15,7 +15,8 @@ options=('staticlibs' '!buildflags' '!strip')
makedepends=('arm-linux-gnueabihf-binutils' 'arm-linux-gnueabihf-gcc')
validpgpkeys=('836489290BB6B70F99FFDA0556BCDB593020450F')
source=("$url/releases/musl-$pkgver.tar.gz"{,.asc})
-sha256sums=('SKIP' 'SKIP')
+sha256sums=('7d5b0b6062521e4627e099e4c9dc8248d32a30285e959b7eecaa780cf8cfd4a4'
+ 'SKIP')
_sysroot="/usr/lib/$_target"
build() {