diff options
Diffstat (limited to 'extra/ruby')
-rwxr-xr-x | extra/ruby/build | 3 | ||||
-rw-r--r-- | extra/ruby/checksums | 3 | ||||
-rw-r--r-- | extra/ruby/depends | 4 | ||||
-rw-r--r-- | extra/ruby/sources | 2 | ||||
-rw-r--r-- | extra/ruby/version | 2 |
5 files changed, 10 insertions, 4 deletions
diff --git a/extra/ruby/build b/extra/ruby/build index 39bf9881..9e60677f 100755 --- a/extra/ruby/build +++ b/extra/ruby/build @@ -1,5 +1,8 @@ #!/bin/sh -e +# There is a problem with the archive format so we can't extract it with pax. +busybox tar -xJ --strip-components 1 -f "ruby-$2.tar.xz?no_extract" + ./configure \ --prefix=/usr \ --enable-shared \ diff --git a/extra/ruby/checksums b/extra/ruby/checksums index 781f72ad..2a529aff 100644 --- a/extra/ruby/checksums +++ b/extra/ruby/checksums @@ -1 +1,2 @@ -570e7773100f625599575f363831166d91d49a1ab97d3ab6495af44774155c40 ruby-3.0.2.tar.xz +%BLAKE3 +06823aedf01e4c20ab22c0c4ac2a2b410f9325c531ffcf7a7bc04312c8f5cb16 ruby-3.2.2.tar.xz?no_extract diff --git a/extra/ruby/depends b/extra/ruby/depends index 7a13f54b..416f7939 100644 --- a/extra/ruby/depends +++ b/extra/ruby/depends @@ -1,3 +1,5 @@ -libffi make +busybox make +libffi make libressl +libyaml zlib diff --git a/extra/ruby/sources b/extra/ruby/sources index 8e263671..e1f10607 100644 --- a/extra/ruby/sources +++ b/extra/ruby/sources @@ -1 +1 @@ -https://cache.ruby-lang.org/pub/ruby/3.0/ruby-3.0.2.tar.xz +https://cache.ruby-lang.org/pub/ruby/3.2/ruby-3.2.2.tar.xz?no_extract diff --git a/extra/ruby/version b/extra/ruby/version index b0b71c8f..7744049d 100644 --- a/extra/ruby/version +++ b/extra/ruby/version @@ -1 +1 @@ -3.0.2 1 +3.2.2 1 |