summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorphilanecros2017-01-06 09:20:39 +0900
committerphilanecros2017-01-06 09:20:39 +0900
commit56955164747625d2b7c3c22f2588ad98de7771ae (patch)
tree1e1ee74ad55840b8a2e3f2bd0eb15994f0c97b43
parentb6ba6d7911e692c697b4ab56cbd8be01c51880f8 (diff)
downloadaur-56955164747625d2b7c3c22f2588ad98de7771ae.tar.gz
Update to 1.1.16-1.
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2d9a3a2f495b..1ba1b9f1f0b0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_pkgname=musl
_target=arm-linux-gnueabihf
pkgname=$_target-$_pkgname
-pkgver=1.1.15
+pkgver=1.1.16
pkgrel=1
pkgdesc='Lightweight implementation of C standard library'
arch=('i686' 'x86_64')
@@ -14,8 +14,8 @@ options=('staticlibs' '!buildflags' '!strip')
makedepends=('arm-linux-gnueabihf-binutils' 'arm-linux-gnueabihf-gcc')
validpgpkeys=('836489290BB6B70F99FFDA0556BCDB593020450F')
source=(https://www.musl-libc.org/releases/musl-$pkgver.tar.gz{,.asc})
-md5sums=('9590a9d47ee64f220b3c12f7afb864ca'
- 'SKIP')
+sha256sums=('937185a5e5d721050306cf106507a006c3f1f86d86cd550024ea7be909071011'
+ 'SKIP')
_sysroot=/usr/lib/$_target
build() {