Skip to content

Commit b5e6067

Browse files
authored
Merge pull request #2323 from marcets/develop
Update __init__.py for Report Lab recipe
2 parents 7d12db0 + 0382da6 commit b5e6067

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pythonforandroid/recipes/reportlab/__init__.py

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

77

88
class ReportLabRecipe(CompiledComponentsPythonRecipe):
9-
version = 'c088826211ca'
10-
url = 'https://bitbucket.org/rptlab/reportlab/get/{version}.tar.gz'
9+
version = 'fe660f227cac'
10+
url = 'https://hg.reportlab.com/hg-public/reportlab/archive/{version}.tar.gz'
1111
depends = ['freetype']
1212
call_hostpython_via_targetpython = False
1313

0 commit comments

Comments
 (0)