checkstyle 8.36.1 (#61018)

checkstyle: depends_on "openjdk"

Signed-off-by: Rui Chen <rui@meetup.com>
master
chenrui 2020-09-12 13:42:38 -04:00 committed by GitHub
parent 4ae23fef86
commit 4d31e40521
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 2 deletions

View File

@ -1,12 +1,14 @@
class Checkstyle < Formula
desc "Check Java source against a coding standard"
homepage "https://checkstyle.sourceforge.io/"
url "https://github.com/checkstyle/checkstyle/releases/download/checkstyle-8.36/checkstyle-8.36-all.jar"
sha256 "108a045d6aab90636fc6498023ad6dc39face7347ebf56066b7af4a9c0180fb9"
url "https://github.com/checkstyle/checkstyle/releases/download/checkstyle-8.36.1/checkstyle-8.36.1-all.jar"
sha256 "6382b595bdc9fecffa67224200f5afc49db7ab6262619789c77300b8ec53e638"
license "LGPL-2.1-or-later"
bottle :unneeded
depends_on "openjdk"
def install
libexec.install "checkstyle-#{version}-all.jar"
bin.write_jar_script libexec/"checkstyle-#{version}-all.jar", "checkstyle"