summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorphilanecros2017-10-23 21:10:10 +0900
committerphilanecros2017-10-23 21:10:10 +0900
commite01abdf5eaf3009688855177b40f1b5d3827d547 (patch)
tree316d5a838fb0c11027c0f29f4be2dd06a4153ea8
parentca4b22c58550f598f03c3bed8cf38b7a9d6392ce (diff)
downloadaur-e01abdf5eaf3009688855177b40f1b5d3827d547.tar.gz
Update to 1.1.17.
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index daa0ff6c7b82..75c9c56168f4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = arm-linux-gnueabihf-musl
pkgdesc = Lightweight implementation of C standard library
- pkgver = 1.1.16
+ pkgver = 1.1.17
pkgrel = 1
url = http://www.musl-libc.org/
arch = i686
@@ -11,10 +11,10 @@ pkgbase = arm-linux-gnueabihf-musl
options = staticlibs
options = !buildflags
options = !strip
- source = https://www.musl-libc.org/releases/musl-1.1.16.tar.gz
- source = https://www.musl-libc.org/releases/musl-1.1.16.tar.gz.asc
+ source = https://www.musl-libc.org/releases/musl-1.1.17.tar.gz
+ source = https://www.musl-libc.org/releases/musl-1.1.17.tar.gz.asc
validpgpkeys = 836489290BB6B70F99FFDA0556BCDB593020450F
- sha256sums = 937185a5e5d721050306cf106507a006c3f1f86d86cd550024ea7be909071011
+ sha256sums = c8aa51c747a600704bed169340bf3e03742ceee027ea0051dd4b6cc3c5f51464
sha256sums = SKIP
pkgname = arm-linux-gnueabihf-musl
diff --git a/PKGBUILD b/PKGBUILD
index 1ba1b9f1f0b0..202626f26f40 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_pkgname=musl
_target=arm-linux-gnueabihf
pkgname=$_target-$_pkgname
-pkgver=1.1.16
+pkgver=1.1.17
pkgrel=1
pkgdesc='Lightweight implementation of C standard library'
arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@ 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})
-sha256sums=('937185a5e5d721050306cf106507a006c3f1f86d86cd550024ea7be909071011'
+sha256sums=('c8aa51c747a600704bed169340bf3e03742ceee027ea0051dd4b6cc3c5f51464'
'SKIP')
_sysroot=/usr/lib/$_target