From 9cb131fd1c102c38d74631dd83ab49cc90011cc7 Mon Sep 17 00:00:00 2001 From: Valentin Kiselev Date: Thu, 12 Dec 2024 07:15:22 +0000 Subject: [PATCH 1/2] lefthook 1.9.1 --- Formula/l/lefthook.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/l/lefthook.rb b/Formula/l/lefthook.rb index cd7514b4501f..8507d33be433 100644 --- a/Formula/l/lefthook.rb +++ b/Formula/l/lefthook.rb @@ -1,8 +1,8 @@ class Lefthook < Formula desc "Fast and powerful Git hooks manager for any type of projects" homepage "https://github.com/evilmartians/lefthook" - url "https://github.com/evilmartians/lefthook/archive/refs/tags/v1.9.0.tar.gz" - sha256 "24d81c6efaf4a7f75a1c08082e4c1b84e9bb75b7276713904b359634c5abb6e8" + url "https://github.com/evilmartians/lefthook/archive/refs/tags/v1.9.1.tar.gz" + sha256 "59cd7aad7a820adceb9d9f37a828133163f5f71e0612ec873a9c76d1291ac160" license "MIT" head "https://github.com/evilmartians/lefthook.git", branch: "master" From a1c8ef3839be25b9c6f5fbe2ff480e42418a26e7 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Dec 2024 08:22:03 +0000 Subject: [PATCH 2/2] lefthook: update 1.9.1 bottle. --- Formula/l/lefthook.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/l/lefthook.rb b/Formula/l/lefthook.rb index 8507d33be433..c48313212491 100644 --- a/Formula/l/lefthook.rb +++ b/Formula/l/lefthook.rb @@ -7,12 +7,12 @@ class Lefthook < Formula head "https://github.com/evilmartians/lefthook.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "1ee53f8026e060991e3cdd7b87f79ab2a16043e21aac41b8ea38c04b7e7481d7" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "1ee53f8026e060991e3cdd7b87f79ab2a16043e21aac41b8ea38c04b7e7481d7" - sha256 cellar: :any_skip_relocation, arm64_ventura: "1ee53f8026e060991e3cdd7b87f79ab2a16043e21aac41b8ea38c04b7e7481d7" - sha256 cellar: :any_skip_relocation, sonoma: "d728ef1bc57e5d19068849e409a8c248c82c7d0d12690e890ec4cdb679ef2ff1" - sha256 cellar: :any_skip_relocation, ventura: "d728ef1bc57e5d19068849e409a8c248c82c7d0d12690e890ec4cdb679ef2ff1" - sha256 cellar: :any_skip_relocation, x86_64_linux: "1107de58c2daaf9ac251d9efe9462df51779b8dd5f8d34da3bb8fbd1365d75f6" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "487611578a3b9bd509649d88c41c35beb0da454f77a451eb91af4fbfc8cc1116" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "487611578a3b9bd509649d88c41c35beb0da454f77a451eb91af4fbfc8cc1116" + sha256 cellar: :any_skip_relocation, arm64_ventura: "487611578a3b9bd509649d88c41c35beb0da454f77a451eb91af4fbfc8cc1116" + sha256 cellar: :any_skip_relocation, sonoma: "da5ed1f319687cb3e765bdeda8ac2be61e302e4e6446baaee9349c066fa72ca4" + sha256 cellar: :any_skip_relocation, ventura: "da5ed1f319687cb3e765bdeda8ac2be61e302e4e6446baaee9349c066fa72ca4" + sha256 cellar: :any_skip_relocation, x86_64_linux: "c861da0182dbcd8db65bbb91913f8e19f230dd3f954ea99898aeda2a4f9fc1de" end depends_on "go" => :build