8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation. 8000
There was an error while loading. Please reload this page.
1 parent 21bc8b8 commit daa72d6Copy full SHA for daa72d6
pythonforandroid/recipes/libffi/__init__.py
@@ -14,8 +14,8 @@ class LibffiRecipe(Recipe):
14
- `libltdl-dev` which defines the `LT_SYS_SYMBOL_USCORE` macro
15
"""
16
name = 'libffi'
17
- version = 'v3.2.1'
18
- url = 'https://github.com/atgreen/libffi/archive/{version}.zip'
+ version = '3.2.1'
+ url = 'https://github.com/libffi/libffi/archive/v{version}.tar.gz'
19
20
patches = ['remove-version-info.patch']
21
0 commit comments