diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-06-26 09:58:44 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-06-26 14:39:33 +0200 |
commit | 9857076f22d7dd3e7580d97e4889098d5ecf684f (patch) | |
tree | 9b505dcebe6354f08ec901f68d51f43b33b1b7de /toolchain/musl | |
parent | 1d3eac1e033e3d333d29ea1f32ab9f2b1d11e3f5 (diff) |
update to latest stable version
Diffstat (limited to 'toolchain/musl')
-rw-r--r-- | toolchain/musl/Makefile.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/toolchain/musl/Makefile.inc b/toolchain/musl/Makefile.inc index 8ac504f5e..c78142d7b 100644 --- a/toolchain/musl/Makefile.inc +++ b/toolchain/musl/Makefile.inc @@ -2,8 +2,8 @@ # material, please see the LICENCE file in the top-level directory. PKG_NAME:= musl -PKG_VERSION:= 1.1.2 +PKG_VERSION:= 1.1.3 PKG_RELEASE:= 1 -PKG_MD5SUM:= a81309e54efdf9c68baf679790fc5678 +PKG_MD5SUM:= 1628bd4c86b14b90447e1dcf8421aed7 PKG_SITES:= http://www.musl-libc.org/releases/ DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz |