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 6a428deCopy full SHA for 6a428de
pythonforandroid/recipes/regex/__init__.py
@@ -3,8 +3,12 @@
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 = (
8
+ 'https://files.pythonhosted.org/packages/6f/4e/'
9
+ '1b178c38c9a1a184288f72065a65ca01f3154df43c6ad898624149b8b4e0/'
10
+ 'regex-{version}.tar.gz'
11
+ )
12
13
depends = ['setuptools']
14
call_hostpython_via_targetpython = False
0 commit comments