changeset 3244:929df089f40a

Update libpng to 1.6.3 * index.html: update libpng-version to 1.6.3 * src/libpng.mk: update checksum for 1.6.3.
author John Donoghue <john.donoghue@ieee.org>
date Sun, 01 Sep 2013 17:56:38 -0400
parents 150b79c3db88
children 94042dd6ea1a
files index.html src/libpng.mk
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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 @@
     </tr>
     <tr>
         <td id="libpng-package">libpng</td>
-        <td id="libpng-version">1.5.13</td>
+        <td id="libpng-version">1.6.3</td>
         <td id="libpng-website"><a href="http://www.libpng.org/">libpng</a></td>
     </tr>
     <tr>
--- 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)