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 16008f9 commit e4cf526Copy full SHA for e4cf526
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.15.1'
+ version = '2.0.0'
11
url = 'https://pypi.python.org/packages/source/c/cffi/cffi-{version}.tar.gz'
12
13
depends = ['setuptools', 'pycparser', 'libffi']
pythonforandroid/recipes/libffi/__init__.py
@@ -14,7 +14,7 @@ class LibffiRecipe(Recipe):
14
- `libltdl-dev` which defines the `LT_SYS_SYMBOL_USCORE` macro
15
16
name = 'libffi'
17
- version = 'v3.4.2'
+ version = 'v3.5.2'
18
url = 'https://github.com/libffi/libffi/archive/{version}.tar.gz'
19
20
patches = ['remove-version-info.patch']
0 commit comments