diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-06-13 18:12:22 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-06-13 18:12:22 +0200 |
commit | a41d0c2ba0deabbaa9f6ade63f0dc0bf4cddc24c (patch) | |
tree | 1d4db7deb2afdf0bbcaebf3389c5d3e1932e4a0d /toolchain/binutils/Makefile.inc | |
parent | 8edb1cd5a6a03b391003a1047e0b3ca6d22acd45 (diff) | |
parent | d2f556494390602b912fac06169ea6ef7552ef2e (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'toolchain/binutils/Makefile.inc')
-rw-r--r-- | toolchain/binutils/Makefile.inc | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/toolchain/binutils/Makefile.inc b/toolchain/binutils/Makefile.inc index c38f81d7a..0325a2293 100644 --- a/toolchain/binutils/Makefile.inc +++ b/toolchain/binutils/Makefile.inc @@ -2,8 +2,9 @@ # material, please see the LICENCE file in the top-level directory. PKG_NAME:= binutils -PKG_VERSION:= 2.20.1 +PKG_VERSION:= 2.20.51 PKG_RELEASE:= 1 -PKG_MD5SUM:= 9cdfb9d6ec0578c166d3beae5e15c4e5 -PKG_SITES:= ${MASTER_SITE_GNU:=binutils/} +PKG_MD5SUM:= 74a7716095e031c8462137ca26ff5472 +PKG_SITES:= ftp://sourceware.org/pub/binutils/snapshots/ +#PKG_SITES:= ${MASTER_SITE_GNU:=binutils/} DISTFILES:= $(PKG_NAME)-$(PKG_VERSION).tar.bz2 |