Skip to content

Commit 14009e8

Browse files
committed
update apsw to 3.11.1-r1;
1 parent 141f828 commit 14009e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pythonforandroid/recipes/apsw/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import sh
44

55
class ApswRecipe(PythonRecipe):
6-
version = '3.11.0-r1'
6+
version = '3.11.1-r1'
77
url = 'https://github.com/rogerbinns/apsw/archive/{version}.tar.gz'
88
depends = ['sqlite3', 'hostpython2', 'python2', 'setuptools']
99
call_hostpython_via_targetpython = False

0 commit comments

Comments
 (0)