summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2013-01-05 13:17:15 (GMT)
committerTony Theodore <tonyt@logyst.com>2013-01-05 13:17:15 (GMT)
commitd38efe5ed660ef2958bc2cbb8ddc5d4cfb2fd6c0 (patch)
tree58e3b8d7ef57bd07cee1cc3611a5c4a629656c27
parentbbaa2d5fdc9366d807395adf27e3188db2595776 (diff)
downloadmxe-d38efe5ed660ef2958bc2cbb8ddc5d4cfb2fd6c0.zip
mxe-d38efe5ed660ef2958bc2cbb8ddc5d4cfb2fd6c0.tar.gz
mxe-d38efe5ed660ef2958bc2cbb8ddc5d4cfb2fd6c0.tar.bz2
update package giflib
-rw-r--r--index.html2
-rw-r--r--src/giflib.mk2
2 files changed, 2 insertions, 2 deletions
diff --git a/index.html b/index.html
index 87106ef..ce8b6b0 100644
--- a/index.html
+++ b/index.html
@@ -1168,7 +1168,7 @@ USE_OSGPLUGIN(&lt;plugin2&gt;)
</tr>
<tr>
<td id="giflib-package">giflib</td>
- <td id="giflib-version">5.0.2</td>
+ <td id="giflib-version">5.0.3</td>
<td id="giflib-website"><a href="http://sourceforge.net/projects/libungif/">giflib</a></td>
</tr>
<tr>
diff --git a/src/giflib.mk b/src/giflib.mk
index afbe50f..837c2d3 100644
--- a/src/giflib.mk
+++ b/src/giflib.mk
@@ -3,7 +3,7 @@
PKG := giflib
$(PKG)_IGNORE :=
-$(PKG)_CHECKSUM := 841da41f2e8c212555453f7af7b5aa60d7ea4be7
+$(PKG)_CHECKSUM := 3d0f94466d3d83a46e6b60f3079aa14efb341cfa
$(PKG)_SUBDIR := giflib-$($(PKG)_VERSION)
$(PKG)_FILE := giflib-$($(PKG)_VERSION).tar.bz2
$(PKG)_URL := http://$(SOURCEFORGE_MIRROR)/project/giflib/giflib-5.x/$($(PKG)_FILE)