summaryrefslogtreecommitdiff
path: root/toolchain/musl/Makefile.inc
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2021-02-19 00:27:46 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2021-02-19 00:33:24 +0100
commit60e80f0d94a27ce3cba912ee5bf3ebd82bbe0a42 (patch)
tree2dab504c800058bc12cde2d66e6a583b8cb39a00 /toolchain/musl/Makefile.inc
parentebe51b216f729a649992aa7af28439479e4ad21c (diff)
update musl/glibc/newlib
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 235fc56b2..b5ce58af0 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_2_1),y)
-PKG_VERSION:= 1.2.1
+ifeq ($(ADK_TARGET_LIB_MUSL_1_2_2),y)
+PKG_VERSION:= 1.2.2
PKG_RELEASE:= 1
-PKG_HASH:= 68af6e18539f646f9c41a3a2bb25be4a5cfa5a8f65f0bb647fd2bbfdf877e84b
+PKG_HASH:= 9b969322012d796dc23dda27a35866034fa67d8fb67e0e2c45c913c3d43219dd
PKG_SITES:= http://www.musl-libc.org/releases/
DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz
endif