diff -r 71aff7654fdc -r 2ad056ed89ec components/binutils/Makefile --- a/components/binutils/Makefile Wed Apr 25 10:26:28 2012 -0700 +++ b/components/binutils/Makefile Fri Apr 27 13:23:29 2012 -0700 @@ -18,7 +18,7 @@ # # CDDL HEADER END # -# Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved. # include ../../make-rules/shared-macros.mk @@ -28,7 +28,8 @@ COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION) COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.bz2 COMPONENT_ARCHIVE_URL= http://ftp.gnu.org/gnu/$(COMPONENT_NAME)/$(COMPONENT_ARCHIVE) -COMPONENT_ARCHIVE_HASH= sha1:525255ca6874b872540c9967a1d26acfbc7c8230 +COMPONENT_ARCHIVE_HASH= \ + sha256:cdecfa69f02aa7b05fbcdf678e33137151f361313b2f3e48aba925f64eabf654 include ../../make-rules/prep.mk include ../../make-rules/configure.mk