8000 Move libffi to mainline repo · matrix-io/python-for-android@daa72d6 · GitHub
[go: up one dir, main page]

Skip to content

Commit daa72d6

Browse files
committed
Move libffi to mainline repo
1 parent 21bc8b8 commit daa72d6

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)
0