8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94d1a7d commit 10cf158Copy full SHA for 10cf158
pythonforandroid/recipes/cffi/__init__.py
@@ -7,7 +7,7 @@ class CffiRecipe(CompiledComponentsPythonRecipe):
7
Extra system dependencies: autoconf, automake and libtool.
8
"""
9
name = 'cffi'
10
- version = '1.11.5'
+ version = '1.13.2'
11
url = 'https://pypi.python.org/packages/source/c/cffi/cffi-{version}.tar.gz'
12
13
depends = ['setuptools', 'pycparser', 'libffi']
0 commit comments