summaryrefslogtreecommitdiff
path: root/toolchain
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2017-11-02 20:33:20 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2017-11-02 20:33:20 +0100
commitbd3220a87be8f147ee2bc0181bc24c6d87a2b3dd (patch)
tree575da662eb21ef99d8db96237f37a05c22d573c1 /toolchain
parentad7af36dc7bbc9cdc29f6cdea42d1f8330c2e24d (diff)
musl: update to 1.1.18
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 d7893c530..cd5dc8765 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_17),y)
-PKG_VERSION:= 1.1.17
+ifeq ($(ADK_TARGET_LIB_MUSL_1_1_18),y)
+PKG_VERSION:= 1.1.18
PKG_RELEASE:= 1
-PKG_HASH:= c8aa51c747a600704bed169340bf3e03742ceee027ea0051dd4b6cc3c5f51464
+PKG_HASH:= d017ee5d01aec0c522a1330fdff06b1e428cb409e1db819cc4935d5da4a5a118
PKG_SITES:= http://www.musl-libc.org/releases/
DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz
endif