From 4eaaf97cc53c737f5ea6273b2f21f1b4eb170c2b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 26 Sep 2022 03:00:44 +0000 Subject: [PATCH] checkstyle: update 10.3.4 bottle. --- Formula/checkstyle.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/checkstyle.rb b/Formula/checkstyle.rb index 27199905661..ac294a094ad 100644 --- a/Formula/checkstyle.rb +++ b/Formula/checkstyle.rb @@ -6,7 +6,7 @@ class Checkstyle < Formula license "LGPL-2.1-or-later" bottle do - sha256 cellar: :any_skip_relocation, all: "6404adda5cf164cc302c40878422315cd4e792db0d2e0d134dcbb8593c19acfd" + sha256 cellar: :any_skip_relocation, all: "817f3562249c64fb4d3c7baf15a5c4c12eaaff9904aac1579b08ef3a2c7ec77e" end depends_on "openjdk"