summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ac2c99605abc..8fcf14c59f27 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = arm-linux-gnueabihf-musl
pkgdesc = Lightweight implementation of C standard library
- pkgver = 1.2.3
+ pkgver = 1.2.5
pkgrel = 1
url = http://musl.libc.org
arch = i686
@@ -11,10 +11,10 @@ pkgbase = arm-linux-gnueabihf-musl
options = staticlibs
options = !buildflags
options = !strip
- 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
+ source = http://musl.libc.org/releases/musl-1.2.5.tar.gz
+ source = http://musl.libc.org/releases/musl-1.2.5.tar.gz.asc
validpgpkeys = 836489290BB6B70F99FFDA0556BCDB593020450F
- sha256sums = 7d5b0b6062521e4627e099e4c9dc8248d32a30285e959b7eecaa780cf8cfd4a4
+ sha256sums = a9a118bbe84d8764da0ea0d28b3ab3fae8477fc7e4085d90102b8596fc7c75e4
sha256sums = SKIP
pkgname = arm-linux-gnueabihf-musl
diff --git a/PKGBUILD b/PKGBUILD
index b47006302992..8aba74f336ae 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_pkgname=musl
_target=arm-linux-gnueabihf
pkgname="$_target-$_pkgname"
-pkgver=1.2.3
+pkgver=1.2.5
pkgrel=1
pkgdesc='Lightweight implementation of C standard library'
arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@ options=('staticlibs' '!buildflags' '!strip')
makedepends=('arm-linux-gnueabihf-binutils' 'arm-linux-gnueabihf-gcc')
validpgpkeys=('836489290BB6B70F99FFDA0556BCDB593020450F')
source=("$url/releases/musl-$pkgver.tar.gz"{,.asc})
-sha256sums=('7d5b0b6062521e4627e099e4c9dc8248d32a30285e959b7eecaa780cf8cfd4a4'
+sha256sums=('a9a118bbe84d8764da0ea0d28b3ab3fae8477fc7e4085d90102b8596fc7c75e4'
'SKIP')
_sysroot="/usr/lib/$_target"