mirror of
https://github.com/rbenv/ruby-build.git
synced 2024-12-27 12:15:16 +01:00
Update OpenSSL 3.0.15
This commit is contained in:
parent
3692e6c316
commit
abf3c331b2
2 changed files with 2 additions and 2 deletions
2
.github/workflows/update-ruby.yml
vendored
2
.github/workflows/update-ruby.yml
vendored
|
@ -10,7 +10,7 @@ on:
|
|||
openssl_version:
|
||||
description: 'OpenSSL version'
|
||||
required: true
|
||||
default: '3.0.14'
|
||||
default: '3.0.15'
|
||||
|
||||
repository_dispatch:
|
||||
types: [update-ruby]
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
install_package "openssl-3.0.14" "https://github.com/openssl/openssl/releases/download/openssl-3.0.14/openssl-3.0.14.tar.gz#eeca035d4dd4e84fc25846d952da6297484afa0650a6f84c682e39df3a4123ca" openssl --if needs_openssl:1.0.2-3.x.x
|
||||
install_package "openssl-3.0.15" "https://github.com/openssl/openssl/releases/download/openssl-3.0.15/openssl-3.0.15.tar.gz#23c666d0edf20f14249b3d8f0368acaee9ab585b09e1de82107c66e1f3ec9533" openssl --if needs_openssl:1.0.2-3.x.x
|
||||
install_package "ruby-3.4.0-rc1" "https://cache.ruby-lang.org/pub/ruby/3.4/ruby-3.4.0-rc1.tar.gz#1f3187d3366e90af6d760994f8bfe1fe8999a8ba3553ea4dcfae63e548236e2a" enable_shared standard
|
||||
|
|
Loading…
Reference in a new issue