summaryrefslogtreecommitdiff
path: root/toolchain
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2020-02-06 11:10:45 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2020-02-16 13:29:09 +0100
commitda54fa1a47b7387e16854051044d769f8037f1a1 (patch)
tree475fbd95b0c1bc583476a224647e98b72872328f /toolchain
parentaf171a76f3c11a395c37a2b3b9e20d86f1e70184 (diff)
musl: update to 1.1.24
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 ec8059c82..65a6eca3a 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_23),y)
-PKG_VERSION:= 1.1.23
+ifeq ($(ADK_TARGET_LIB_MUSL_1_1_24),y)
+PKG_VERSION:= 1.1.24
PKG_RELEASE:= 1
-PKG_HASH:= 8a0feb41cef26c97dde382c014e68b9bb335c094bbc1356f6edaaf6b79bd14aa
+PKG_HASH:= 1370c9a812b2cf2a7d92802510cca0058cc37e66a7bedd70051f0a34015022a3
PKG_SITES:= http://www.musl-libc.org/releases/
DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz
endif