From 259c61cba3c9c93abbce51cee8a74a08a719aeb3 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 22 Dec 2024 23:07:07 +0000 Subject: [PATCH 1/2] porter 1.2.1 --- Formula/p/porter.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/p/porter.rb b/Formula/p/porter.rb index fbd56675f797d..91a9c67b70d70 100644 --- a/Formula/p/porter.rb +++ b/Formula/p/porter.rb @@ -1,8 +1,8 @@ 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 "429fd43ccca8881b48d0adb9462279da1bec6a2b05c289cd838351ebfd6424b0" + url "https://github.com/getporter/porter/archive/refs/tags/v1.2.1.tar.gz" + sha256 "927c88d7342439594b4f416f6d18d116afd2418bc48876efedeb1cc8e4716fda" license "Apache-2.0" head "https://github.com/getporter/porter.git", branch: "main" From 4a2202ed802e104980db4699e8471594dd8b6b0c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 22 Dec 2024 23:29:29 +0000 Subject: [PATCH 2/2] porter: update 1.2.1 bottle. --- Formula/p/porter.rb | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/Formula/p/porter.rb b/Formula/p/porter.rb index 91a9c67b70d70..8df754376b83a 100644 --- a/Formula/p/porter.rb +++ b/Formula/p/porter.rb @@ -7,13 +7,12 @@ class Porter < Formula head "https://github.com/getporter/porter.git", branch: "main" bottle do - 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" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "1bbb8d0fec75d619cb3157967dc5673647c69e2e2abddb4f6ce311ef12bbabfc" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "1bbb8d0fec75d619cb3157967dc5673647c69e2e2abddb4f6ce311ef12bbabfc" + sha256 cellar: :any_skip_relocation, arm64_ventura: "1bbb8d0fec75d619cb3157967dc5673647c69e2e2abddb4f6ce311ef12bbabfc" + sha256 cellar: :any_skip_relocation, sonoma: "f58637b322064fd390d0832cacc06c14eaad6c6d630b352344bd44bd43067f1e" + sha256 cellar: :any_skip_relocation, ventura: "f58637b322064fd390d0832cacc06c14eaad6c6d630b352344bd44bd43067f1e" + sha256 cellar: :any_skip_relocation, x86_64_linux: "01040892418ef902c033e9d4504661445774151d63e6f91417ba2a9c0cf4897d" end depends_on "go" => :build