diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-07-30 16:46:31 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-07-30 16:47:01 +0200 |
commit | ff7c9ebfc8f2e3bcd6db3c30a63c78078e888b21 (patch) | |
tree | c997c3085ff1ae2f401c1327822ef7ac108b7d41 /toolchain | |
parent | 550c6b25c6ddb769cb858b6cbeae694706934564 (diff) |
update to beta5, x86 build fix
Diffstat (limited to 'toolchain')
-rw-r--r-- | toolchain/uclibc-ng/Makefile.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/toolchain/uclibc-ng/Makefile.inc b/toolchain/uclibc-ng/Makefile.inc index d44a7b2d8..99f6b68e3 100644 --- a/toolchain/uclibc-ng/Makefile.inc +++ b/toolchain/uclibc-ng/Makefile.inc @@ -2,8 +2,8 @@ # material, please see the LICENCE file in the top-level directory. PKG_NAME:= uClibc-ng -PKG_VERSION:= 1.0.0beta4 +PKG_VERSION:= 1.0.0beta5 PKG_RELEASE:= 1 -PKG_MD5SUM:= f85a421c783402521b61692a980c47f2 +PKG_MD5SUM:= 8b0e3a1ea3ada84a126a7bf6715e69d4 PKG_SITES:= http://downloads.uclibc-ng.org/ DISTFILES:= $(PKG_NAME)-$(PKG_VERSION).tar.xz |