diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-10-14 23:31:35 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-10-14 23:31:35 +0200 |
commit | d74c98569c8ff411767631398341867556e7d7f1 (patch) | |
tree | 83268f9fdfd9dc3e16cbdedab34c1d2a5e78c95c /toolchain/musl | |
parent | 60bf201be800a8d65da28b35d80ed5ce1b828811 (diff) |
update musl to latest stable version
Diffstat (limited to 'toolchain/musl')
-rw-r--r-- | toolchain/musl/Makefile.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/musl/Makefile.inc b/toolchain/musl/Makefile.inc index 9b0fb88b8..12fc5aee5 100644 --- a/toolchain/musl/Makefile.inc +++ b/toolchain/musl/Makefile.inc @@ -10,5 +10,5 @@ PKG_VERSION:= $(ADK_LIBC_VERSION) PKG_SITES:= http://www.musl-libc.org/releases/ endif PKG_RELEASE:= 1 -PKG_MD5SUM:= f18f3bdbe088438cd64a5313c19a7312 +PKG_MD5SUM:= 94f8aa9dab80229fed68991bb9984cc5 DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz |