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.
2 parents 05e99ee + daa72d6 commit 5e37ca7Copy full SHA for 5e37ca7
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