components/make/Makefile
branchs11-sru
changeset 2320 b7ab9ce71c42
parent 181 87e11e685b1f
--- a/components/make/Makefile	Tue Aug 07 19:25:53 2012 -0700
+++ b/components/make/Makefile	Tue Jul 17 00:11:45 2012 +0200
@@ -20,16 +20,18 @@
 #
 
 #
-# 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
 
 COMPONENT_NAME=		make
-COMPONENT_VERSION=	3.81
+COMPONENT_VERSION=	3.82
+COMPONENT_PROJECT_URL=	http://www.gnu.org/software/make/
 COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.gz
-COMPONENT_ARCHIVE_HASH=	sha1:cd4fa5a3184176492bf0799593a8f250a728210c
+COMPONENT_ARCHIVE_HASH=	\
+    sha256:3d991b33e604187c5881a0abc2e102d5b9776da5569640e73778f85d617242e7
 COMPONENT_ARCHIVE_URL=	http://ftp.gnu.org/gnu/make/$(COMPONENT_ARCHIVE)
 
 include ../../make-rules/prep.mk