diff options
author | Eric Seifert <seiferteric@gmail.com> | 2021-09-21 23:09:21 -0700 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2021-09-24 10:04:47 +0200 |
commit | 01a06dde0e8de63aadeb42f01c6a2952feffb892 (patch) | |
tree | 5bd2677dee476397495c351000a02e2fb0146305 /Ports/ruby/version.sh | |
parent | 32932f83be01578025c9e5411be5b2729520036f (diff) | |
download | serenity-01a06dde0e8de63aadeb42f01c6a2952feffb892.zip |
Ports: Add Ruby 3.0.2
Diffstat (limited to 'Ports/ruby/version.sh')
-rw-r--r-- | Ports/ruby/version.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Ports/ruby/version.sh b/Ports/ruby/version.sh new file mode 100644 index 0000000000..96029c7a27 --- /dev/null +++ b/Ports/ruby/version.sh @@ -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" |