checkstyle: fix url (#28942)
This commit is contained in:
parent
c045f2a959
commit
4144318bb6
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
class Checkstyle < Formula
|
||||
desc "Check Java source against a coding standard"
|
||||
homepage "https://checkstyle.sourceforge.io/"
|
||||
url "https://downloads.sourceforge.net/project/checkstyle/checkstyle/8.10.1/checkstyle-8.10.1-all.jar"
|
||||
url "https://github.com/checkstyle/checkstyle/releases/download/checkstyle-8.10.1/checkstyle-8.10.1-all.jar"
|
||||
sha256 "67239ffff8340a6c9266c8c952df1f639491474e48c4183637437f27c35e6066"
|
||||
|
||||
bottle :unneeded
|
||||
|
|
Loading…
Reference in a new issue