Skip to content

Commit bfe69f2

Browse files
committed
build: Update libxml2 to 2.12.6 in windows packaging
1 parent 5102255 commit bfe69f2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Changes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ packaging:
6363
- OpenSSL 3.2.1
6464
- libssh2 1.11.0
6565
- liblzma from xz 5.6.1
66-
- libxml2 2.12.5
66+
- libxml2 2.12.6
6767
- StrawBerry Perl 5.38.2
6868
* Windows MSI installer is only provided for x64
6969

contrib/windows/packaging/ToolchainBuildJob.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ sub toolchain_build_steps {
192192
{
193193
plugin => 'Perl::Dist::Strawberry::Step::BuildLibrary',
194194
name => 'libxml2',
195-
version => '2.12.5',
195+
version => '2.12.6',
196196
url => 'https://download.gnome.org/sources/<name>/2.12/<name>-<version>.tar.xz',
197197
skip_if_file => 'bin/libxml2-2__.dll',
198198
skip_test => 1,

0 commit comments

Comments
 (0)