From 70177961772a6bd179b2962a46f05838c16b6f0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20Beauz=C3=A9e-Luyssen?= Date: Wed, 5 Mar 2025 16:09:02 +0100 Subject: [PATCH] libxml2: udpate to 2.12.10 --- config/software/libxml2.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/software/libxml2.rb b/config/software/libxml2.rb index e48e6d3e6..6583b6790 100644 --- a/config/software/libxml2.rb +++ b/config/software/libxml2.rb @@ -15,7 +15,7 @@ # name "libxml2" -default_version "2.12.6" +default_version "2.12.10" license "MIT" license_file "COPYING" @@ -26,7 +26,7 @@ dependency "config_guess" # version_list: url=https://download.gnome.org/sources/libxml2/2.9/ filter=*.tar.xz -version("2.12.6") { source sha256: "889c593a881a3db5fdd96cc9318c87df34eb648edfc458272ad46fd607353fbb" } +version("2.12.10") { source sha256: "c3d8c0c34aa39098f66576fe51969db12a5100b956233dc56506f7a8679be995" } source url: "https://download.gnome.org/sources/libxml2/2.12/libxml2-#{version}.tar.xz"