Skip to content

Commit

Permalink
Merge pull request #192317 from Homebrew/bump-checkstyle-10.18.2
Browse files Browse the repository at this point in the history
checkstyle 10.18.2
  • Loading branch information
BrewTestBot authored Sep 29, 2024
2 parents 2e402ec + 3e0699c commit a478ce2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Formula/c/checkstyle.rb
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
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-10.18.1/checkstyle-10.18.1-all.jar"
sha256 "da73a1fa3be2e8292c53af5c89d35356338e2194d142db6908eb9ff8aac82e83"
url "https://github.com/checkstyle/checkstyle/releases/download/checkstyle-10.18.2/checkstyle-10.18.2-all.jar"
sha256 "5516c227e5d824b06b0fdd2d3242667af3aed3bb7b2bc2ef719f7a3528df95be"
license "LGPL-2.1-or-later"

bottle do
sha256 cellar: :any_skip_relocation, all: "602c0d13dd4cc918deb3c24e002f841ab89d372870ba64268b95ef85a7309b75"
sha256 cellar: :any_skip_relocation, all: "222f8c2c09677d07fbb7c1d21f2655145af2a5e08bb0f8b669cb334959053130"
end

depends_on "openjdk"
Expand Down

0 comments on commit a478ce2

Please sign in to comment.