Skip to content

Commit 0d901b5

Browse files
authored
Merge pull request #197000 from Homebrew/bump-revive-1.5.0
revive 1.5.0
2 parents 74f4926 + 80db909 commit 0d901b5

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/r/revive.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,18 @@ class Revive < Formula
22
desc "Fast, configurable, extensible, flexible, and beautiful linter for Go"
33
homepage "https://revive.run"
44
url "https://github.com/mgechev/revive.git",
5-
tag: "v1.4.0",
6-
revision: "a65fb8d1b5f6f64665191600873c9289e89e06a4"
5+
tag: "v1.5.0",
6+
revision: "78c3a6c363edb5757ca829c9befa25bf75ac8bfc"
77
license "MIT"
88
head "https://github.com/mgechev/revive.git", branch: "master"
99

1010
bottle do
11-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "e4bd9db921ad15d76be08135faef2a851af2b178265ccf1d79d91669547d3255"
12-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "e4bd9db921ad15d76be08135faef2a851af2b178265ccf1d79d91669547d3255"
13-
sha256 cellar: :any_skip_relocation, arm64_ventura: "e4bd9db921ad15d76be08135faef2a851af2b178265ccf1d79d91669547d3255"
14-
sha256 cellar: :any_skip_relocation, sonoma: "e1827796434ed5ee4f45859eb95fb9fdf23c8914ffb717bfdbb5438e11648f45"
15-
sha256 cellar: :any_skip_relocation, ventura: "e1827796434ed5ee4f45859eb95fb9fdf23c8914ffb717bfdbb5438e11648f45"
16-
sha256 cellar: :any_skip_relocation, x86_64_linux: "1559b0860ed95ff2a0a3f6d79ada2d915031767ad5e6cd8b8f7bc1e1d539b48c"
11+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "840a93760ae4e039605f758fee4669d18fab66d9699f50547c2307cb3ac71608"
12+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "840a93760ae4e039605f758fee4669d18fab66d9699f50547c2307cb3ac71608"
13+
sha256 cellar: :any_skip_relocation, arm64_ventura: "840a93760ae4e039605f758fee4669d18fab66d9699f50547c2307cb3ac71608"
14+
sha256 cellar: :any_skip_relocation, sonoma: "6dc6f9970dc29e70e958406786463171261cc7f5f195eb6190143acc11695e8e"
15+
sha256 cellar: :any_skip_relocation, ventura: "6dc6f9970dc29e70e958406786463171261cc7f5f195eb6190143acc11695e8e"
16+
sha256 cellar: :any_skip_relocation, x86_64_linux: "60bcb8e59fed35925a46042ef9d3572845dae8c93bf5aaf090b678db1307cac5"
1717
end
1818

1919
depends_on "go" => [:build, :test]

0 commit comments

Comments
 (0)