We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03222e3 commit 77f7cddCopy full SHA for 77f7cdd
Changes
@@ -23,6 +23,10 @@ deploy:
23
"return code is not" and "command output doesn't contain" checks which was always
24
failing.
25
26
+packaging:
27
+* Update Windows MSI packing building process to use:
28
+ - libssh2 1.11.1
29
+
30
1.11 Tue, 24 Sep 2024
31
32
core:
contrib/windows/packaging/ToolchainBuildJob.pm
@@ -218,7 +218,7 @@ sub toolchain_build_steps {
218
{
219
plugin => 'Perl::Dist::Strawberry::Step::BuildLibrary',
220
name => 'libssh2',
221
- version => '1.11.0',
+ version => '1.11.1',
222
url => 'https://www.libssh2.org/download/<name>-<version>.tar.xz',
223
skip_if_file => 'bin/libssh2-1__.dll',
224
skip_test => 1,
0 commit comments