diff options
Diffstat (limited to 'repo/system/gnutls.xibuild')
-rw-r--r-- | repo/system/gnutls.xibuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/repo/system/gnutls.xibuild b/repo/system/gnutls.xibuild index b2e0fa3..bf06240 100644 --- a/repo/system/gnutls.xibuild +++ b/repo/system/gnutls.xibuild @@ -2,7 +2,8 @@ DEPS=(libtasn readline zlib nettle p11-kit libidn2 libunistring) -SOURCE=https://www.gnupg.org/ftp/gcrypt/gnutls/v3.6/gnutls-3.6.16.tar.xz +PKG_VER=3.6.16 +SOURCE=https://www.gnupg.org/ftp/gcrypt/gnutls/v$(echo $PKG_VER | cut -d. -f-2)/gnutls-$PKG_VER.tar.xz DESC="Library which provides a secure layer over a transport layer" build () { |