Skip to content

Commit 4970b03

Browse files
authored
Update version to 2.12.10.
1 parent a1f64c6 commit 4970b03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pythonforandroid/recipes/libxml2/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
class Libxml2Recipe(Recipe):
99
# version = '2.9.12'
1010
# url = 'http://xmlsoft.org/sources/libxml2-{version}.tar.gz'
11-
url = 'https://gitlab.gnome.org/GNOME/libxml2/-/archive/v2.10.3/libxml2-v2.10.3.tar.gz'
11+
url = 'https://gitlab.gnome.org/GNOME/libxml2/-/archive/v2.12.10/libxml2-v2.12.10.tar.gz'
1212
depends = []
1313
patches = ['add-glob.c.patch']
1414
built_libraries = {'libxml2.a': '.libs'}

0 commit comments

Comments
 (0)