diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-03-18 11:14:49 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-03-18 11:14:49 +0100 |
commit | 4a3300da791ca78b87e28e1c171ec410f43d6bff (patch) | |
tree | 1e5dcca3099bb663585870fd3821d189cc867931 | |
parent | 7278363695470d253dd8d428699914ced5861f20 (diff) |
update to rc3
-rw-r--r-- | toolchain/uClibc/Makefile.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/toolchain/uClibc/Makefile.inc b/toolchain/uClibc/Makefile.inc index bc389ca8a..1c847c61a 100644 --- a/toolchain/uClibc/Makefile.inc +++ b/toolchain/uClibc/Makefile.inc @@ -2,8 +2,8 @@ # material, please see the LICENCE file in the top-level directory. PKG_NAME:= uClibc -PKG_VERSION:= 0.9.32-rc2 +PKG_VERSION:= 0.9.32-rc3 PKG_RELEASE:= 1 -PKG_MD5SUM:= c8d2cd2c4dbcf5218b6db843cf66ac0f +PKG_MD5SUM:= e7f420aa2fb28e7021d02c043acba71b PKG_SITES:= http://uclibc.org/downloads/ DISTFILES:= $(PKG_NAME)-$(PKG_VERSION).tar.bz2 |