Skip to content

Commit 2005508

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pythonforandroid/recipes/regex/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
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 = 'https://pypi.python.org/packages/source/r/regex/regex-{version}.tar.gz' # noqa
88

99
depends = ['setuptools']
1010
call_hostpython_via_targetpython = False

0 commit comments

Comments
 (0)