diff options
author | Xisco Fauli <xiscofauli@libreoffice.org> | 2024-07-01 21:35:32 +0200 |
---|---|---|
committer | Xisco Fauli <xiscofauli@libreoffice.org> | 2024-07-01 23:09:25 +0200 |
commit | bff48f885e3aad560776a42e451a735ed6c72c57 (patch) | |
tree | 67414caa28d4b97da5ff997d51325f59cd622f7e /download.lst | |
parent | 05041641da82fc0382503195ae9bdeb5182f764b (diff) |
Revert "libxml2: upgrade to 2.13.1"
This reverts commit 2b27f0eb5858a4fd296170fb7e4533e5fc7aa3e9.
Reason for revert: JunitTest_unordf_complex fails
Change-Id: I5c9b6ec454c46a737a7052cc8dd450044dd48495
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169817
Tested-by: Jenkins
Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
Diffstat (limited to 'download.lst')
-rw-r--r-- | download.lst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/download.lst b/download.lst index 87ced0ddd036..9eb88235ade9 100644 --- a/download.lst +++ b/download.lst @@ -424,9 +424,9 @@ XMLSEC_TARBALL := xmlsec1-1.3.4.tar.gz # three static lines # so that git cherry-pick # will not run into conflicts -LIBXML_SHA256SUM := 25239263dc37f5f55a5393eff27b35f0b7d9ea4b2a7653310598ea8299e3b741 -LIBXML_VERSION_MICRO := 1 -LIBXML_TARBALL := libxml2-2.13.$(LIBXML_VERSION_MICRO).tar.xz +LIBXML_SHA256SUM := 43ad877b018bc63deb2468d71f95219c2fac196876ef36d1bee51d226173ec93 +LIBXML_VERSION_MICRO := 8 +LIBXML_TARBALL := libxml2-2.12.$(LIBXML_VERSION_MICRO).tar.xz # three static lines # so that git cherry-pick # will not run into conflicts |