Skip to content

Commit

Permalink
Merge pull request Homebrew#192322 from Homebrew/bump-porter-1.1.1
Browse files Browse the repository at this point in the history
porter 1.1.1
  • Loading branch information
BrewTestBot authored Sep 29, 2024
2 parents 54ef5aa + b43e6eb commit 1cc0287
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions Formula/p/porter.rb
Original file line number Diff line number Diff line change
@@ -1,20 +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.0.tar.gz"
sha256 "eb5451b85e50e4033a50101171f8c6372ffd2600361bd34fa2d1166a8d062742"
url "https://github.com/getporter/porter/archive/refs/tags/v1.1.1.tar.gz"
sha256 "c31ffe99cdaee0abc0687b17da7c809bd35543e4861cfbdd1e774524db84167b"
license "Apache-2.0"
head "https://github.com/getporter/porter.git", branch: "main"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "8cb83d669e44e94cb5be79ae0c6cf061574bc0eeca1271ec52340835d0fcba10"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "5132b84b398bfa7cc1fcc82143d0dca926be611cd13180c33cd3708e7c73e5df"
sha256 cellar: :any_skip_relocation, arm64_ventura: "a77917b1ac5dca92cd823dc31a63763bfbf03640adb813642aa1eaebacff193f"
sha256 cellar: :any_skip_relocation, arm64_monterey: "2add51a382760271a7cec976bf34b3f9e596a70b98dfb9bb7b2b089898db2e93"
sha256 cellar: :any_skip_relocation, sonoma: "8eb3135d2dd15c03051302285658430822eb16157d833257b48a27fc5ac84fdb"
sha256 cellar: :any_skip_relocation, ventura: "f5515c1f5876d71b62b3675313ad0db8f15aa01bba867f78d93b288708b9f10f"
sha256 cellar: :any_skip_relocation, monterey: "290d638c58363ed55db7839cde4b611ac4ec4e7ca1a3ad66ba5dedbbaf70f763"
sha256 cellar: :any_skip_relocation, x86_64_linux: "00ae7c88b62c0519bd245b0374555acd50542e884995915ba39919384629f536"
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"
end

depends_on "go" => :build
Expand Down

0 comments on commit 1cc0287

Please sign in to comment.