summaryrefslogtreecommitdiff
path: root/toolchain/musl/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'toolchain/musl/Makefile.inc')
-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