diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-12-15 20:14:53 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-12-15 20:14:53 +0100 |
commit | ada42e0693eead233e42f267ff0f64eaf25340cd (patch) | |
tree | 60ad29d04a57c75535aad270c848d1fb7aa572db | |
parent | f7f913a1d16a12c41d9d34a956a26b5f6415d32b (diff) |
update to latest upstream version
-rw-r--r-- | toolchain/binutils/Makefile.inc | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/toolchain/binutils/Makefile.inc b/toolchain/binutils/Makefile.inc index 5a8886e3d..f4cb608e7 100644 --- a/toolchain/binutils/Makefile.inc +++ b/toolchain/binutils/Makefile.inc @@ -2,9 +2,8 @@ # material, please see the LICENCE file in the top-level directory. PKG_NAME:= binutils -PKG_VERSION:= 2.20.51 +PKG_VERSION:= 2.21 PKG_RELEASE:= 1 -PKG_MD5SUM:= 7a68af4b5240a04f6947ef40defa4708 -PKG_SITES:= http://openadk.org/distfiles/ -#PKG_SITES:= ${MASTER_SITE_GNU:=binutils/} +PKG_MD5SUM:= c84c5acc9d266f1a7044b51c85a823f5 +PKG_SITES:= ${MASTER_SITE_GNU:=binutils/} DISTFILES:= $(PKG_NAME)-$(PKG_VERSION).tar.bz2 |