Skip to content

Commit 5e37ca7

Browse files
authored
Merge pull request kivy#1584 from opacam/libffi-mainline
Move libffi to mainline repo
2 parents 05e99ee + daa72d6 commit 5e37ca7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pythonforandroid/recipes/libffi/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ class LibffiRecipe(Recipe):
1414
- `libltdl-dev` which defines the `LT_SYS_SYMBOL_USCORE` macro
1515
"""
1616
name = 'libffi'
17-
version = 'v3.2.1'
18-
url = 'https://github.com/atgreen/libffi/archive/{version}.zip'
17+
version = '3.2.1'
18+
url = 'https://github.com/libffi/libffi/archive/v{version}.tar.gz'
1919

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

0 commit comments

Comments
 (0)