Skip to content

Commit 19621a0

Browse files
committed
update sqlite3 to 3.12.1;
1 parent 3a87614 commit 19621a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pythonforandroid/recipes/sqlite3/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
import sh
44

55
class Sqlite3Recipe(NDKRecipe):
6-
version = '3.11.0'
6+
version = '3.12.1'
77
# Don't forget to change the URL when changing the version
8-
url = 'http://www.sqlite.com/2016/sqlite-amalgamation-3110000.zip'
8+
url = 'https://www.sqlite.org/2016/sqlite-amalgamation-3120100.zip'
99
generated_libraries = ['sqlite3']
1010

1111
def should_build(self, arch):

0 commit comments

Comments
 (0)