diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-20 18:58:38 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-20 18:58:38 +0100 |
commit | 42c20188fbccad2bb91156fd1a5ac22fc011b05d (patch) | |
tree | b053f227388641827742973c7be78c78a059ac08 /toolchain/musl/Makefile.inc | |
parent | 148af0b5dad8ded4cd8a5a644781cad3783f1065 (diff) | |
parent | b04d2833e92b1fd7a03580c94b0a3f90d3ea5fe8 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'toolchain/musl/Makefile.inc')
-rw-r--r-- | toolchain/musl/Makefile.inc | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/toolchain/musl/Makefile.inc b/toolchain/musl/Makefile.inc index 506280532..40cf4fcf0 100644 --- a/toolchain/musl/Makefile.inc +++ b/toolchain/musl/Makefile.inc @@ -2,8 +2,7 @@ # material, please see the LICENCE file in the top-level directory. PKG_NAME:= musl -PKG_VERSION:= 0.9.15 +PKG_VERSION:= 1.0.0 PKG_RELEASE:= 1 -PKG_MD5SUM:= 06f590a38c85722ee9343db2416425f4 +PKG_MD5SUM:= e54664fdf211d27737e328c4462b545e PKG_SITES:= http://www.musl-libc.org/releases/ -DISTFILES:= $(PKG_NAME)-$(PKG_VERSION).tar.gz |