mirror of
https://github.com/rbenv/ruby-build.git
synced 2025-01-01 14:44:48 +01:00
Use OpenSSL 1.1.1d like other Rubies for new TruffleRuby releases
This commit is contained in:
parent
83b8068a32
commit
a2031524f9
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ EOS
|
|||
}
|
||||
|
||||
cat > "$file" <<EOS
|
||||
install_package "openssl-1.1.1b" "https://www.openssl.org/source/openssl-1.1.1b.tar.gz#5c557b023230413dfb0756f3137a13e6d726838ccd1430888ad15bfb2b43ea4b" mac_openssl --if has_broken_mac_openssl
|
||||
install_package "openssl-1.1.1d" "https://www.openssl.org/source/openssl-1.1.1d.tar.gz#1e3a91bc1f9dfce01af26026f856e064eab4c8ee0a8f457b5ae30b40b8b711f2" mac_openssl --if has_broken_mac_openssl
|
||||
|
||||
if is_mac; then
|
||||
EOS
|
||||
|
|
Loading…
Reference in a new issue