Skip to content

Commit

Permalink
Merge pull request #201161 from Homebrew/porter-retag
Browse files Browse the repository at this point in the history
porter: update checksum for 1.2.0 rel
  • Loading branch information
BrewTestBot authored Dec 14, 2024
2 parents 615e528 + 761da3b commit db4521c
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions Formula/p/porter.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,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.2.0.tar.gz"
sha256 "53d73d6c6afb6b4bdff7072aeba4ff14738d9a09710cfed9ff5e84b649275917"
sha256 "429fd43ccca8881b48d0adb9462279da1bec6a2b05c289cd838351ebfd6424b0"
license "Apache-2.0"
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
Expand Down

0 comments on commit db4521c

Please sign in to comment.