Skip to content

Commit 6a428de

Browse files
committed
[recipes] Update regex's recipe
1 parent 87d099f commit 6a428de

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

pythonforandroid/recipes/regex/__init__.py

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,12 @@
33

44
class RegexRecipe(CompiledComponentsPythonRecipe):
55
name = 'regex'
6-
version = '2017.07.28'
7-
url = 'https://pypi.python.org/packages/d1/23/5fa829706ee1d4452552eb32e0bfc1039553e01f50a8754c6f7152e85c1b/regex-{version}.tar.gz'
6+
version = '2019.06.08'
7+
url = (
8+
'https://files.pythonhosted.org/packages/6f/4e/'
9+
'1b178c38c9a1a184288f72065a65ca01f3154df43c6ad898624149b8b4e0/'
10+
'regex-{version}.tar.gz'
11+
)
812

913
depends = ['setuptools']
1014
call_hostpython_via_targetpython = False

0 commit comments

Comments
 (0)