summaryrefslogtreecommitdiff
path: root/recipes/gnutls.recipe
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2017-09-06 11:57:47 +0300
committerSebastian Dröge <sebastian@centricular.com>2017-09-06 11:57:47 +0300
commitdf9dde73f2ba223d7ef56447b8c470a3747b322c (patch)
tree4829ee2c8cb4c47d274fadc1ac4404966742884f /recipes/gnutls.recipe
parent756fc247cb15878597506ccdc1d5fed62dce4b7d (diff)
gnutls/libtasn: Update to 3.5.15 / 4.12
Diffstat (limited to 'recipes/gnutls.recipe')
-rw-r--r--recipes/gnutls.recipe4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/gnutls.recipe b/recipes/gnutls.recipe
index 64772d84..4f4fda9b 100644
--- a/recipes/gnutls.recipe
+++ b/recipes/gnutls.recipe
@@ -5,9 +5,9 @@ from cerbero.utils import needs_xcode8_sdk_workaround
class Recipe(recipe.Recipe):
name = 'gnutls'
- version = '3.5.9'
+ version = '3.5.15'
maj_ver = '.'.join(version.split('.')[0:2])
- url = 'ftp://ftp.gnutls.org/gcrypt/{0}/v{1}/{0}-{2}.tar.xz'.format(name, maj_ver, version)
+ url = 'https://www.gnupg.org/ftp/gcrypt/{0}/v{1}/{0}-{2}.tar.xz'.format(name, maj_ver, version)
stype = SourceType.TARBALL
# main library is LGPLv2+ and binaries is GPLv3+ and defined below
licenses = [License.LGPLv2Plus]