Skip to content

Commit

Permalink
build: Use libxml2 2.13.3 for windows packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
g-bougard committed Jul 25, 2024
1 parent 8db19d6 commit de5f5b5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ inventory:
netdiscovery/netinventory:
* Skip Konica printers firmware with "Registered" set as version

packaging:
* Update Windows MSI packing building process to use:
- libxml2 2.13.3

1.10 Tue, 09 Jul 2024

core:
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.2',
version => '2.13.3',
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 de5f5b5

Please sign in to comment.