File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11class 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"
You can’t perform that action at this time.
0 commit comments