summaryrefslogtreecommitdiff
path: root/recipes
diff options
context:
space:
mode:
authorEdward Hervey <edward@centricular.com>2019-09-10 09:29:51 +0200
committerTim-Philipp Müller <tim@centricular.com>2019-11-29 19:25:51 +0000
commitec287faec142896e25e265f2a0596c1e55e4d5ed (patch)
treed62eb52951677532f58e6584638ad5e6b420489f /recipes
parentc8715fd25205e6b9ec7f3cc697df32459a9f8928 (diff)
recipes: Upgrade libxml2 to 2.9.9
Diffstat (limited to 'recipes')
-rw-r--r--recipes/libxml2.recipe4
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