diff -r 71aff7654fdc -r 2ad056ed89ec components/pinentry/Makefile --- a/components/pinentry/Makefile Wed Apr 25 10:26:28 2012 -0700 +++ b/components/pinentry/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 @@ -29,7 +29,8 @@ COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION) COMPONENT_PROJECT_URL= http://www.gnupg.org/related_software/pinentry/ COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz -COMPONENT_ARCHIVE_HASH= sha1:0c525ce81e5589bc9a4f2eb72705bed2b3e9a8b9 +COMPONENT_ARCHIVE_HASH= \ + sha256:14670c18f4a042ffcbd7a937aa3f15de392816c56b472588383d8378f65b42ab COMPONENT_ARCHIVE_URL= ftp://ftp.gnupg.org/gcrypt/pinentry/$(COMPONENT_ARCHIVE) include ../../make-rules/prep.mk