1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 21:37:35 +00:00

Ports: Update Ruby to version 3.2.2

Three patches that are apparently no longer needed have been removed.
This commit is contained in:
Tim Schumacher 2023-05-15 16:28:59 +02:00 committed by Andreas Kling
parent d78bed2ffe
commit 8434d76027
7 changed files with 40 additions and 219 deletions

View file

@ -1,6 +1,6 @@
RUBY_MAJOR="3.0"
RUBY_TEENY="4"
RUBY_MAJOR="3.2"
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="70b47c207af04bce9acea262308fb42893d3e244f39a4abc586920a1c723722b"
RUBY_ARCHIVE_SHA256SUM="96c57558871a6748de5bc9f274e93f4b5aad06cd8f37befa0e8d94e7b8a423bc"