Skip to content

Commit fd68f16

Browse files
committed
build: Use xz 5.4.6 to build liblzma
1 parent f2b7098 commit fd68f16

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Changes

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ packaging:
7777
- zlib 1.3.1
7878
- OpenSSL 3.2.1
7979
- libssh2 1.11.0
80-
- liblzma from xz 5.6.1
80+
- liblzma from xz 5.4.6
8181
- libxml2 2.12.6
8282
- StrawBerry Perl 5.38.2
8383
* Windows MSI installer is only provided for x64

contrib/windows/packaging/ToolchainBuildJob.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ sub toolchain_build_steps {
9191
{
9292
plugin => 'Perl::Dist::Strawberry::Step::BuildLibrary',
9393
name => 'xz',
94-
version => '5.6.1',
94+
version => '5.4.6',
9595
url => 'https://github.com/tukaani-project/<name>/releases/download/v<version>/<name>-<version>.tar.gz',
9696
skip_if_file => 'bin/liblzma-5__.dll',
9797
skip_test => 1,

0 commit comments

Comments
 (0)