diff options
| author | Edward Hervey <bilboed@bilboed.com> | 2014-10-09 08:27:00 +0200 |
|---|---|---|
| committer | Edward Hervey <bilboed@bilboed.com> | 2014-10-09 08:27:00 +0200 |
| commit | 8e35b146808e9e7d5815893ab4eef084cbf14ea5 (patch) | |
| tree | d68868801eb484ea815e419d315eb174b061c204 | |
| parent | 2effb45dfe75562620b36e100a255abeea40ed30 (diff) | |
gnutls.recipe: Bump to 3.2.18
Fixes build on windows/mingw
http://osdir.com/ml/gnutls-devel-gnu/2013-10/msg00001.html
| -rw-r--r-- | recipes/gnutls.recipe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/gnutls.recipe b/recipes/gnutls.recipe index 37b67175..07b84699 100644 --- a/recipes/gnutls.recipe +++ b/recipes/gnutls.recipe @@ -4,7 +4,7 @@ from cerbero.utils import shell class Recipe(recipe.Recipe): name = 'gnutls' - version = '3.2.4' + version = '3.2.18' 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) stype = SourceType.TARBALL |
