diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2020-10-02 08:47:32 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2020-10-02 08:48:24 +0200 |
commit | 131e14ae7c0eed0d560df5b886785c262e549ce3 (patch) | |
tree | fbfff32f7517fbf61e917db83746ac01aa80891f /toolchain | |
parent | 4b1905319efbddf1faf666e4aeefaaa8ff382628 (diff) |
musl: update to version 1.2.1
Diffstat (limited to 'toolchain')
-rw-r--r-- | toolchain/musl/Makefile.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/toolchain/musl/Makefile.inc b/toolchain/musl/Makefile.inc index eb9be5466..235fc56b2 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_0),y) -PKG_VERSION:= 1.2.0 +ifeq ($(ADK_TARGET_LIB_MUSL_1_2_1),y) +PKG_VERSION:= 1.2.1 PKG_RELEASE:= 1 -PKG_HASH:= c6de7b191139142d3f9a7b5b702c9cae1b5ee6e7f57e582da9328629408fd4e8 +PKG_HASH:= 68af6e18539f646f9c41a3a2bb25be4a5cfa5a8f65f0bb647fd2bbfdf877e84b PKG_SITES:= http://www.musl-libc.org/releases/ DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz endif |