diff -r 7ea344e35380 -r 734543bc15a9 components/texinfo/Makefile --- a/components/texinfo/Makefile Mon Dec 30 09:33:11 2013 -0800 +++ b/components/texinfo/Makefile Fri Dec 20 07:41:03 2013 -0800 @@ -18,17 +18,17 @@ # # CDDL HEADER END # -# Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2012, 2014, Oracle and/or its affiliates. All rights reserved. # include ../../make-rules/shared-macros.mk COMPONENT_NAME= texinfo -COMPONENT_VERSION= 4.7 +COMPONENT_VERSION= 4.13 COMPONENT_PROJECT_URL= http://www.gnu.org/software/texinfo/ COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION) -COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.bz2 +COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz COMPONENT_ARCHIVE_HASH= \ - sha256:080a48f49bdad8797de0e1c18ba436b5fb030f24bd606bfd334ebf2dd91aeb62 + sha256:1303e91a1c752b69a32666a407e9fbdd6e936def4b09bc7de30f416301530d68 COMPONENT_ARCHIVE_URL= http://ftp.gnu.org/gnu/texinfo/$(COMPONENT_ARCHIVE) include ../../make-rules/prep.mk