Skip to content

Commit

Permalink
build: Use xz 5.4.6 to build liblzma
Browse files Browse the repository at this point in the history
  • Loading branch information
g-bougard committed Apr 22, 2024
1 parent f2b7098 commit fd68f16
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Changes
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ packaging:
- zlib 1.3.1
- OpenSSL 3.2.1
- libssh2 1.11.0
- liblzma from xz 5.6.1
- liblzma from xz 5.4.6
- libxml2 2.12.6
- StrawBerry Perl 5.38.2
* Windows MSI installer is only provided for x64
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 @@ -91,7 +91,7 @@ sub toolchain_build_steps {
{
plugin => 'Perl::Dist::Strawberry::Step::BuildLibrary',
name => 'xz',
version => '5.6.1',
version => '5.4.6',
url => 'https://github.com/tukaani-project/<name>/releases/download/v<version>/<name>-<version>.tar.gz',
skip_if_file => 'bin/liblzma-5__.dll',
skip_test => 1,
Expand Down

0 comments on commit fd68f16

Please sign in to comment.