mirror of
https://github.com/rbenv/ruby-build.git
synced 2024-12-29 13:15:33 +01:00
Update update-cruby to be clear which openssl line should be used
This commit is contained in:
parent
d6481c8995
commit
c0d6e22177
1 changed files with 1 additions and 1 deletions
|
@ -18,6 +18,6 @@ url="https://cache.ruby-lang.org/pub/ruby/${major_minor_version}/${basename}"
|
|||
sha256=$(sha256sum "$release_directory/$basename" | cut -d ' ' -f 1)
|
||||
|
||||
cat > "$file" <<EOS
|
||||
install_package "openssl-1.1.1q" "https://www.openssl.org/source/openssl-1.1.1q.tar.gz#d7939ce614029cdff0b6c20f0e2e5703158a489a72b2507b8bd51bf8c8fd10ca" openssl --if needs_openssl_102_300
|
||||
!TODO! copy openssl line from other release with the same major.minor version
|
||||
install_package "ruby-${version}" "${url}#${sha256}" ldflags_dirs enable_shared standard verify_openssl
|
||||
EOS
|
||||
|
|
Loading…
Reference in a new issue