Skip to content

Commit

Permalink
Merge pull request #130369 from ZhongRuoyu/bump-goreleaser-1.18.2
Browse files Browse the repository at this point in the history
goreleaser 1.18.2
  • Loading branch information
BrewTestBot authored May 7, 2023
2 parents cbe9d33 + 2ee4c27 commit b4835bc
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/goreleaser.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@ class Goreleaser < Formula
desc "Deliver Go binaries as fast and easily as possible"
homepage "https://goreleaser.com/"
url "https://github.com/goreleaser/goreleaser.git",
tag: "v1.18.1",
revision: "aaa9da33d5e72a0db4c1c815dc746249b78266d2"
tag: "v1.18.2",
revision: "ad000694196f30e2cdfe561fd20b20bb85c5258b"
license "MIT"
head "https://github.com/goreleaser/goreleaser.git", branch: "main"

bottle do
sha256 cellar: :any_skip_relocation, arm64_ventura: "aa64e47e4fd7e08938848d0a60eb3897033a46cb7fee1d99ade2c6075b798431"
sha256 cellar: :any_skip_relocation, arm64_monterey: "aa64e47e4fd7e08938848d0a60eb3897033a46cb7fee1d99ade2c6075b798431"
sha256 cellar: :any_skip_relocation, arm64_big_sur: "aa64e47e4fd7e08938848d0a60eb3897033a46cb7fee1d99ade2c6075b798431"
sha256 cellar: :any_skip_relocation, ventura: "e296f22649ebf147f89073ac63f21381ba07a798d12c514edfeefb1ac908bd64"
sha256 cellar: :any_skip_relocation, monterey: "e296f22649ebf147f89073ac63f21381ba07a798d12c514edfeefb1ac908bd64"
sha256 cellar: :any_skip_relocation, big_sur: "e296f22649ebf147f89073ac63f21381ba07a798d12c514edfeefb1ac908bd64"
sha256 cellar: :any_skip_relocation, x86_64_linux: "4c9fd4f24dd65b8f2952f49530ba8875dc544ad01f246196d18701fc79ff4b71"
sha256 cellar: :any_skip_relocation, arm64_ventura: "b4b19bd907620527647dad10a7abaeb1b08916fff6de9ce40c4e917eab7d7b8b"
sha256 cellar: :any_skip_relocation, arm64_monterey: "b4b19bd907620527647dad10a7abaeb1b08916fff6de9ce40c4e917eab7d7b8b"
sha256 cellar: :any_skip_relocation, arm64_big_sur: "b4b19bd907620527647dad10a7abaeb1b08916fff6de9ce40c4e917eab7d7b8b"
sha256 cellar: :any_skip_relocation, ventura: "286dca82fa5d1358b2002df02585acd2c07ba8232573c10ca2919025efa7f955"
sha256 cellar: :any_skip_relocation, monterey: "286dca82fa5d1358b2002df02585acd2c07ba8232573c10ca2919025efa7f955"
sha256 cellar: :any_skip_relocation, big_sur: "286dca82fa5d1358b2002df02585acd2c07ba8232573c10ca2919025efa7f955"
sha256 cellar: :any_skip_relocation, x86_64_linux: "c56f7f3492732b721cbfed2f707b83e366efd68eee8af26ac138dcb55b289865"
end

depends_on "go" => :build
Expand Down

0 comments on commit b4835bc

Please sign in to comment.