Skip to content

Commit

Permalink
[cffi] Updated recipe to last cffi version (1.11.5)
Browse files Browse the repository at this point in the history
  • Loading branch information
goffi-contrib committed Nov 3, 2018
1 parent cf6164d commit 8e41b81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pythonforandroid/recipes/cffi/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ class CffiRecipe(CompiledComponentsPythonRecipe):
Extra system dependencies: autoconf, automake and libtool.
"""
name = 'cffi'
version = '1.4.2'
url = 'https://pypi.python.org/packages/source/c/cffi/cffi-{version}.tar.gz'
version = '1.11.5'
url = 'https://files.pythonhosted.org/packages/e7/a7/4cd50e57cc6f436f1cc3a7e8fa700ff9b8b4d471620629074913e3735fb2/cffi-1.11.5.tar.gz'

depends = [('python2', 'python3crystax'), 'setuptools', 'pycparser', 'libffi']

Expand Down

0 comments on commit 8e41b81

Please sign in to comment.