diff options
author | Cem Keylan <cem@ckyln.com> | 2021-03-17 11:32:17 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-03-17 11:32:17 +0300 |
commit | 186e53bd86465ae6e49c09caf8b55ae5452b0a04 (patch) | |
tree | 61f2468ebe581465b5df409b427de7fa0fbb87a4 | |
parent | 29a21b73b9da2193c66ccf494cb75091b434eaf0 (diff) | |
download | repository-186e53bd86465ae6e49c09caf8b55ae5452b0a04.tar.gz |
ruby: bump to 3.0.0
-rw-r--r-- | extra/ruby/checksums | 2 | ||||
-rw-r--r-- | extra/ruby/depends (renamed from testing/ruby/depends) | 0 | ||||
-rw-r--r-- | extra/ruby/sources | 2 | ||||
-rw-r--r-- | extra/ruby/version | 2 | ||||
-rwxr-xr-x | testing/ruby/build | 10 | ||||
-rw-r--r-- | testing/ruby/checksums | 1 | ||||
-rw-r--r-- | testing/ruby/sources | 1 | ||||
-rw-r--r-- | testing/ruby/version | 1 |
8 files changed, 3 insertions, 16 deletions
diff --git a/extra/ruby/checksums b/extra/ruby/checksums index 860441d6..215a497d 100644 --- a/extra/ruby/checksums +++ b/extra/ruby/checksums @@ -1 +1 @@ -6e5706d0d4ee4e1e2f883db9d768586b4d06567debea353c796ec45e8321c3d4 ruby-2.7.2.tar.gz +68bfaeef027b6ccd0032504a68ae69721a70e97d921ff328c0c8836c798f6cb1 ruby-3.0.0.tar.xz diff --git a/testing/ruby/depends b/extra/ruby/depends index 00148bd0..00148bd0 100644 --- a/testing/ruby/depends +++ b/extra/ruby/depends diff --git a/extra/ruby/sources b/extra/ruby/sources index 7456fa6e..ac5c8c72 100644 --- a/extra/ruby/sources +++ b/extra/ruby/sources @@ -1 +1 @@ -https://cache.ruby-lang.org/pub/ruby/2.7/ruby-2.7.2.tar.gz +https://cache.ruby-lang.org/pub/ruby/3.0/ruby-3.0.0.tar.xz diff --git a/extra/ruby/version b/extra/ruby/version index cceb5c82..4fc4c8a7 100644 --- a/extra/ruby/version +++ b/extra/ruby/version @@ -1 +1 @@ -2.7.2 1 +3.0.0 1 diff --git a/testing/ruby/build b/testing/ruby/build deleted file mode 100755 index 39bf9881..00000000 --- a/testing/ruby/build +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/sh -e - -./configure \ - --prefix=/usr \ - --enable-shared \ - --enable-static \ - --disable-rpath - -make -make DESTDIR="$1" install diff --git a/testing/ruby/checksums b/testing/ruby/checksums deleted file mode 100644 index 215a497d..00000000 --- a/testing/ruby/checksums +++ /dev/null @@ -1 +0,0 @@ -68bfaeef027b6ccd0032504a68ae69721a70e97d921ff328c0c8836c798f6cb1 ruby-3.0.0.tar.xz diff --git a/testing/ruby/sources b/testing/ruby/sources deleted file mode 100644 index ac5c8c72..00000000 --- a/testing/ruby/sources +++ /dev/null @@ -1 +0,0 @@ -https://cache.ruby-lang.org/pub/ruby/3.0/ruby-3.0.0.tar.xz diff --git a/testing/ruby/version b/testing/ruby/version deleted file mode 100644 index 4fc4c8a7..00000000 --- a/testing/ruby/version +++ /dev/null @@ -1 +0,0 @@ -3.0.0 1 |