From fd57c7dcbcbb8f627444624bc41d1571a0a77ba8 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 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']