summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorphilanecros2018-03-19 21:39:23 +0900
committerphilanecros2018-03-19 21:39:23 +0900
commit530aeb8ea40950f237eae5b128bef52f2354304b (patch)
tree8d667dfbe7bf8196d33325efa5e968deb094ef3a
parente01abdf5eaf3009688855177b40f1b5d3827d547 (diff)
downloadaur-530aeb8ea40950f237eae5b128bef52f2354304b.tar.gz
Bump version.
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 75c9c56168f4..c066018a1879 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = arm-linux-gnueabihf-musl
pkgdesc = Lightweight implementation of C standard library
- pkgver = 1.1.17
+ pkgver = 1.1.19
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.17.tar.gz
- source = https://www.musl-libc.org/releases/musl-1.1.17.tar.gz.asc
+ source = https://www.musl-libc.org/releases/musl-1.1.19.tar.gz
+ source = https://www.musl-libc.org/releases/musl-1.1.19.tar.gz.asc
validpgpkeys = 836489290BB6B70F99FFDA0556BCDB593020450F
- sha256sums = c8aa51c747a600704bed169340bf3e03742ceee027ea0051dd4b6cc3c5f51464
+ sha256sums = db59a8578226b98373f5b27e61f0dd29ad2456f4aa9cec587ba8c24508e4c1d9
sha256sums = SKIP
pkgname = arm-linux-gnueabihf-musl
diff --git a/PKGBUILD b/PKGBUILD
index 202626f26f40..1bc545ebf887 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_pkgname=musl
_target=arm-linux-gnueabihf
pkgname=$_target-$_pkgname
-pkgver=1.1.17
+pkgver=1.1.19
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=('c8aa51c747a600704bed169340bf3e03742ceee027ea0051dd4b6cc3c5f51464'
+sha256sums=('db59a8578226b98373f5b27e61f0dd29ad2456f4aa9cec587ba8c24508e4c1d9'
'SKIP')
_sysroot=/usr/lib/$_target