Skip to content

Commit 4014aa8

Browse files
authored
Merge pull request #229845 from Homebrew/bump-revive-1.11.0
revive 1.11.0
2 parents e99fd88 + d17e760 commit 4014aa8

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.10.0",
6-
revision: "6becd540e4f864330381c0f2cd0cf05089aa8aa3"
5+
tag: "v1.11.0",
6+
revision: "92243279ea475f93e3bfa468488f5b44c642a659"
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: "2b87e2cf8bd14cbbf031657dfa3b999f9bb3abcd315837b29ddf4e0047eeb4eb"
12-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "2b87e2cf8bd14cbbf031657dfa3b999f9bb3abcd315837b29ddf4e0047eeb4eb"
13-
sha256 cellar: :any_skip_relocation, arm64_ventura: "2b87e2cf8bd14cbbf031657dfa3b999f9bb3abcd315837b29ddf4e0047eeb4eb"
14-
sha256 cellar: :any_skip_relocation, sonoma: "026da2b8efbd5bc1d56544af835be71c3228b6c2acf758ee60bd3c28b382640c"
15-
sha256 cellar: :any_skip_relocation, ventura: "026da2b8efbd5bc1d56544af835be71c3228b6c2acf758ee60bd3c28b382640c"
16-
sha256 cellar: :any_skip_relocation, x86_64_linux: "9d8d82c52605978c9e8a4142062f492891eaeec31c5fffa12a5ab97b95c8e323"
11+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "01cf0c24e5b50dbe6f99f116d16daac4ae1f7d949245adff9250f2541d6e10f4"
12+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "01cf0c24e5b50dbe6f99f116d16daac4ae1f7d949245adff9250f2541d6e10f4"
13+
sha256 cellar: :any_skip_relocation, arm64_ventura: "01cf0c24e5b50dbe6f99f116d16daac4ae1f7d949245adff9250f2541d6e10f4"
14+
sha256 cellar: :any_skip_relocation, sonoma: "b6705dcf52da83c83a3dc85fb8ae2f626f7585d06916bb66a08e3d822c7c923b"
15+
sha256 cellar: :any_skip_relocation, ventura: "b6705dcf52da83c83a3dc85fb8ae2f626f7585d06916bb66a08e3d822c7c923b"
16+
sha256 cellar: :any_skip_relocation, x86_64_linux: "418e6d583867b8ef673e912ebc44aa7af5d34bde72d19f8d21fde9bfaedc2e82"
1717
end
1818

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

0 commit comments

Comments
 (0)