diff options
author | Cem Keylan <cem@ckyln.com> | 2022-02-19 16:07:59 +0100 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2022-02-19 16:07:59 +0100 |
commit | 6e13becf77353c5fd3495dcecf21f4555eb7082d (patch) | |
tree | 2fd7c8bf505bacafb309aa021bf7b1561f4f1a01 | |
parent | da3118e81392bbd37d5758aa0728161e44a375a8 (diff) | |
download | repository-6e13becf77353c5fd3495dcecf21f4555eb7082d.tar.gz |
ruby: bump to 3.1.1
-rwxr-xr-x | extra/ruby/build | 2 | ||||
-rw-r--r-- | extra/ruby/checksums | 2 | ||||
-rw-r--r-- | extra/ruby/depends | 3 | ||||
-rw-r--r-- | extra/ruby/sources | 2 | ||||
-rw-r--r-- | extra/ruby/version | 2 |
5 files changed, 7 insertions, 4 deletions
diff --git a/extra/ruby/build b/extra/ruby/build index 39bf9881..592d5d0a 100755 --- a/extra/ruby/build +++ b/extra/ruby/build @@ -1,5 +1,7 @@ #!/bin/sh -e +autoreconf -fi + ./configure \ --prefix=/usr \ --enable-shared \ diff --git a/extra/ruby/checksums b/extra/ruby/checksums index 93f52117..dd9fb189 100644 --- a/extra/ruby/checksums +++ b/extra/ruby/checksums @@ -1,2 +1,2 @@ %BLAKE3 -f700c2710267feb2d22e42ead461c45af43c4aca56cc1da7a2878ab78ce0a2d0 ruby-3.1.0.tar.xz +21e14358d93d3c7fd5575bd7b0e73b1d14172d8c00219ce9a7584dc79fcb41af v3_1_1.tar.gz diff --git a/extra/ruby/depends b/extra/ruby/depends index 7a13f54b..4b9d8581 100644 --- a/extra/ruby/depends +++ b/extra/ruby/depends @@ -1,3 +1,4 @@ -libffi make +autoconf make +libffi make libressl zlib diff --git a/extra/ruby/sources b/extra/ruby/sources index 94f36871..f31f3bf7 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://github.com/ruby/ruby/archive/refs/tags/v3_1_1.tar.gz diff --git a/extra/ruby/version b/extra/ruby/version index 980778df..96b13fb5 100644 --- a/extra/ruby/version +++ b/extra/ruby/version @@ -1 +1 @@ -3.1.0 1 +3.1.1 1 |