aboutsummaryrefslogtreecommitdiff
path: root/extra/ruby
diff options
context:
space:
mode:
Diffstat (limited to 'extra/ruby')
-rwxr-xr-xextra/ruby/build3
-rw-r--r--extra/ruby/checksums2
-rw-r--r--extra/ruby/depends4
-rw-r--r--extra/ruby/sources2
-rw-r--r--extra/ruby/version2
5 files changed, 9 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 93f52117..2a529aff 100644
--- a/extra/ruby/checksums
+++ b/extra/ruby/checksums
@@ -1,2 +1,2 @@
%BLAKE3
-f700c2710267feb2d22e42ead461c45af43c4aca56cc1da7a2878ab78ce0a2d0 ruby-3.1.0.tar.xz
+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 94f36871..e1f10607 100644
--- a/extra/ruby/sources
+++ b/extra/ruby/sources
@@ -1 +1 @@
-https://cache.ruby-lang.org/pub/ruby/3.1/ruby-3.1.0.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 980778df..7744049d 100644
--- a/extra/ruby/version
+++ b/extra/ruby/version
@@ -1 +1 @@
-3.1.0 1
+3.2.2 1