mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 01:27:43 +00:00
Ports: Add Ruby 3.0.2
This commit is contained in:
parent
32932f83be
commit
01a06dde0e
9 changed files with 286 additions and 0 deletions
6
Ports/ruby/version.sh
Normal file
6
Ports/ruby/version.sh
Normal file
|
@ -0,0 +1,6 @@
|
|||
RUBY_MAJOR="3.0"
|
||||
RUBY_TEENY="2"
|
||||
RUBY_VERSION="${RUBY_MAJOR}.${RUBY_TEENY}"
|
||||
RUBY_ARCHIVE="ruby-${RUBY_VERSION}.tar.gz"
|
||||
RUBY_ARCHIVE_URL="https://cache.ruby-lang.org/pub/ruby/${RUBY_MAJOR}/${RUBY_ARCHIVE}"
|
||||
RUBY_ARCHIVE_SHA256SUM="5085dee0ad9f06996a8acec7ebea4a8735e6fac22f22e2d98c3f2bc3bef7e6f1"
|
Loading…
Add table
Add a link
Reference in a new issue