From 1df0e7970ee3794848b1f23c4f3f990f646bbffa Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 3 Mar 2024 12:36:19 +0000 Subject: [PATCH 1/2] czg 1.9.0 --- Formula/c/czg.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/czg.rb b/Formula/c/czg.rb index e266c99402ef4..09420a9f26200 100644 --- a/Formula/c/czg.rb +++ b/Formula/c/czg.rb @@ -3,8 +3,8 @@ class Czg < Formula desc "Interactive Commitizen CLI that generate standardized commit messages" homepage "https://github.com/Zhengqbbb/cz-git" - url "https://registry.npmjs.org/czg/-/czg-1.8.0.tgz" - sha256 "3f19d2111df1e0551c5cffc4d3199e7b04412bd475353aac6911da069fd996ad" + url "https://registry.npmjs.org/czg/-/czg-1.9.0.tgz" + sha256 "8e96bc2b496e72c9db3d63c35cdfeb7a97993be55a614496db43705f915f8ba5" license "MIT" bottle do From 655944bbb54531e469a61aa9bfe55df856bac292 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 3 Mar 2024 13:17:03 +0000 Subject: [PATCH 2/2] czg: update 1.9.0 bottle. --- Formula/c/czg.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/c/czg.rb b/Formula/c/czg.rb index 09420a9f26200..6f16ab7fe173b 100644 --- a/Formula/c/czg.rb +++ b/Formula/c/czg.rb @@ -8,7 +8,7 @@ class Czg < Formula license "MIT" bottle do - sha256 cellar: :any_skip_relocation, all: "8fe171a429673b19b25a87e8d92a9d4882fb82280e5c8df6b32cbb08540365ed" + sha256 cellar: :any_skip_relocation, all: "ea7b9941920d50bdafb12a7dd7baaf626e0501a9c2b62a3586ca5a64c381707d" end depends_on "node"