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 4, 2018
1 parent e6cf4a9 commit 508926d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pythonforandroid/recipes/cffi/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ class CffiRecipe(CompiledComponentsPythonRecipe):
Extra system dependencies: autoconf, automake and libtool.
"""
name = 'cffi'
version = '1.4.2'
version = '1.11.5'
url = 'https://pypi.python.org/packages/source/c/cffi/cffi-{version}.tar.gz'

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

0 comments on commit 508926d

Please sign in to comment.