diff -r 71aff7654fdc -r 2ad056ed89ec components/tcl/expect/Makefile --- a/components/tcl/expect/Makefile Wed Apr 25 10:26:28 2012 -0700 +++ b/components/tcl/expect/Makefile Fri Apr 27 13:23:29 2012 -0700 @@ -20,7 +20,7 @@ # # -# 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 @@ -30,7 +30,8 @@ COMPONENT_PROJECT_URL= http://expect.nist.gov/ COMPONENT_SRC= $(COMPONENT_NAME)$(COMPONENT_VERSION) COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz -COMPONENT_ARCHIVE_HASH= sha1:e634992cab35b7c6931e1f21fbb8f74d464bd496 +COMPONENT_ARCHIVE_HASH= \ + sha256:b28dca90428a3b30e650525cdc16255d76bb6ccd65d448be53e620d95d5cc040 COMPONENT_ARCHIVE_URL= http://sourceforge.net/projects/expect/files/Expect/$(COMPONENT_VERSION)/$(COMPONENT_ARCHIVE)/download include ../../../make-rules/prep.mk