From 23c183ee514eef02e9ab863052a0422bdf13eaeb Mon Sep 17 00:00:00 2001 From: Akinwale Ariwodola Date: Sun, 22 Aug 2021 11:58:03 +0100 Subject: [PATCH] cffi==1.14.6 --- recipes/cffi/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/cffi/__init__.py b/recipes/cffi/__init__.py index cc4dc05..be23a03 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.13.2' + version = '1.14.6' url = 'https://pypi.python.org/packages/source/c/cffi/cffi-{version}.tar.gz' depends = [('python2', 'python3crystax'), 'setuptools', 'pycparser', 'libffi']