diff --git a/recipes/cffi/__init__.py b/recipes/cffi/__init__.py index 6b67c59..73aa30d 100644 --- a/recipes/cffi/__init__.py +++ b/recipes/cffi/__init__.py @@ -5,7 +5,7 @@ from pythonforandroid.recipe import CompiledComponentsPythonRecipe class CffiRecipe(CompiledComponentsPythonRecipe): name = 'cffi' - version = '1.14.1' + version = '1.14.6' url = 'https://pypi.python.org/packages/source/c/cffi/cffi-{version}.tar.gz' depends = [('python2', 'python3crystax'), 'setuptools', 'pycparser', 'libffi']