Skip to content

Commit c37b311

Browse files
authored
Merge pull request #250998 from Homebrew/bump-goreleaser-2.12.7
goreleaser 2.12.7
2 parents 9edd55b + bc7c3a3 commit c37b311

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/g/goreleaser.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,18 @@ class Goreleaser < Formula
22
desc "Deliver Go binaries as fast and easily as possible"
33
homepage "https://goreleaser.com/"
44
url "https://github.com/goreleaser/goreleaser.git",
5-
tag: "v2.12.6",
6-
revision: "4e5d8a2c0054ad8d1fd021c247bd26da183c9fcc"
5+
tag: "v2.12.7",
6+
revision: "e993642bd640f7e86f30d9d68de6e8f537de1178"
77
license "MIT"
88
head "https://github.com/goreleaser/goreleaser.git", branch: "main"
99

1010
bottle do
11-
sha256 cellar: :any_skip_relocation, arm64_tahoe: "181c39ac4ad6b70b7f5f74ca0b62c868baeb98c76e8e01aae876ada3101ac6f6"
12-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "181c39ac4ad6b70b7f5f74ca0b62c868baeb98c76e8e01aae876ada3101ac6f6"
13-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "181c39ac4ad6b70b7f5f74ca0b62c868baeb98c76e8e01aae876ada3101ac6f6"
14-
sha256 cellar: :any_skip_relocation, sonoma: "573070091c3510f0fd80aea86c31f74f51c0142b86ec1f654c3017a6add63e45"
15-
sha256 cellar: :any_skip_relocation, arm64_linux: "0b4e7d4ea4da9a559a272d9393af9553cbb943ea18ad94abd5115c10a40eeec1"
16-
sha256 cellar: :any_skip_relocation, x86_64_linux: "518f8953c8df7ceec95993b54906d179e4ebd0916441f962fd1f4298034e7c4e"
11+
sha256 cellar: :any_skip_relocation, arm64_tahoe: "e64fcee0e48d552888cf3f0650ee29e277f02901f40f4fb3a17994a45b276625"
12+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "e64fcee0e48d552888cf3f0650ee29e277f02901f40f4fb3a17994a45b276625"
13+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "e64fcee0e48d552888cf3f0650ee29e277f02901f40f4fb3a17994a45b276625"
14+
sha256 cellar: :any_skip_relocation, sonoma: "36beac688e5fc5cf3d4c46bbaad584b9be6ad43a35e68604812e1d2df3c07958"
15+
sha256 cellar: :any_skip_relocation, arm64_linux: "5ba2d72688eb7f27eed0ac2d7ba1300d274d82d79d77dc879be41ad9a34849ed"
16+
sha256 cellar: :any_skip_relocation, x86_64_linux: "a62ba41f23774797f35ebb46a6b863d8e383e59fd2c3771ff6f1e4596b334809"
1717
end
1818

1919
depends_on "go" => :build

0 commit comments

Comments
 (0)