ruby: Update to 3.2.5.

Seems to include some memory leak fixes for 32bit.
This commit is contained in:
Augustin Cavalier
2024-09-04 20:41:11 -04:00
parent 2b50ad3f17
commit cca5e34089
2 changed files with 3 additions and 3 deletions

View File

@@ -10,12 +10,12 @@ imperative. It also has a dynamic type system and automatic memory \
management. Therefore, it is similar in varying degrees to, Smalltalk, \
Python, Perl, Lisp, Dylan, and CLU."
HOMEPAGE="https://www.ruby-lang.org/"
COPYRIGHT="1993-2023 Yukihiro Matsumoto"
COPYRIGHT="1993-2024 Yukihiro Matsumoto"
LICENSE="Ruby
BSD (3-clause)"
REVISION="2"
REVISION="1"
SOURCE_URI="https://cache.ruby-lang.org/pub/ruby/3.2/ruby-$portVersion.tar.gz"
CHECKSUM_SHA256="96c57558871a6748de5bc9f274e93f4b5aad06cd8f37befa0e8d94e7b8a423bc"
CHECKSUM_SHA256="ef0610b498f60fb5cfd77b51adb3c10f4ca8ed9a17cb87c61e5bea314ac34a16"
SOURCE_DIR="ruby-$portVersion"
PATCHES="ruby-$portVersion.patchset"
ADDITIONAL_FILES="gemrc"