We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7123f6b commit ccbf107Copy full SHA for ccbf107
Changes
@@ -70,7 +70,7 @@ packaging:
70
- gcc 15.2.0posix-13.0.0-msvcrt-r1
71
- OpenSSL 3.5.4
72
- liblzma from xz 5.8.1
73
- - libxml2 2.15.0
+ - libxml2 2.15.1
74
- msys2-base 20250830
75
- 7-Zip v25.01
76
* Update MacOSX packages to use perl 5.42.0 and OpenSSL 3.5.4
contrib/windows/packaging/ToolchainBuildJob.pm
@@ -222,7 +222,7 @@ sub toolchain_build_steps {
222
{
223
plugin => 'Perl::Dist::Strawberry::Step::BuildLibrary',
224
name => 'libxml2',
225
- version => '2.15.0',
+ version => '2.15.1',
226
url => 'https://download.gnome.org/sources/<name>/2.15/<name>-<version>.tar.xz',
227
skip_if_file => 'bin/libxml2-16__.dll',
228
skip_test => 1,
0 commit comments