From 9e33bed9162049c4df94b70636410678749bfb3c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jan 2023 17:06:03 +0000 Subject: [PATCH] commitlint: update 17.4.0 bottle. --- Formula/commitlint.rb | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/Formula/commitlint.rb b/Formula/commitlint.rb index 12c9955325a..565948bcf54 100644 --- a/Formula/commitlint.rb +++ b/Formula/commitlint.rb @@ -9,14 +9,13 @@ class Commitlint < Formula head "https://github.com/conventional-changelog/commitlint.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_ventura: "538e8f5fe80de3d505512730e86d34d9d14085f6d9547d3bda0eaba66f25b936" - sha256 cellar: :any_skip_relocation, arm64_monterey: "538e8f5fe80de3d505512730e86d34d9d14085f6d9547d3bda0eaba66f25b936" - sha256 cellar: :any_skip_relocation, arm64_big_sur: "538e8f5fe80de3d505512730e86d34d9d14085f6d9547d3bda0eaba66f25b936" - sha256 cellar: :any_skip_relocation, ventura: "cb35ed4534d4f33f632d3a2def192949c1de75740af3f757040554274f19539a" - sha256 cellar: :any_skip_relocation, monterey: "cb35ed4534d4f33f632d3a2def192949c1de75740af3f757040554274f19539a" - sha256 cellar: :any_skip_relocation, big_sur: "cb35ed4534d4f33f632d3a2def192949c1de75740af3f757040554274f19539a" - sha256 cellar: :any_skip_relocation, catalina: "cb35ed4534d4f33f632d3a2def192949c1de75740af3f757040554274f19539a" - sha256 cellar: :any_skip_relocation, x86_64_linux: "538e8f5fe80de3d505512730e86d34d9d14085f6d9547d3bda0eaba66f25b936" + sha256 cellar: :any_skip_relocation, arm64_ventura: "d45347c821ed31c21a5ac760f0e06fd0c5437e00ec09eb9658f3e4d2be407c65" + sha256 cellar: :any_skip_relocation, arm64_monterey: "d45347c821ed31c21a5ac760f0e06fd0c5437e00ec09eb9658f3e4d2be407c65" + sha256 cellar: :any_skip_relocation, arm64_big_sur: "d45347c821ed31c21a5ac760f0e06fd0c5437e00ec09eb9658f3e4d2be407c65" + sha256 cellar: :any_skip_relocation, ventura: "3113eac87b053b9ca914bfe792d88de36f3d4e12d13dbda43bb9571161e79b1f" + sha256 cellar: :any_skip_relocation, monterey: "3113eac87b053b9ca914bfe792d88de36f3d4e12d13dbda43bb9571161e79b1f" + sha256 cellar: :any_skip_relocation, big_sur: "3113eac87b053b9ca914bfe792d88de36f3d4e12d13dbda43bb9571161e79b1f" + sha256 cellar: :any_skip_relocation, x86_64_linux: "d45347c821ed31c21a5ac760f0e06fd0c5437e00ec09eb9658f3e4d2be407c65" end depends_on "node"