@@ -2,17 +2,17 @@ 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.3 " ,
6- revision : "a1d945da6150425f5e7188dea819992d8a600b8e "
5+ tag : "v2.12.4 " ,
6+ revision : "806492d3ff2621b95458f89f676d0d521582a7b5 "
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 : "5477df0850c9385ffdfc240bf23cffc9f10b11cabd6ac324f5858b594f1ce87d "
12- sha256 cellar : :any_skip_relocation , arm64_sequoia : "5477df0850c9385ffdfc240bf23cffc9f10b11cabd6ac324f5858b594f1ce87d "
13- sha256 cellar : :any_skip_relocation , arm64_sonoma : "5477df0850c9385ffdfc240bf23cffc9f10b11cabd6ac324f5858b594f1ce87d "
14- sha256 cellar : :any_skip_relocation , sonoma : "419c534dacc9ff7e34114d05f4bc0905c9357b222f31303b928532c5ec44e243 "
15- sha256 cellar : :any_skip_relocation , x86_64_linux : "ef33c420aa960c3d2676418be0783303789efa0c63c480f9f05f99f5366b0134 "
11+ sha256 cellar : :any_skip_relocation , arm64_tahoe : "60a919a47b927c30b1d15f3216b32bb579adfbd0b238be27844e24fbfc1ed6e1 "
12+ sha256 cellar : :any_skip_relocation , arm64_sequoia : "60a919a47b927c30b1d15f3216b32bb579adfbd0b238be27844e24fbfc1ed6e1 "
13+ sha256 cellar : :any_skip_relocation , arm64_sonoma : "60a919a47b927c30b1d15f3216b32bb579adfbd0b238be27844e24fbfc1ed6e1 "
14+ sha256 cellar : :any_skip_relocation , sonoma : "27a53051a5a713bef6b2de413f22659efb69efafb5cd96146c8430434823be72 "
15+ sha256 cellar : :any_skip_relocation , x86_64_linux : "9a0e71cac387bca1aee0cbe0b9e547c42586ba965b2508b751475ca0f20d8b4d "
1616 end
1717
1818 depends_on "go" => :build
0 commit comments