summaryrefslogtreecommitdiffstats
path: root/build/install-build-deps.sh
diff options
context:
space:
mode:
authorthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-09-06 19:05:56 +0000
committerthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-09-06 19:05:56 +0000
commitfdfe9afd889a2f7f664fe177cdeb48d7dc35bb93 (patch)
tree05f49facf883c625665c49873e4e6d3105dd150a /build/install-build-deps.sh
parent55ab97a2c109797230dd7a66648860622c1fa77e (diff)
downloadchromium_src-fdfe9afd889a2f7f664fe177cdeb48d7dc35bb93.zip
chromium_src-fdfe9afd889a2f7f664fe177cdeb48d7dc35bb93.tar.gz
chromium_src-fdfe9afd889a2f7f664fe177cdeb48d7dc35bb93.tar.bz2
Update binutils URL and sha1sum for gold sources
The ftp.gnu.org archive got rebuilt and changed some files in place under the same name but with rebuilt contents. The best binutils source archive that is now available there is the 2.21.1a file, which has a verified .sig (GPG signature) file. BUG=none TEST=none Review URL: http://codereview.chromium.org/7841002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@99781 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/install-build-deps.sh')
-rwxr-xr-xbuild/install-build-deps.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/install-build-deps.sh b/build/install-build-deps.sh
index 42fa4c8..8421f04 100755
--- a/build/install-build-deps.sh
+++ b/build/install-build-deps.sh
@@ -48,7 +48,7 @@ install_gold() {
BINUTILS=binutils-2.21.1
BINUTILS_URL=http://ftp.gnu.org/gnu/binutils/$BINUTILS.tar.bz2
- BINUTILS_SHA1=f188490772cc902ec44a76545887bff60dbfa22d
+ BINUTILS_SHA1=525255ca6874b872540c9967a1d26acfbc7c8230
test -f $BINUTILS.tar.bz2 || wget $BINUTILS_URL
if test "`sha1sum $BINUTILS.tar.bz2|cut -d' ' -f1`" != "$BINUTILS_SHA1"