summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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(<plugin2>)
</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)