From 3e0699c059930f00ba2fc4f098535355f059e384 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 29 Sep 2024 23:17:05 +0000 Subject: [PATCH] checkstyle: update 10.18.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 0845ab4dfb983..444a3a4195ff3 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: "602c0d13dd4cc918deb3c24e002f841ab89d372870ba64268b95ef85a7309b75" + sha256 cellar: :any_skip_relocation, all: "222f8c2c09677d07fbb7c1d21f2655145af2a5e08bb0f8b669cb334959053130" end depends_on "openjdk"