From aa78445fd1dfda8618b65309794dad7717f6b0c7 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sat, 14 Dec 2024 10:39:38 -0500 Subject: [PATCH 1/2] porter: update checksum for 1.2.0 rel Signed-off-by: Rui Chen --- Formula/p/porter.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/p/porter.rb b/Formula/p/porter.rb index df9d895ca9932..988ba8f03eff9 100644 --- a/Formula/p/porter.rb +++ b/Formula/p/porter.rb @@ -2,7 +2,7 @@ class Porter < Formula desc "App artifacts, tools, configs, and logic packaged as distributable installer" homepage "https://porter.sh" url "https://github.com/getporter/porter/archive/refs/tags/v1.2.0.tar.gz" - sha256 "53d73d6c6afb6b4bdff7072aeba4ff14738d9a09710cfed9ff5e84b649275917" + sha256 "429fd43ccca8881b48d0adb9462279da1bec6a2b05c289cd838351ebfd6424b0" license "Apache-2.0" head "https://github.com/getporter/porter.git", branch: "main" From 761da3b952e12a7054f1df64b67993c0970f75d1 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 14 Dec 2024 20:26:53 +0000 Subject: [PATCH 2/2] porter: update 1.2.0 bottle. --- Formula/p/porter.rb | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/Formula/p/porter.rb b/Formula/p/porter.rb index 988ba8f03eff9..fbd56675f797d 100644 --- a/Formula/p/porter.rb +++ b/Formula/p/porter.rb @@ -7,12 +7,13 @@ class Porter < Formula head "https://github.com/getporter/porter.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "11cf0d1bbe48519d60db8ea4ac1ae1828484b2648a02669351b39aebd28d6b7d" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "11cf0d1bbe48519d60db8ea4ac1ae1828484b2648a02669351b39aebd28d6b7d" - sha256 cellar: :any_skip_relocation, arm64_ventura: "11cf0d1bbe48519d60db8ea4ac1ae1828484b2648a02669351b39aebd28d6b7d" - sha256 cellar: :any_skip_relocation, sonoma: "6f7f79ba1e2fdb1ec4ffa0578b640d96ca6a97fe987c12da6baeeabae2b5c6bf" - sha256 cellar: :any_skip_relocation, ventura: "6f7f79ba1e2fdb1ec4ffa0578b640d96ca6a97fe987c12da6baeeabae2b5c6bf" - sha256 cellar: :any_skip_relocation, x86_64_linux: "19fdcacb29459c665c770de54c49cd113149d5c98045d21cb857dccdebbab56b" + rebuild 1 + sha256 cellar: :any_skip_relocation, arm64_sequoia: "31afcec22d4dd9f5fd1e659aa434e114cd7faad54eb78706d77437d8bf678497" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "31afcec22d4dd9f5fd1e659aa434e114cd7faad54eb78706d77437d8bf678497" + sha256 cellar: :any_skip_relocation, arm64_ventura: "31afcec22d4dd9f5fd1e659aa434e114cd7faad54eb78706d77437d8bf678497" + sha256 cellar: :any_skip_relocation, sonoma: "1ad4eeec835a2fd33908de7b1d103f8a85651b53acb890d70795cac58a16ffec" + sha256 cellar: :any_skip_relocation, ventura: "1ad4eeec835a2fd33908de7b1d103f8a85651b53acb890d70795cac58a16ffec" + sha256 cellar: :any_skip_relocation, x86_64_linux: "524afbfbbaaf9936335ccf8ccfb290eaa181f415eacf550c23f4d6195b345da2" end depends_on "go" => :build