summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Brand <mabrand@mabrand.nl>2012-12-25 18:40:07 (GMT)
committerMark Brand <mabrand@mabrand.nl>2012-12-25 18:40:07 (GMT)
commitfb4b2cdff2f2a3c424ff616e6b2ff7421fc557f3 (patch)
tree9dbdf126dddd3cb84ce8224ed816b8e4496be44f
parent92d2c35aaab36c09bed0642b487c0501ee4ee17d (diff)
downloadmxe-fb4b2cdff2f2a3c424ff616e6b2ff7421fc557f3.zip
mxe-fb4b2cdff2f2a3c424ff616e6b2ff7421fc557f3.tar.gz
mxe-fb4b2cdff2f2a3c424ff616e6b2ff7421fc557f3.tar.bz2
update package gettext
-rw-r--r--index.html2
-rw-r--r--src/gettext.mk2
2 files changed, 2 insertions, 2 deletions
diff --git a/index.html b/index.html
index 078a541..7ff5536 100644
--- a/index.html
+++ b/index.html
@@ -1163,7 +1163,7 @@ USE_OSGPLUGIN(&lt;plugin2&gt;)
</tr>
<tr>
<td id="gettext-package">gettext</td>
- <td id="gettext-version">0.18.1.1</td>
+ <td id="gettext-version">0.18.2</td>
<td id="gettext-website"><a href="http://www.gnu.org/software/gettext/">gettext</a></td>
</tr>
<tr>
diff --git a/src/gettext.mk b/src/gettext.mk
index edccffe..0183cd1 100644
--- a/src/gettext.mk
+++ b/src/gettext.mk
@@ -3,7 +3,7 @@
PKG := gettext
$(PKG)_IGNORE :=
-$(PKG)_CHECKSUM := 5009deb02f67fc3c59c8ce6b82408d1d35d4e38f
+$(PKG)_CHECKSUM := 47685e20abf9df6e5fede9efd04442943a96818b
$(PKG)_SUBDIR := gettext-$($(PKG)_VERSION)
$(PKG)_FILE := gettext-$($(PKG)_VERSION).tar.gz
$(PKG)_URL := ftp://ftp.gnu.org/pub/gnu/gettext/$($(PKG)_FILE)