Skip to content

Commit e4cf526

Browse files
committed
Use recent libffi and cffi
1 parent 16008f9 commit e4cf526

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pythonforandroid/recipes/cffi/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ class CffiRecipe(CompiledComponentsPythonRecipe):
77
Extra system dependencies: autoconf, automake and libtool.
88
"""
99
name = 'cffi'
10-
version = '1.15.1'
10+
version = '2.0.0'
1111
url = 'https://pypi.python.org/packages/source/c/cffi/cffi-{version}.tar.gz'
1212

1313
depends = ['setuptools', 'pycparser', 'libffi']

pythonforandroid/recipes/libffi/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class LibffiRecipe(Recipe):
1414
- `libltdl-dev` which defines the `LT_SYS_SYMBOL_USCORE` macro
1515
"""
1616
name = 'libffi'
17-
version = 'v3.4.2'
17+
version = 'v3.5.2'
1818
url = 'https://github.com/libffi/libffi/archive/{version}.tar.gz'
1919

2020
patches = ['remove-version-info.patch']

0 commit comments

Comments
 (0)