summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Brand <mabrand@mabrand.nl>2017-08-21 20:38:59 (GMT)
committerMark Brand <mabrand@mabrand.nl>2017-08-21 20:38:59 (GMT)
commit298236f30ca28d920e53d0a51e327578c174e89b (patch)
treec4c7d7e48b8c4769375bfbe36e555e7b430686d0
parentaf2108d85826323c5f1281df9f8151ecbac06c6f (diff)
downloadmxe-298236f30ca28d920e53d0a51e327578c174e89b.zip
mxe-298236f30ca28d920e53d0a51e327578c174e89b.tar.gz
mxe-298236f30ca28d920e53d0a51e327578c174e89b.tar.bz2
update gnutls
-rw-r--r--src/gnutls.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gnutls.mk b/src/gnutls.mk
index b99d628..b255a19 100644
--- a/src/gnutls.mk
+++ b/src/gnutls.mk
@@ -3,8 +3,8 @@
PKG := gnutls
$(PKG)_WEBSITE := https://www.gnu.org/software/gnutls/
$(PKG)_DESCR := GnuTLS
-$(PKG)_VERSION := 3.5.14
-$(PKG)_CHECKSUM := 4aa12dec92f42a0434df794aca3d02f6f2a35b47b48c01252de65f355c051bda
+$(PKG)_VERSION := 3.5.15
+$(PKG)_CHECKSUM := 046081108b8b1fe455a13a4c5a4eaa0368e185b678f1670fe09a11a2d7ecfad5
$(PKG)_SUBDIR := gnutls-$($(PKG)_VERSION)
$(PKG)_FILE := gnutls-$($(PKG)_VERSION).tar.xz
$(PKG)_URL := https://gnupg.org/ftp/gcrypt/gnutls/v3.5/$($(PKG)_FILE)