From b8a9524557d13872380b76b69f43a6077cda1ecc Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Sep 2024 12:54:19 +0000 Subject: [PATCH 1/2] structurizr-cli 2024.09.19 --- Formula/s/structurizr-cli.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/s/structurizr-cli.rb b/Formula/s/structurizr-cli.rb index 7a07f6e1120e..76e78cb59b63 100644 --- a/Formula/s/structurizr-cli.rb +++ b/Formula/s/structurizr-cli.rb @@ -1,8 +1,8 @@ class StructurizrCli < Formula desc "Command-line utility for Structurizr" homepage "https://structurizr.com" - url "https://github.com/structurizr/cli/releases/download/v2024.07.03/structurizr-cli.zip" - sha256 "d419e5221f3c8dbb1f92bda7420094905a1f6c651184dc49abb119f203de5e96" + url "https://github.com/structurizr/cli/releases/download/v2024.09.19/structurizr-cli.zip" + sha256 "acc90f59f5e12ba3faa3d17d49d7bda438f531504b87e271007276f9d9575d9f" license "Apache-2.0" bottle do From 7daaade20f3cff3108aa87fc90aff11d51c7cc95 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Sep 2024 14:13:38 +0000 Subject: [PATCH 2/2] structurizr-cli: update 2024.09.19 bottle. --- Formula/s/structurizr-cli.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Formula/s/structurizr-cli.rb b/Formula/s/structurizr-cli.rb index 76e78cb59b63..b9dc894b680f 100644 --- a/Formula/s/structurizr-cli.rb +++ b/Formula/s/structurizr-cli.rb @@ -6,8 +6,7 @@ class StructurizrCli < Formula license "Apache-2.0" bottle do - rebuild 1 - sha256 cellar: :any_skip_relocation, all: "aa81f8a712c590e1176f764197aacafe8efb6ac5af9f2b9cb0ff3d529d463e67" + sha256 cellar: :any_skip_relocation, all: "cc1476418ea6db2bd4fc24f3a337341f4f3d44f3d001379c989db07c2d014dcb" end depends_on "openjdk"