diff options
Diffstat (limited to 'toolchain/binutils')
-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..7a91b2a69 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:= 70971093cfa11bd943e06eccb2fd8914 +PKG_SITES:= ftp://sourceware.org/pub/binutils/snapshots/ +#PKG_SITES:= ${MASTER_SITE_GNU:=binutils/} DISTFILES:= $(PKG_NAME)-$(PKG_VERSION).tar.bz2 |