summaryrefslogtreecommitdiff
path: root/recipes
diff options
context:
space:
mode:
authorLuis de Bethencourt <luis.bg@samsung.com>2015-03-31 10:35:31 +0100
committerLuis de Bethencourt <luis.bg@samsung.com>2015-03-31 10:35:31 +0100
commitf6ebdca33fc497033a3ab3382dc762da87c64424 (patch)
treeed3cf8d055ba890d13f6ea2c2136311a87c10160 /recipes
parent431334fe07492eb9676029ad1e7d1ea3f294d187 (diff)
Revert "gnutls: Update to 3.3.13"
This reverts commit 431334fe07492eb9676029ad1e7d1ea3f294d187. gnutls 3.3.13 is broken in mingw
Diffstat (limited to 'recipes')
-rw-r--r--recipes/gnutls.recipe2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/gnutls.recipe b/recipes/gnutls.recipe
index a85a0e95..4122ef22 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.3.13'
+ version = '3.2.21'
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