From 01a93edac39924a3e1e6c9529f1b144b070f2fd6 Mon Sep 17 00:00:00 2001 From: Bo Anderson Date: Fri, 3 Jun 2022 18:00:16 +0100 Subject: [PATCH] Portable Ruby 2.6.8_1 --- Library/Homebrew/cmd/vendor-install.sh | 14 +++++++------- Library/Homebrew/vendor/portable-ruby-version | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Library/Homebrew/cmd/vendor-install.sh b/Library/Homebrew/cmd/vendor-install.sh index 72a56dde02..90010adf0a 100644 --- a/Library/Homebrew/cmd/vendor-install.sh +++ b/Library/Homebrew/cmd/vendor-install.sh @@ -20,19 +20,19 @@ then # use a x86_64 Portable Ruby. [[ "${HOMEBREW_PHYSICAL_PROCESSOR}" == "arm64" && "${HOMEBREW_PREFIX}" == "/usr/local" ]] then - ruby_FILENAME="portable-ruby-2.6.8.yosemite.bottle.tar.gz" - ruby_SHA="0cb1cc7af109437fe0e020c9f3b7b95c3c709b140bde9f991ad2c1433496dd42" + ruby_FILENAME="portable-ruby-2.6.8_1.el_capitan.bottle.tar.gz" + ruby_SHA="1f50bf80583bd436c9542d4fa5ad47df0ef0f0bea22ae710c4f04c42d7560bca" elif [[ "${HOMEBREW_PHYSICAL_PROCESSOR}" == "arm64" ]] then - ruby_FILENAME="portable-ruby-2.6.8.arm64_big_sur.bottle.tar.gz" - ruby_SHA="f2d5cab5a4dd49e5b3de780a3cd0a1f61642fea247d1c25aa40cd43f1be290b5" + ruby_FILENAME="portable-ruby-2.6.8_1.arm64_big_sur.bottle.tar.gz" + ruby_SHA="cf9137b1da5568d4949f71161a69b101f60ddb765e94d2b423c9801b67a1cb43" fi elif [[ -n "${HOMEBREW_LINUX}" ]] then case "${HOMEBREW_PROCESSOR}" in x86_64) - ruby_FILENAME="portable-ruby-2.6.8.x86_64_linux.bottle.tar.gz" - ruby_SHA="cd7fffb18ef9338baa670fc5e8fce99b0e3cc0f0fd7627bcbb56f3c8d54161d4" + ruby_FILENAME="portable-ruby-2.6.8_1.x86_64_linux.bottle.tar.gz" + ruby_SHA="fc45ee6eddf4c7a17f4373dde7b1bc8a58255ea61e6847d3bf895225b28d072a" ;; *) ;; esac @@ -53,7 +53,7 @@ then fi ruby_URLs+=( "https://ghcr.io/v2/homebrew/portable-ruby/portable-ruby/blobs/sha256:${ruby_SHA}" - "https://github.com/Homebrew/homebrew-portable-ruby/releases/download/2.6.8/${ruby_FILENAME}" + "https://github.com/Homebrew/homebrew-portable-ruby/releases/download/2.6.8_1/${ruby_FILENAME}" ) ruby_URL="${ruby_URLs[0]}" fi diff --git a/Library/Homebrew/vendor/portable-ruby-version b/Library/Homebrew/vendor/portable-ruby-version index 743af5e125..3472e7b178 100644 --- a/Library/Homebrew/vendor/portable-ruby-version +++ b/Library/Homebrew/vendor/portable-ruby-version @@ -1 +1 @@ -2.6.8 +2.6.8_1