diff -r 71aff7654fdc -r 2ad056ed89ec components/cups/Makefile --- a/components/cups/Makefile Wed Apr 25 10:26:28 2012 -0700 +++ b/components/cups/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 @@ -29,7 +29,8 @@ COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION) COMPONENT_PROJECT_URL= http://www.cups.org/ COMPONENT_ARCHIVE= $(COMPONENT_SRC)-source.tar.bz2 -COMPONENT_ARCHIVE_HASH= sha1:68af37234645954e1bfad6a3608c67c03a9aef78 +COMPONENT_ARCHIVE_HASH= \ + sha256:0450d6d8e6e8af225d2a3319c848737d76473a6c7579cf97c52086d0371c0efe COMPONENT_ARCHIVE_URL= http://ftp.easysw.com/pub/cups/$(COMPONENT_VERSION)/$(COMPONENT_ARCHIVE) include ../../make-rules/prep.mk