diff options
Diffstat (limited to 'recipes-support/gnutls/gnutls.inc')
-rw-r--r-- | recipes-support/gnutls/gnutls.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-support/gnutls/gnutls.inc b/recipes-support/gnutls/gnutls.inc index 4cf375f..428248f 100644 --- a/recipes-support/gnutls/gnutls.inc +++ b/recipes-support/gnutls/gnutls.inc | |||
@@ -16,7 +16,7 @@ DEPENDS_append_libc-musl = " argp-standalone" | |||
16 | 16 | ||
17 | SHRT_VER = "${@d.getVar('PV').split('.')[0]}.${@d.getVar('PV').split('.')[1]}" | 17 | SHRT_VER = "${@d.getVar('PV').split('.')[0]}.${@d.getVar('PV').split('.')[1]}" |
18 | 18 | ||
19 | SRC_URI = "ftp://ftp.gnutls.org/gcrypt/gnutls/v${SHRT_VER}/gnutls-${PV}.tar.xz" | 19 | SRC_URI = "https://www.gnupg.org/ftp/gcrypt/gnutls/v${SHRT_VER}/gnutls-${PV}.tar.xz" |
20 | 20 | ||
21 | inherit autotools texinfo binconfig pkgconfig gettext lib_package gtk-doc | 21 | inherit autotools texinfo binconfig pkgconfig gettext lib_package gtk-doc |
22 | 22 | ||