Skip to content

Commit 10bb1c5

Browse files
authored
Merge pull request #224990 from Homebrew/bump-revive-1.10.0
revive 1.10.0
2 parents 058af1d + 991e561 commit 10bb1c5

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.9.0",
6-
revision: "57ed899d0ce6ab78ad51cb83e67d2d9d32873eb2"
5+
tag: "v1.10.0",
6+
revision: "6becd540e4f864330381c0f2cd0cf05089aa8aa3"
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: "3b485fda87a88873ce360319b32fcbcbd01a43251eaeeb0b86ed1df642d72241"
12-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "3b485fda87a88873ce360319b32fcbcbd01a43251eaeeb0b86ed1df642d72241"
13-
sha256 cellar: :any_skip_relocation, arm64_ventura: "3b485fda87a88873ce360319b32fcbcbd01a43251eaeeb0b86ed1df642d72241"
14-
sha256 cellar: :any_skip_relocation, sonoma: "7a36bd94a2f69bdda551658a833939d562b359287756f035e946fcf9d15f65a9"
15-
sha256 cellar: :any_skip_relocation, ventura: "7a36bd94a2f69bdda551658a833939d562b359287756f035e946fcf9d15f65a9"
16-
sha256 cellar: :any_skip_relocation, x86_64_linux: "2be28421f2fbf5de6bfef7f6178838d19fc728a43e3521ad6f5899d7dcf8d629"
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"
1717
end
1818

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

0 commit comments

Comments
 (0)