diff options
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/libxml2.recipe | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/libxml2.recipe b/recipes/libxml2.recipe index 15fc8761..628f154f 100644 --- a/recipes/libxml2.recipe +++ b/recipes/libxml2.recipe @@ -3,12 +3,12 @@ class Recipe(recipe.Recipe): name = 'libxml2' - version = '2.9.7' + version = '2.9.9' stype = SourceType.TARBALL # Upstream still has a broken SSL certificate, use our mirror #url = 'https://xmlsoft.org/sources/libxml2-%(version)s.tar.gz' url = 'https://gstreamer.freedesktop.org/src/mirror/libxml2-%(version)s.tar.gz' - tarball_checksum = 'f63c5e7d30362ed28b38bfa1ac6313f9a80230720b7fb6c80575eeab3ff5900c' + tarball_checksum = '94fb70890143e3c6549f265cee93ec064c80a84c42ad0f23e85ee1fd6540a871' licenses = [{License.MIT: ['COPYING']}] deps = [ 'zlib' ] autoreconf = True |