From 49758fa4f80583fd7fc10f16e57bd2ace34c038a Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sat, 12 Aug 2023 23:42:07 -0400 Subject: [PATCH 1/2] portal: update sha Signed-off-by: Rui Chen --- Formula/portal.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/portal.rb b/Formula/portal.rb index 825dc5cb5b24..d0bc80c94b29 100644 --- a/Formula/portal.rb +++ b/Formula/portal.rb @@ -2,7 +2,7 @@ class Portal < Formula desc "Quick and easy command-line file transfer utility from any computer to another" homepage "https://github.com/SpatiumPortae/portal" url "https://github.com/SpatiumPortae/portal/archive/v1.2.3.tar.gz" - sha256 "6d71f8c4b60da2bff404509fbeff57fc41a1300b51867aeace9632562fa9e30a" + sha256 "7a457ab1efa559b89eb5d7edbebccb1342896a42e30dbd943ffb6eea14179b36" license "MIT" head "https://github.com/SpatiumPortae/portal.git", branch: "master" From 740c5a34dc056c59d7db7a28c2ff2f7da4bb72c6 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 13 Aug 2023 15:53:50 +0000 Subject: [PATCH 2/2] portal: update 1.2.3 bottle. --- Formula/portal.rb | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/Formula/portal.rb b/Formula/portal.rb index d0bc80c94b29..8dbcd07171c7 100644 --- a/Formula/portal.rb +++ b/Formula/portal.rb @@ -7,13 +7,14 @@ class Portal < Formula head "https://github.com/SpatiumPortae/portal.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_ventura: "956d12c9e7f7c8f8979c8b17ca0eaeb45e8639419a8c8ab2d271ebf19e1def0c" - sha256 cellar: :any_skip_relocation, arm64_monterey: "956d12c9e7f7c8f8979c8b17ca0eaeb45e8639419a8c8ab2d271ebf19e1def0c" - sha256 cellar: :any_skip_relocation, arm64_big_sur: "956d12c9e7f7c8f8979c8b17ca0eaeb45e8639419a8c8ab2d271ebf19e1def0c" - sha256 cellar: :any_skip_relocation, ventura: "93a8ee8abb4795f58ed78bf8050d87c68c997d6af40c9791e504cb93de26022a" - sha256 cellar: :any_skip_relocation, monterey: "93a8ee8abb4795f58ed78bf8050d87c68c997d6af40c9791e504cb93de26022a" - sha256 cellar: :any_skip_relocation, big_sur: "93a8ee8abb4795f58ed78bf8050d87c68c997d6af40c9791e504cb93de26022a" - sha256 cellar: :any_skip_relocation, x86_64_linux: "611aa11a9045911553b7751fc59df6f0c58bbe9107d0b88442ee2d349da8d8e6" + rebuild 1 + sha256 cellar: :any_skip_relocation, arm64_ventura: "5582fc03d1182135f8c7e73cb4503a8cedcd5350264185551f07ce37e09986d4" + sha256 cellar: :any_skip_relocation, arm64_monterey: "f858964534d5af5cef3195b4ad2fa818f07bf79deeea55f328b9db9d04c5616a" + sha256 cellar: :any_skip_relocation, arm64_big_sur: "98ad1510eb543d4c3129e6d17c1a844f99cb039615a1a281489bd4c4bb2485ea" + sha256 cellar: :any_skip_relocation, ventura: "885a629b00af358c5d919abede7ea6b7be6604b2805279e0a5d9d9d435633101" + sha256 cellar: :any_skip_relocation, monterey: "ed4cde3174861f1109761cf4934093fe18330a2b60a4266b0efb692b4d390214" + sha256 cellar: :any_skip_relocation, big_sur: "5ff2035231f98a1cc9c4e5c945619feb5336b9bf8b4736e8245be36cceb41270" + sha256 cellar: :any_skip_relocation, x86_64_linux: "db75b7a2beec3a4b2920bc8b44c6045206930a73d08cbccf481a98b176de56d7" end depends_on "go" => :build