Signed-off-by: Peter Müller peter.mueller@ipfire.org --- gnutls/gnutls.nm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/gnutls/gnutls.nm b/gnutls/gnutls.nm index ebc8b6d90..3bf75d029 100644 --- a/gnutls/gnutls.nm +++ b/gnutls/gnutls.nm @@ -5,12 +5,12 @@
name = gnutls version = %{ver_maj}.%{ver_min} -ver_maj = 3.6 -ver_min = 7 +ver_maj = 3.7 +ver_min = 8 release = 1
groups = System/Libraries -url = http://www.gnu.org/software/gnutls/ +url = https://gnutls.org/ license = LGPLv2.1+ summary = A general-purpose cryptography library.
@@ -21,7 +21,7 @@ description TLS working group. end
-source_dl = ftp://ftp.gnutls.org/gcrypt/gnutls/v%{ver_maj}/ +source_dl = https://www.gnupg.org/ftp/gcrypt/gnutls/v%%7Bver_maj%7D/ sources = %{thisapp}.tar.xz
build