summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Brand <mabrand@mabrand.nl>2012-03-29 21:55:37 (GMT)
committerMark Brand <mabrand@mabrand.nl>2012-03-29 21:55:37 (GMT)
commit18610dd5a2da32db063523e397796f91e3f27cf5 (patch)
tree86bfe2aefe976fabf12866bd66686e00e4ad161a
parent00f4690d3f2caa22223008dff0cc5a691dc12cf8 (diff)
downloadmxe-18610dd5a2da32db063523e397796f91e3f27cf5.zip
mxe-18610dd5a2da32db063523e397796f91e3f27cf5.tar.gz
mxe-18610dd5a2da32db063523e397796f91e3f27cf5.tar.bz2
update package libpng
--- index.html | 2 +- src/libpng.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
-rw-r--r--index.html2
-rw-r--r--src/libpng.mk2
2 files changed, 2 insertions, 2 deletions
diff --git a/index.html b/index.html
index 1dae50b..2e334b4 100644
--- a/index.html
+++ b/index.html
@@ -1415,7 +1415,7 @@ USE_OSGPLUGIN(&lt;plugin2&gt;)
</tr>
<tr>
<td id="libpng-package">libpng</td>
- <td id="libpng-version">1.5.9</td>
+ <td id="libpng-version">1.5.10</td>
<td id="libpng-website"><a href="http://www.libpng.org/">libpng</a></td>
</tr>
<tr>
diff --git a/src/libpng.mk b/src/libpng.mk
index 36f82c8..3702432 100644
--- a/src/libpng.mk
+++ b/src/libpng.mk
@@ -3,7 +3,7 @@
PKG := libpng
$(PKG)_IGNORE :=
-$(PKG)_CHECKSUM := 45a8a5c116623d6ab0e2be50f49afacb39a51d46
+$(PKG)_CHECKSUM := bfa655f04965545a54dc974e50c2325968ca5a71
$(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)