mirror of
https://github.com/rbenv/ruby-build.git
synced 2025-10-22 13:50:33 +02:00
Explicitly declare OpenSSL condition and URL in the definition files
This commit is contained in:
parent
2aabdb4b64
commit
a0ace79cd7
5 changed files with 53 additions and 39 deletions
|
@ -1 +1,5 @@
|
|||
install_package "ruby-2.0.0-rc1" "http://ftp.ruby-lang.org/pub/ruby/2.0/ruby-2.0.0-rc1.tar.gz#7d587dde85e0edf7a2e4f6783e6c0e2e" replace_osx_openssl standard verify_openssl
|
||||
if has_broken_mac_openssl; then
|
||||
install_package "openssl-1.0.1c" "https://www.openssl.org/source/openssl-1.0.1c.tar.gz#ae412727c8c15b67880aef7bd2999b2e" mac_openssl
|
||||
fi
|
||||
|
||||
install_package "ruby-2.0.0-rc1" "http://ftp.ruby-lang.org/pub/ruby/2.0/ruby-2.0.0-rc1.tar.gz#7d587dde85e0edf7a2e4f6783e6c0e2e" standard verify_openssl
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue