We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5102255 commit bfe69f2Copy full SHA for bfe69f2
Changes
@@ -63,7 +63,7 @@ packaging:
63
- OpenSSL 3.2.1
64
- libssh2 1.11.0
65
- liblzma from xz 5.6.1
66
- - libxml2 2.12.5
+ - libxml2 2.12.6
67
- StrawBerry Perl 5.38.2
68
* Windows MSI installer is only provided for x64
69
contrib/windows/packaging/ToolchainBuildJob.pm
@@ -192,7 +192,7 @@ sub toolchain_build_steps {
192
{
193
plugin => 'Perl::Dist::Strawberry::Step::BuildLibrary',
194
name => 'libxml2',
195
- version => '2.12.5',
+ version => '2.12.6',
196
url => 'https://download.gnome.org/sources/<name>/2.12/<name>-<version>.tar.xz',
197
skip_if_file => 'bin/libxml2-2__.dll',
198
skip_test => 1,
0 commit comments