@@ -2,19 +2,18 @@ class GolangciLint < Formula
22 desc "Fast linters runner for Go"
33 homepage "https://golangci-lint.run/"
44 url "https://github.com/golangci/golangci-lint.git" ,
5- tag : "v1.64.4 " ,
6- revision : "04aec4f787c25a737641f3d434059880d2af0f53 "
5+ tag : "v1.64.5 " ,
6+ revision : "0a603e49e5e9870f5f9f2035bcbe42cd9620a9d5 "
77 license "GPL-3.0-only"
8- revision 1
98 head "https://github.com/golangci/golangci-lint.git" , branch : "master"
109
1110 bottle do
12- sha256 cellar : :any_skip_relocation , arm64_sequoia : "ff6934550e6c9d569ab6d7095877b6d0b7c9fd24b24323bf88b93f3ddf4184d9 "
13- sha256 cellar : :any_skip_relocation , arm64_sonoma : "a1b95780aaa5aca6b2976d77385219d947e87506ac7fb72e15dff9bc4a412052 "
14- sha256 cellar : :any_skip_relocation , arm64_ventura : "53317789dbb552b29667a91b53693332161a0e57a430fef6e9ab7525aa33d522 "
15- sha256 cellar : :any_skip_relocation , sonoma : "26378f7b74cb02a947f6d2811e9140d60ee06cc26c693b506873cbbd7d2e7569 "
16- sha256 cellar : :any_skip_relocation , ventura : "0eff7791e51ea56e6f05cc280f2afd73801e20b331a5b1b62df89a59fc19ac5c "
17- sha256 cellar : :any_skip_relocation , x86_64_linux : "6d977eec6a83b5d7f72604d718a910a74fa944b494cd7183d95bae3b652650cf "
11+ sha256 cellar : :any_skip_relocation , arm64_sequoia : "5377ffb4051cfc6d619ee13b123be093afeaac3680917c50e96edd62c2406cbb "
12+ sha256 cellar : :any_skip_relocation , arm64_sonoma : "2c35e1d881135da4e8f3e447c9cec045e093c732f02a27f3f67ab7ba930a7135 "
13+ sha256 cellar : :any_skip_relocation , arm64_ventura : "617ca927414201a2e66887e56e4a33971ad9202ac1355363c180747b040a1333 "
14+ sha256 cellar : :any_skip_relocation , sonoma : "d8e73a701c4edd0db90cd687c6c2ebdbd4f6e720c587c70664d0d27e666f2d22 "
15+ sha256 cellar : :any_skip_relocation , ventura : "e8d09abb2185f30e4c9e49b62f16ce8712e8665905f3e156b0b8cb10813a65ff "
16+ sha256 cellar : :any_skip_relocation , x86_64_linux : "895c554f8dd8cf3f94f4013158c3509c3840b390bc773e939488bbc2ab835c3d "
1817 end
1918
2019 depends_on "go"
0 commit comments