Skip to content

Commit f436a1a

Browse files
committed
checkstyle 12.1.1
1 parent 9ac89db commit f436a1a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Formula/c/checkstyle.rb

Lines changed: 2 additions & 2 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

0 commit comments

Comments
 (0)