Skip to content

Commit 9ea1691

Browse files
authored
Merge pull request #251188 from Homebrew/bump-checkstyle-12.1.1
checkstyle 12.1.1
2 parents 4a80886 + d971cf0 commit 9ea1691

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Formula/c/checkstyle.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Checkstyle < Formula
22
desc "Check Java source against a coding standard"
33
homepage "https://checkstyle.sourceforge.io/"
4-
url "https://github.com/checkstyle/checkstyle/releases/download/checkstyle-12.1.0/checkstyle-12.1.0-all.jar"
5-
sha256 "b88646a3bf32840d8c33f196fec89d7a379c8a142014206444d0aa0092fdb06e"
4+
url "https://github.com/checkstyle/checkstyle/releases/download/checkstyle-12.1.1/checkstyle-12.1.1-all.jar"
5+
sha256 "28b5305b55e0102140b6367e2e27fbe483de4eeae244390b0bf8a7bb3b843878"
66
license "LGPL-2.1-or-later"
77

88
livecheck do
@@ -11,7 +11,7 @@ class Checkstyle < Formula
1111
end
1212

1313
bottle do
14-
sha256 cellar: :any_skip_relocation, all: "937df5bba688d1e9c25696f4639d7657fb15a9b170c0b0643da63b85e5701864"
14+
sha256 cellar: :any_skip_relocation, all: "9ca4c12aea8e02dbf8846259fa25367df5bf5cd6e5d97b8ba77c2e282d115dad"
1515
end
1616

1717
depends_on "openjdk"

0 commit comments

Comments
 (0)