Skip to content

Commit

Permalink
build: Fix OpenSSL 3.4.0 for Windows & MacOSX builds usage
Browse files Browse the repository at this point in the history
  • Loading branch information
g-bougard committed Oct 28, 2024
1 parent b661f45 commit 2f2d9a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/windows/packaging/ToolchainBuildJob.pm
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ sub toolchain_build_steps {
{
plugin => 'Perl::Dist::Strawberry::Step::BuildLibrary',
name => 'openssl',
version => '3.3.2',
version => '3.4.0',
url => 'https://github.com/openssl/openssl/releases/download/<name>-<version>/<name>-<version>.tar.gz',
skip_if_file => 'bin/openssl.exe',
skip_test => 1,
Expand Down

0 comments on commit 2f2d9a8

Please sign in to comment.