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.
1 parent 87d099f commit 2005508Copy full SHA for 2005508
pythonforandroid/recipes/regex/__init__.py
@@ -3,8 +3,8 @@
3
4
class RegexRecipe(CompiledComponentsPythonRecipe):
5
name = 'regex'
6
- version = '2017.07.28'
7
- url = 'https://pypi.python.org/packages/d1/23/5fa829706ee1d4452552eb32e0bfc1039553e01f50a8754c6f7152e85c1b/regex-{version}.tar.gz'
+ version = '2019.06.08'
+ url = 'https://pypi.python.org/packages/source/r/regex/regex-{version}.tar.gz' # noqa
8
9
depends = ['setuptools']
10
call_hostpython_via_targetpython = False
0 commit comments