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/depends3
-rw-r--r--extra/ruby/sources2
-rw-r--r--extra/ruby/version2
5 files changed, 7 insertions, 5 deletions
diff --git a/extra/ruby/build b/extra/ruby/build
index 592d5d0a..9e60677f 100755
--- a/extra/ruby/build
+++ b/extra/ruby/build
@@ -1,6 +1,7 @@
#!/bin/sh -e
-autoreconf -fi
+# 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 \
diff --git a/extra/ruby/checksums b/extra/ruby/checksums
index a9d22fb6..2a529aff 100644
--- a/extra/ruby/checksums
+++ b/extra/ruby/checksums
@@ -1,2 +1,2 @@
%BLAKE3
-1f0ee8525c6be53e316c926d8fb1953269398dcf3cff048da9343bb07ec1523d v3_1_2.tar.gz
+06823aedf01e4c20ab22c0c4ac2a2b410f9325c531ffcf7a7bc04312c8f5cb16 ruby-3.2.2.tar.xz?no_extract
diff --git a/extra/ruby/depends b/extra/ruby/depends
index 4b9d8581..416f7939 100644
--- a/extra/ruby/depends
+++ b/extra/ruby/depends
@@ -1,4 +1,5 @@
-autoconf make
+busybox make
libffi make
libressl
+libyaml
zlib
diff --git a/extra/ruby/sources b/extra/ruby/sources
index 31f90161..e1f10607 100644
--- a/extra/ruby/sources
+++ b/extra/ruby/sources
@@ -1 +1 @@
-https://github.com/ruby/ruby/archive/refs/tags/v3_1_2.tar.gz
+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 093f0d70..7744049d 100644
--- a/extra/ruby/version
+++ b/extra/ruby/version
@@ -1 +1 @@
-3.1.2 1
+3.2.2 1