summaryrefslogtreecommitdiffstats
path: root/src/gnutls.mk
diff options
context:
space:
mode:
authorMark Brand <mabrand@mabrand.nl>2013-05-21 11:35:36 (GMT)
committerMark Brand <mabrand@mabrand.nl>2013-05-21 11:35:36 (GMT)
commit8ceab0160d672230a56ed9c5670437d5a6f3e8bb (patch)
tree33e606a7fe2fd8073056a21fa3d560cdb3e934b4 /src/gnutls.mk
parent2a2c6fae82cf36fc47ab4fe96468445163314deb (diff)
downloadmxe-8ceab0160d672230a56ed9c5670437d5a6f3e8bb.zip
mxe-8ceab0160d672230a56ed9c5670437d5a6f3e8bb.tar.gz
mxe-8ceab0160d672230a56ed9c5670437d5a6f3e8bb.tar.bz2
update package gnutls
Diffstat (limited to 'src/gnutls.mk')
-rw-r--r--src/gnutls.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gnutls.mk b/src/gnutls.mk
index 87b67d4..5ef2748 100644
--- a/src/gnutls.mk
+++ b/src/gnutls.mk
@@ -2,14 +2,14 @@
# See index.html for further information.
PKG := gnutls
-$(PKG)_CHECKSUM := f53e8621a94ce05162f261c2dc3898d9b39587db
+$(PKG)_CHECKSUM := 4ee8e524d8e3faac20c6dee6525a6ec940c3c850
$(PKG)_SUBDIR := gnutls-$($(PKG)_VERSION)
$(PKG)_FILE := gnutls-$($(PKG)_VERSION).tar.xz
-$(PKG)_URL := ftp://ftp.gnutls.org/gcrypt/gnutls/v3.1//$($(PKG)_FILE)
+$(PKG)_URL := ftp://ftp.gnutls.org/gcrypt/gnutls/v3.2//$($(PKG)_FILE)
$(PKG)_DEPS := gcc gettext nettle pcre zlib
define $(PKG)_UPDATE
- $(WGET) -q -O- ftp://ftp.gnutls.org/gcrypt/gnutls/v3.1/ | \
+ $(WGET) -q -O- ftp://ftp.gnutls.org/gcrypt/gnutls/v3.2/ | \
$(SED) -n 's,.*gnutls-\([1-9]\+\.[0-9]\+.[0-9]\+\)\..*,\1,p' | \
$(SORT) -V | \
tail -1