mirror of
https://github.com/rbenv/ruby-build.git
synced 2025-11-02 02:01:05 +01:00
Install openssl whenever the system version does not match
* Make supported openssl versions explicit per definition.
This commit is contained in:
parent
fb0e82c647
commit
b945b7ae84
296 changed files with 334 additions and 303 deletions
|
|
@ -1,3 +1,3 @@
|
|||
install_package "yaml-0.1.6" "http://pyyaml.org/download/libyaml/yaml-0.1.6.tar.gz#7da6971b4bd08a986dd2a61353bc422362bd0edcc67d7ebaac68c95f74182749" --if needs_yaml
|
||||
install_package "openssl-1.0.2u" "https://www.openssl.org/source/openssl-1.0.2u.tar.gz#ecd0c6ffb493dd06707d38b14bb4d8c2288bb7033735606569d8f90f89669d16" openssl --if needs_openssl
|
||||
install_package "openssl-1.0.2u" "https://www.openssl.org/source/openssl-1.0.2u.tar.gz#ecd0c6ffb493dd06707d38b14bb4d8c2288bb7033735606569d8f90f89669d16" openssl --if needs_openssl_096_102
|
||||
install_package "ruby-2.0.0-p247" "https://cache.ruby-lang.org/pub/ruby/2.0/ruby-2.0.0-p247.tar.bz2#08e3d4b85b8a1118a8e81261f59dd8b4ddcfd70b6ae554e0ec5ceb99c3185e8a" warn_eol standard verify_openssl
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue