summaryrefslogtreecommitdiff
path: root/toolchain
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2023-05-03 09:35:51 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2023-05-03 09:35:51 +0200
commit5097276642026bb6ce6d3f09dd03979153eb5c0c (patch)
tree075b865f50ac811b6ef9b55a8da98f5e1cfbc204 /toolchain
parent1761ec2ef5fb4057fbcea9d00b86146bfd0817d1 (diff)
musl: update to 1.2.4
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 c5db52f4f..348c11af9 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_3),y)
-PKG_VERSION:= 1.2.3
+ifeq ($(ADK_TARGET_LIB_MUSL_1_2_4),y)
+PKG_VERSION:= 1.2.4
PKG_RELEASE:= 1
-PKG_HASH:= 7d5b0b6062521e4627e099e4c9dc8248d32a30285e959b7eecaa780cf8cfd4a4
+PKG_HASH:= 7a35eae33d5372a7c0da1188de798726f68825513b7ae3ebe97aaaa52114f039
PKG_SITES:= http://www.musl-libc.org/releases/
DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz
endif