Skip to content

Commit d07f168

Browse files
committed
Update apsw recipe, use pythonhosted package
1 parent 0d0d9f3 commit d07f168

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

pythonforandroid/recipes/apsw/__init__.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,10 @@
44

55

66
class ApswRecipe(PythonRecipe):
7-
version = '3.15.0-r1'
8-
url = 'https://github.com/rogerbinns/apsw/archive/{version}.tar.gz'
7+
version = '3.50.4.0'
8+
url = ('https://files.pythonhosted.org/packages/02/ea/'
9+
'7469e89d75a07972255aac4c1b98675bfbc74df32a19dd5dc8ba87aa552b/'
10+
'apsw-{version}.tar.gz')
911
depends = ['sqlite3', 'setuptools']
1012
call_hostpython_via_targetpython = False
1113
site_packages_name = 'apsw'

0 commit comments

Comments
 (0)