From 5306b03e4f55650c8db614c243060f6a68a7ac5f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 15 Nov 2024 01:00:33 +0000 Subject: [PATCH 1/2] porter 1.2.0 --- 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 a529bc8ed310..7a51d915671f 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.1.1.tar.gz" - sha256 "c31ffe99cdaee0abc0687b17da7c809bd35543e4861cfbdd1e774524db84167b" + url "https://github.com/getporter/porter/archive/refs/tags/v1.2.0.tar.gz" + sha256 "53d73d6c6afb6b4bdff7072aeba4ff14738d9a09710cfed9ff5e84b649275917" license "Apache-2.0" head "https://github.com/getporter/porter.git", branch: "main" From c11d2705dfcea4b40c9be3a14f7e73f23310cbcb Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 15 Nov 2024 01:56:42 +0000 Subject: [PATCH 2/2] porter: update 1.2.0 bottle. --- Formula/p/porter.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/p/porter.rb b/Formula/p/porter.rb index 7a51d915671f..df9d895ca993 100644 --- a/Formula/p/porter.rb +++ b/Formula/p/porter.rb @@ -7,12 +7,12 @@ class Porter < Formula head "https://github.com/getporter/porter.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "c3d907ecf54616e5d64d085c53ed5cdc47ac4b641146f26899225826c57c4d1b" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "c3d907ecf54616e5d64d085c53ed5cdc47ac4b641146f26899225826c57c4d1b" - sha256 cellar: :any_skip_relocation, arm64_ventura: "c3d907ecf54616e5d64d085c53ed5cdc47ac4b641146f26899225826c57c4d1b" - sha256 cellar: :any_skip_relocation, sonoma: "74f2adce1a3778289c719e4fa60c9da60286a0b27ebff36cd93eef7903112290" - sha256 cellar: :any_skip_relocation, ventura: "74f2adce1a3778289c719e4fa60c9da60286a0b27ebff36cd93eef7903112290" - sha256 cellar: :any_skip_relocation, x86_64_linux: "5baff9f321e3fd8f7c243ce26c98173c8876f1f47af8f8f6af6279ee1a169d9b" + 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" end depends_on "go" => :build