Skip to content

Commit

Permalink
build: Use libssh2 1.11.1 for windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
g-bougard committed Oct 18, 2024
1 parent 03222e3 commit 77f7cdd
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 @@ -23,6 +23,10 @@ deploy:
"return code is not" and "command output doesn't contain" checks which was always
failing.

packaging:
* Update Windows MSI packing building process to use:
- libssh2 1.11.1

1.11 Tue, 24 Sep 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 @@ -218,7 +218,7 @@ sub toolchain_build_steps {
{
plugin => 'Perl::Dist::Strawberry::Step::BuildLibrary',
name => 'libssh2',
version => '1.11.0',
version => '1.11.1',
url => 'https://www.libssh2.org/download/<name>-<version>.tar.xz',
skip_if_file => 'bin/libssh2-1__.dll',
skip_test => 1,
Expand Down

0 comments on commit 77f7cdd

Please sign in to comment.