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