From 055d2b1c0f964d080f30cd98467371c38e6ec9c9 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 26 Jan 2025 16:53:49 +0000 Subject: [PATCH 1/2] checkstyle 10.21.2 --- Formula/c/checkstyle.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/checkstyle.rb b/Formula/c/checkstyle.rb index c8f9bfc6bd4cdf..bcf918a0e2c3b9 100644 --- a/Formula/c/checkstyle.rb +++ b/Formula/c/checkstyle.rb @@ -1,8 +1,8 @@ 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.21.1/checkstyle-10.21.1-all.jar" - sha256 "bbcdb8f2a30c1d10715a4ed5a45ae2a5d2d049b7002f70292ed0906ba4f2309e" + url "https://github.com/checkstyle/checkstyle/releases/download/checkstyle-10.21.2/checkstyle-10.21.2-all.jar" + sha256 "afcba25e869016442972ec4513a8c06c812edf68f511c88ef497de00c3383917" license "LGPL-2.1-or-later" bottle do From 0eb9511970c9f78e80c97e64bc2126f7071095be Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 26 Jan 2025 19:22:23 +0000 Subject: [PATCH 2/2] checkstyle: update 10.21.2 bottle. --- Formula/c/checkstyle.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/c/checkstyle.rb b/Formula/c/checkstyle.rb index bcf918a0e2c3b9..b2ef215015f617 100644 --- a/Formula/c/checkstyle.rb +++ b/Formula/c/checkstyle.rb @@ -6,7 +6,7 @@ class Checkstyle < Formula license "LGPL-2.1-or-later" bottle do - sha256 cellar: :any_skip_relocation, all: "f1eb2f4ebf1c4211f74289aa3c3470841237f142ee5267436b8d087e2bb5f384" + sha256 cellar: :any_skip_relocation, all: "7e22bedccb6dbf333992472a72684c2118ca1968b29a29ff2668756cd93098c2" end depends_on "openjdk"