Skip to content

Commit

Permalink
Merge pull request #197767 from Homebrew/bump-porter-1.2.0
Browse files Browse the repository at this point in the history
porter 1.2.0
  • Loading branch information
BrewTestBot authored Nov 15, 2024
2 parents c5c7aa0 + c11d270 commit 51c5f6f
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Formula/p/porter.rb
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
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"

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
Expand Down

0 comments on commit 51c5f6f

Please sign in to comment.