diff options
Diffstat (limited to 'Ports')
-rw-r--r-- | Ports/AvailablePorts.md | 2 | ||||
-rw-r--r-- | Ports/ruby/version.sh | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/Ports/AvailablePorts.md b/Ports/AvailablePorts.md index f46086d2f1..21dc86a939 100644 --- a/Ports/AvailablePorts.md +++ b/Ports/AvailablePorts.md @@ -189,7 +189,7 @@ Please make sure to keep this list up to date when adding and updating ports. :^ | [`readline`](readline/) | GNU Readline Library | 8.1.2 | https://tiswww.case.edu/php/chet/readline/rltop.html | | [`RISCVEmu`](RISCVEmu/) | A Basic C++ RISC-V Emulator | ad8ad6a | https://github.com/IdanHo/RISCVEmu | | [`rsync`](rsync/) | rsync | 3.1.3 | https://rsync.samba.org/ | -| [`ruby`](ruby/) | Ruby | 3.0.2 | https://www.ruby-lang.org/ | +| [`ruby`](ruby/) | Ruby | 3.0.4 | https://www.ruby-lang.org/ | | [`sam`](sam/) | Software Automatic Mouth (SAM) | c86ea39 | https://github.com/vidarh/SAM | | [`scummvm`](scummvm/) | ScummVM | 2.5.1 | https://www.scummvm.org/ | | [`SDL_sound`](SDL_sound/) | SDL_sound (Abstract soundfile decoder) | | https://github.com/icculus/SDL_sound | diff --git a/Ports/ruby/version.sh b/Ports/ruby/version.sh index 96029c7a27..b736cbb44d 100644 --- a/Ports/ruby/version.sh +++ b/Ports/ruby/version.sh @@ -1,6 +1,6 @@ RUBY_MAJOR="3.0" -RUBY_TEENY="2" +RUBY_TEENY="4" 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" +RUBY_ARCHIVE_SHA256SUM="70b47c207af04bce9acea262308fb42893d3e244f39a4abc586920a1c723722b" |