diff options
author | Mark Brand <mabrand@mabrand.nl> | 2013-05-21 11:35:36 (GMT) |
---|---|---|
committer | Mark Brand <mabrand@mabrand.nl> | 2013-05-21 11:35:36 (GMT) |
commit | 8ceab0160d672230a56ed9c5670437d5a6f3e8bb (patch) | |
tree | 33e606a7fe2fd8073056a21fa3d560cdb3e934b4 /src/gnutls.mk | |
parent | 2a2c6fae82cf36fc47ab4fe96468445163314deb (diff) | |
download | mxe-8ceab0160d672230a56ed9c5670437d5a6f3e8bb.zip mxe-8ceab0160d672230a56ed9c5670437d5a6f3e8bb.tar.gz mxe-8ceab0160d672230a56ed9c5670437d5a6f3e8bb.tar.bz2 |
update package gnutls
Diffstat (limited to 'src/gnutls.mk')
-rw-r--r-- | src/gnutls.mk | 6 |
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 |