Skip to content

Commit

Permalink
build: Update to use libxml2 2.13.5 with windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
g-bougard committed Nov 15, 2024
1 parent 9f6efc1 commit b857916
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ packaging:
* Update Windows MSI packing building process to use:
- OpenSSL 3.4.0
- libssh2 1.11.1
- libxml2 2.13.5
* Update MacOSX packages to use OpenSSL 3.4.0

1.11 Tue, 24 Sep 2024
Expand Down
2 changes: 1 addition & 1 deletion contrib/windows/packaging/ToolchainBuildJob.pm
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ sub toolchain_build_steps {
{
plugin => 'Perl::Dist::Strawberry::Step::BuildLibrary',
name => 'libxml2',
version => '2.13.4',
version => '2.13.5',
url => 'https://download.gnome.org/sources/<name>/2.13/<name>-<version>.tar.xz',
skip_if_file => 'bin/libxml2-2__.dll',
skip_test => 1,
Expand Down

0 comments on commit b857916

Please sign in to comment.