summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Brand <mabrand@mabrand.nl>2012-04-22 20:29:30 (GMT)
committerMark Brand <mabrand@mabrand.nl>2012-04-22 20:29:43 (GMT)
commit74cf24bd3d0aa97b0c2db35eaffd0c96b306c6af (patch)
treed0f665a7b0e5572329dc9e4327edb1575e24934d
parent1cb26d3feb79d2cb8c1a7117207943f385f11b35 (diff)
downloadmxe-74cf24bd3d0aa97b0c2db35eaffd0c96b306c6af.zip
mxe-74cf24bd3d0aa97b0c2db35eaffd0c96b306c6af.tar.gz
mxe-74cf24bd3d0aa97b0c2db35eaffd0c96b306c6af.tar.bz2
update package gnutls
-rw-r--r--index.html2
-rw-r--r--src/gnutls.mk2
2 files changed, 2 insertions, 2 deletions
diff --git a/index.html b/index.html
index 61258aa..353c792 100644
--- a/index.html
+++ b/index.html
@@ -1165,7 +1165,7 @@ USE_OSGPLUGIN(&lt;plugin2&gt;)
</tr>
<tr>
<td id="gnutls-package">gnutls</td>
- <td id="gnutls-version">3.0.18</td>
+ <td id="gnutls-version">3.0.19</td>
<td id="gnutls-website"><a href="http://www.gnu.org/software/gnutls/">GnuTLS</a></td>
</tr>
<tr>
diff --git a/src/gnutls.mk b/src/gnutls.mk
index 806f486..21332dd 100644
--- a/src/gnutls.mk
+++ b/src/gnutls.mk
@@ -2,7 +2,7 @@
# See index.html for further information.
PKG := gnutls
-$(PKG)_CHECKSUM := 2aeac620a26e6c8f266954110578d8817939b084
+$(PKG)_CHECKSUM := df55f60a0426de1f0efb5c1a902e209b069b3d51
$(PKG)_SUBDIR := gnutls-$($(PKG)_VERSION)
$(PKG)_FILE := gnutls-$($(PKG)_VERSION).tar.xz
$(PKG)_URL := ftp://ftp.gnutls.org/pub/gnutls/$($(PKG)_FILE)