summaryrefslogtreecommitdiff
path: root/toolchain
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2019-10-01 19:31:14 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2019-10-01 19:32:42 +0200
commit03b14e3b31ccde2beae267def52db6c4f546b12d (patch)
tree0acada348f3487a14c38ba5188dfd93915dabdf2 /toolchain
parent0a2f68da2a1519596846f7968ca6ef308da2b819 (diff)
musl: update to 1.1.23
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 0198a3e67..ec8059c82 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_20),y)
-PKG_VERSION:= 1.1.20
+ifeq ($(ADK_TARGET_LIB_MUSL_1_1_23),y)
+PKG_VERSION:= 1.1.23
PKG_RELEASE:= 1
-PKG_HASH:= 44be8771d0e6c6b5f82dd15662eb2957c9a3173a19a8b49966ac0542bbd40d61
+PKG_HASH:= 8a0feb41cef26c97dde382c014e68b9bb335c094bbc1356f6edaaf6b79bd14aa
PKG_SITES:= http://www.musl-libc.org/releases/
DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz
endif