changeset 3263:d14aa99add06

new version of gettext
author John W. Eaton <jwe@octave.org>
date Wed, 16 Oct 2013 22:45:24 -0400
parents fa1867a474e4
children c2d8a4fbfb32
files index.html src/gettext.mk
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/index.html	Wed Oct 16 22:41:51 2013 -0400
+++ b/index.html	Wed Oct 16 22:45:24 2013 -0400
@@ -1253,7 +1253,7 @@
     </tr>
     <tr>
         <td id="gettext-package">gettext</td>
-        <td id="gettext-version">0.18.2</td>
+        <td id="gettext-version">0.18.3.1</td>
         <td id="gettext-website"><a href="http://www.gnu.org/software/gettext/">gettext</a></td>
     </tr>
     <tr>
--- a/src/gettext.mk	Wed Oct 16 22:41:51 2013 -0400
+++ b/src/gettext.mk	Wed Oct 16 22:45:24 2013 -0400
@@ -3,7 +3,7 @@
 
 PKG             := gettext
 $(PKG)_IGNORE   :=
-$(PKG)_CHECKSUM := 47685e20abf9df6e5fede9efd04442943a96818b
+$(PKG)_CHECKSUM := a32c19a6e39450748f6e56d2ac6b8b0966a5ab05
 $(PKG)_SUBDIR   := gettext-$($(PKG)_VERSION)
 $(PKG)_FILE     := gettext-$($(PKG)_VERSION).tar.gz
 $(PKG)_URL      := ftp://ftp.gnu.org/pub/gnu/gettext/$($(PKG)_FILE)