summaryrefslogtreecommitdiff
path: root/toolchain
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2018-02-25 18:21:49 +0000
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2018-02-25 18:22:33 +0000
commit809fd79b9ad5e849d13034ab48b7501e68e9cda0 (patch)
tree7e4dcf00ffee49f8059047e0bce522bf16b0ff8a /toolchain
parent9d7518c2cb43f1fb1eb54495899945523fd5dc99 (diff)
musl: update to 1.1.19
Diffstat (limited to 'toolchain')
-rw-r--r--toolchain/musl/Makefile.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/toolchain/musl/Makefile.inc b/toolchain/musl/Makefile.inc
index cd5dc8765..9eb3d0c02 100644
--- a/toolchain/musl/Makefile.inc
+++ b/toolchain/musl/Makefile.inc
@@ -8,10 +8,10 @@ PKG_RELEASE:= 1
PKG_SITES:= git://git.musl-libc.org/musl
DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.xz
endif
-ifeq ($(ADK_TARGET_LIB_MUSL_1_1_18),y)
-PKG_VERSION:= 1.1.18
+ifeq ($(ADK_TARGET_LIB_MUSL_1_1_19),y)
+PKG_VERSION:= 1.1.19
PKG_RELEASE:= 1
-PKG_HASH:= d017ee5d01aec0c522a1330fdff06b1e428cb409e1db819cc4935d5da4a5a118
+PKG_HASH:= db59a8578226b98373f5b27e61f0dd29ad2456f4aa9cec587ba8c24508e4c1d9
PKG_SITES:= http://www.musl-libc.org/releases/
DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz
endif