We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c8c959 commit 0161ad4Copy full SHA for 0161ad4
create_gcc_pkg.rb
@@ -45,7 +45,7 @@ def add_ri2_key
45
def openssl_upgrade
46
add_ri2_key
47
48
- pkg_name = "openssl-3.0.5-1-any.pkg.tar.zst"
+ pkg_name = "openssl-3.0.7-1-any.pkg.tar.zst"
49
pkg = "https://github.com/oneclick/rubyinstaller2-packages/releases/download/ci.ri2/#{PKG_PRE}#{pkg_name}"
50
pkg_sig = "#{pkg}.sig"
51
old_dlls = %w[libcrypto-1_1-x64.dll libssl-1_1-x64.dll]
0 commit comments