We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ac89db commit f436a1aCopy full SHA for f436a1a
Formula/c/checkstyle.rb
@@ -1,8 +1,8 @@
1
class Checkstyle < Formula
2
desc "Check Java source against a coding standard"
3
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"
+ url "https://github.com/checkstyle/checkstyle/releases/download/checkstyle-12.1.1/checkstyle-12.1.1-all.jar"
+ sha256 "28b5305b55e0102140b6367e2e27fbe483de4eeae244390b0bf8a7bb3b843878"
6
license "LGPL-2.1-or-later"
7
8
livecheck do
0 commit comments