Skip to content

Commit 77f7cdd

Browse files
committed
build: Use libssh2 1.11.1 for windows build
1 parent 03222e3 commit 77f7cdd

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Changes

+4
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ deploy:
2323
"return code is not" and "command output doesn't contain" checks which was always
2424
failing.
2525

26+
packaging:
27+
* Update Windows MSI packing building process to use:
28+
- libssh2 1.11.1
29+
2630
1.11 Tue, 24 Sep 2024
2731

2832
core:

contrib/windows/packaging/ToolchainBuildJob.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ sub toolchain_build_steps {
218218
{
219219
plugin => 'Perl::Dist::Strawberry::Step::BuildLibrary',
220220
name => 'libssh2',
221-
version => '1.11.0',
221+
version => '1.11.1',
222222
url => 'https://www.libssh2.org/download/<name>-<version>.tar.xz',
223223
skip_if_file => 'bin/libssh2-1__.dll',
224224
skip_test => 1,

0 commit comments

Comments
 (0)