Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions Library/Homebrew/cmd/vendor-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,7 @@ set_ruby_variables() {
ruby_URLs+=("${HOMEBREW_BOTTLE_DOMAIN}/bottles-portable-ruby/${ruby_FILENAME}")
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/${HOMEBREW_PORTABLE_RUBY_VERSION}/${ruby_FILENAME}"
"https://ghcr.io/v2/homebrew/core/portable-ruby/blobs/sha256:${ruby_SHA}"
)
ruby_URL="${ruby_URLs[0]}"
fi
Expand Down
2 changes: 1 addition & 1 deletion Library/Homebrew/vendor/portable-ruby-arm64-darwin
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
ruby_TAG=arm64_big_sur
ruby_SHA=20fa657858e44a4b39171d6e4111f8a9716eb62a78ebbd1491d94f90bb7b830a
ruby_SHA=695bdce688efbfb42c7087081d1d3e9b360383a68f518f09d5b2e7b1a94732c3
2 changes: 1 addition & 1 deletion Library/Homebrew/vendor/portable-ruby-arm64-linux
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
ruby_TAG=arm64_linux
ruby_SHA=58ab194fb0513e8d3f5a3b9a8658cb9909438b405308bf898508eed2b83afc7d
ruby_SHA=bbfaf0e8c22fb545ef914120a6e55b981889c611e97943c728c4974cb9cdf512
2 changes: 1 addition & 1 deletion Library/Homebrew/vendor/portable-ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.4.5
3.4.6
4 changes: 2 additions & 2 deletions Library/Homebrew/vendor/portable-ruby-x86_64-darwin
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
ruby_TAG=el_capitan
ruby_SHA=0c78b38f22fb9b42df6918db00e6f5a80d5b35164f910ffe4c89159326ae98cf
ruby_TAG=catalina
ruby_SHA=0dd90decb87cf7e1060806536f132187d958410ffa307b23a66b5954c1cf894f
2 changes: 1 addition & 1 deletion Library/Homebrew/vendor/portable-ruby-x86_64-linux
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
ruby_TAG=x86_64_linux
ruby_SHA=5ea0e3a30feef0743da5a2924c8a71baead1b9f1d571afbd675bc556e59705f5
ruby_SHA=4fda7484ee4de45e40cedd46837622d98f2ae80481ea04935740177d58bbefdc
Loading