# HG changeset patch # User John Donoghue # Date 1378072598 14400 # Node ID 929df089f40a6bdcea31da6c4ccdd8a347113af4 # Parent 150b79c3db885c1898b343103850fe7a7ab12bdf Update libpng to 1.6.3 * index.html: update libpng-version to 1.6.3 * src/libpng.mk: update checksum for 1.6.3. diff -r 150b79c3db88 -r 929df089f40a index.html --- a/index.html Sat Aug 31 16:30:34 2013 -0400 +++ b/index.html Sun Sep 01 17:56:38 2013 -0400 @@ -1640,7 +1640,7 @@ libpng - 1.5.13 + 1.6.3 libpng diff -r 150b79c3db88 -r 929df089f40a src/libpng.mk --- a/src/libpng.mk Sat Aug 31 16:30:34 2013 -0400 +++ b/src/libpng.mk Sun Sep 01 17:56:38 2013 -0400 @@ -3,7 +3,7 @@ PKG := libpng $(PKG)_IGNORE := -$(PKG)_CHECKSUM := a6c0fc33b2031e4a9154da03c7d4e7807bc039e7 +$(PKG)_CHECKSUM := adc60a2c117a0929e18bf357e0a1e6115a9e3b76 $(PKG)_SUBDIR := libpng-$($(PKG)_VERSION) $(PKG)_FILE := libpng-$($(PKG)_VERSION).tar.xz $(PKG)_URL := http://$(SOURCEFORGE_MIRROR)/project/$(PKG)/$(PKG)$(subst .,,$(call SHORT_PKG_VERSION,$(PKG)))/older-releases/$($(PKG)_VERSION)/$($(PKG)_FILE)