summaryrefslogtreecommitdiff
path: root/toolchain
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2020-08-04 13:33:29 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2020-08-05 20:20:54 +0200
commit446b8854814a9f708ebb11e2f2157d0d4cfa0ee6 (patch)
tree9243c305264fe9742f547e37208ce5169be51c50 /toolchain
parent7645de592abbbf680ef91313444ffbaaa22c2537 (diff)
musl: update to 1.2.0
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 65a6eca3a..eb9be5466 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_24),y)
-PKG_VERSION:= 1.1.24
+ifeq ($(ADK_TARGET_LIB_MUSL_1_2_0),y)
+PKG_VERSION:= 1.2.0
PKG_RELEASE:= 1
-PKG_HASH:= 1370c9a812b2cf2a7d92802510cca0058cc37e66a7bedd70051f0a34015022a3
+PKG_HASH:= c6de7b191139142d3f9a7b5b702c9cae1b5ee6e7f57e582da9328629408fd4e8
PKG_SITES:= http://www.musl-libc.org/releases/
DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz
endif