summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2015-11-02 19:37:21 +0200
committerSebastian Dröge <sebastian@centricular.com>2015-11-02 19:37:21 +0200
commit81b0319b5a05cbd60899ff0a708de9b1a69a7541 (patch)
tree793ad0bcf820a28473366989e4cf074b288ca797
parent49f591d52618a59ffee0a1b7a78ab7606fd3fd0f (diff)
nettle: Update to 3.1.1
-rw-r--r--recipes/nettle/nettle.recipe2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/nettle/nettle.recipe b/recipes/nettle/nettle.recipe
index 9c448f97..21c6c182 100644
--- a/recipes/nettle/nettle.recipe
+++ b/recipes/nettle/nettle.recipe
@@ -10,7 +10,7 @@ from cerbero.tools.libtool import LibtoolLibrary
class Recipe(recipe.Recipe):
name = 'nettle'
- version = '3.1'
+ version = '3.1.1'
stype = SourceType.TARBALL
url = 'http://www.lysator.liu.se/~nisse/archive/nettle-{0}.tar.gz'.format(version)