summaryrefslogtreecommitdiff
path: root/Ports
diff options
context:
space:
mode:
authorAli Mohammad Pur <ali.mpfard@gmail.com>2022-05-16 23:17:46 +0430
committerAli Mohammad Pur <Ali.mpfard@gmail.com>2022-05-19 20:17:10 +0430
commit8e95236efb91cfa46d0aa55b0b92735df463da28 (patch)
tree066bd4605f0f813e44f3570c02986d65aef1f547 /Ports
parenta9c362a4be13390f0a14dd093bf082a186e6adaf (diff)
downloadserenity-8e95236efb91cfa46d0aa55b0b92735df463da28.zip
Ports: Update the Ruby port to version 3.0.4
Diffstat (limited to 'Ports')
-rw-r--r--Ports/AvailablePorts.md2
-rw-r--r--Ports/ruby/version.sh4
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"