From b531a8ad7021c932568a4f359bb0dfc363db2a67 Mon Sep 17 00:00:00 2001 From: Bo Anderson Date: Mon, 8 Nov 2021 19:19:59 +0000 Subject: [PATCH] portable-ruby: update 2.6.8 bottle. --- Formula/portable-ruby.rb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Formula/portable-ruby.rb b/Formula/portable-ruby.rb index f708ed0d..4b0c7459 100644 --- a/Formula/portable-ruby.rb +++ b/Formula/portable-ruby.rb @@ -10,8 +10,9 @@ class PortableRuby < PortableFormula bottle do root_url "https://ghcr.io/v2/homebrew/portable-ruby" - sha256 cellar: :any_skip_relocation, yosemite: "0cb1cc7af109437fe0e020c9f3b7b95c3c709b140bde9f991ad2c1433496dd42" - sha256 cellar: :any_skip_relocation, x86_64_linux: "cd7fffb18ef9338baa670fc5e8fce99b0e3cc0f0fd7627bcbb56f3c8d54161d4" + sha256 cellar: :any_skip_relocation, arm64_big_sur: "f2d5cab5a4dd49e5b3de780a3cd0a1f61642fea247d1c25aa40cd43f1be290b5" + sha256 cellar: :any_skip_relocation, yosemite: "0cb1cc7af109437fe0e020c9f3b7b95c3c709b140bde9f991ad2c1433496dd42" + sha256 cellar: :any_skip_relocation, x86_64_linux: "cd7fffb18ef9338baa670fc5e8fce99b0e3cc0f0fd7627bcbb56f3c8d54161d4" end depends_on "pkg-config" => :build