mirror of
https://github.com/rbenv/ruby-build.git
synced 2025-01-19 20:51:59 +01:00
Merge pull request #2096 from koic/add_definition_for_ruby_3_1_3_and_3_0_5_and_2_7_7
Add definition for Ruby 3.1.3, 3.0.5, and 2.7.7
This commit is contained in:
commit
a4316dfa8d
3 changed files with 6 additions and 0 deletions
2
share/ruby-build/2.7.7
Normal file
2
share/ruby-build/2.7.7
Normal file
|
@ -0,0 +1,2 @@
|
|||
install_package "openssl-1.1.1s" "https://www.openssl.org/source/openssl-1.1.1s.tar.gz#c5ac01e760ee6ff0dab61d6b2bbd30146724d063eb322180c6f18a6f74e4b6aa" openssl --if needs_openssl_101_111
|
||||
install_package "ruby-2.7.7" "https://cache.ruby-lang.org/pub/ruby/2.7/ruby-2.7.7.tar.bz2#cf800820c9e69cdd31a8cdab920391f74ed935db2397a905afabd48961913658" warn_unsupported ldflags_dirs enable_shared standard verify_openssl
|
2
share/ruby-build/3.0.5
Normal file
2
share/ruby-build/3.0.5
Normal file
|
@ -0,0 +1,2 @@
|
|||
install_package "openssl-1.1.1s" "https://www.openssl.org/source/openssl-1.1.1s.tar.gz#c5ac01e760ee6ff0dab61d6b2bbd30146724d063eb322180c6f18a6f74e4b6aa" openssl --if needs_openssl_101_111
|
||||
install_package "ruby-3.0.5" "https://cache.ruby-lang.org/pub/ruby/3.0/ruby-3.0.5.tar.gz#9afc6380a027a4fe1ae1a3e2eccb6b497b9c5ac0631c12ca56f9b7beb4848776" ldflags_dirs enable_shared standard verify_openssl
|
2
share/ruby-build/3.1.3
Normal file
2
share/ruby-build/3.1.3
Normal file
|
@ -0,0 +1,2 @@
|
|||
install_package "openssl-3.0.7" "https://www.openssl.org/source/openssl-3.0.7.tar.gz#83049d042a260e696f62406ac5c08bf706fd84383f945cf21bd61e9ed95c396e" openssl --if needs_openssl_102_300
|
||||
install_package "ruby-3.1.3" "https://cache.ruby-lang.org/pub/ruby/3.1/ruby-3.1.3.tar.gz#5ea498a35f4cd15875200a52dde42b6eb179e1264e17d78732c3a57cd1c6ab9e" ldflags_dirs enable_shared standard verify_openssl
|
Loading…
Reference in a new issue