Portable Ruby 2.6.8_1

This commit is contained in:
Bo Anderson 2022-06-03 18:00:16 +01:00
parent c4c020aba5
commit 01a93edac3
No known key found for this signature in database
GPG Key ID: 3DB94E204E137D65
2 changed files with 8 additions and 8 deletions

View File

@ -20,19 +20,19 @@ then
# use a x86_64 Portable Ruby. # use a x86_64 Portable Ruby.
[[ "${HOMEBREW_PHYSICAL_PROCESSOR}" == "arm64" && "${HOMEBREW_PREFIX}" == "/usr/local" ]] [[ "${HOMEBREW_PHYSICAL_PROCESSOR}" == "arm64" && "${HOMEBREW_PREFIX}" == "/usr/local" ]]
then then
ruby_FILENAME="portable-ruby-2.6.8.yosemite.bottle.tar.gz" ruby_FILENAME="portable-ruby-2.6.8_1.el_capitan.bottle.tar.gz"
ruby_SHA="0cb1cc7af109437fe0e020c9f3b7b95c3c709b140bde9f991ad2c1433496dd42" ruby_SHA="1f50bf80583bd436c9542d4fa5ad47df0ef0f0bea22ae710c4f04c42d7560bca"
elif [[ "${HOMEBREW_PHYSICAL_PROCESSOR}" == "arm64" ]] elif [[ "${HOMEBREW_PHYSICAL_PROCESSOR}" == "arm64" ]]
then then
ruby_FILENAME="portable-ruby-2.6.8.arm64_big_sur.bottle.tar.gz" ruby_FILENAME="portable-ruby-2.6.8_1.arm64_big_sur.bottle.tar.gz"
ruby_SHA="f2d5cab5a4dd49e5b3de780a3cd0a1f61642fea247d1c25aa40cd43f1be290b5" ruby_SHA="cf9137b1da5568d4949f71161a69b101f60ddb765e94d2b423c9801b67a1cb43"
fi fi
elif [[ -n "${HOMEBREW_LINUX}" ]] elif [[ -n "${HOMEBREW_LINUX}" ]]
then then
case "${HOMEBREW_PROCESSOR}" in case "${HOMEBREW_PROCESSOR}" in
x86_64) x86_64)
ruby_FILENAME="portable-ruby-2.6.8.x86_64_linux.bottle.tar.gz" ruby_FILENAME="portable-ruby-2.6.8_1.x86_64_linux.bottle.tar.gz"
ruby_SHA="cd7fffb18ef9338baa670fc5e8fce99b0e3cc0f0fd7627bcbb56f3c8d54161d4" ruby_SHA="fc45ee6eddf4c7a17f4373dde7b1bc8a58255ea61e6847d3bf895225b28d072a"
;; ;;
*) ;; *) ;;
esac esac
@ -53,7 +53,7 @@ then
fi fi
ruby_URLs+=( ruby_URLs+=(
"https://ghcr.io/v2/homebrew/portable-ruby/portable-ruby/blobs/sha256:${ruby_SHA}" "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]}" ruby_URL="${ruby_URLs[0]}"
fi fi

View File

@ -1 +1 @@
2.6.8 2.6.8_1