summaryrefslogtreecommitdiff
path: root/toolchain/musl
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2017-10-23 21:03:13 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2017-10-23 21:03:13 +0200
commit1cb95227164f4e5a8482014de52825334c53bf47 (patch)
tree83c821e293c12a65f873b94c8066c89f6abf1811 /toolchain/musl
parent3d1c1cadf1d61ee012e363d560b0130b57cdd47e (diff)
musl: update to 1.1.17
Diffstat (limited to 'toolchain/musl')
-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 0de965ce8..d7893c530 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_16),y)
-PKG_VERSION:= 1.1.16
+ifeq ($(ADK_TARGET_LIB_MUSL_1_1_17),y)
+PKG_VERSION:= 1.1.17
PKG_RELEASE:= 1
-PKG_HASH:= 937185a5e5d721050306cf106507a006c3f1f86d86cd550024ea7be909071011
+PKG_HASH:= c8aa51c747a600704bed169340bf3e03742ceee027ea0051dd4b6cc3c5f51464
PKG_SITES:= http://www.musl-libc.org/releases/
DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz
endif