From 3558661470211dc2860e9e0babc669a1d828e81a Mon Sep 17 00:00:00 2001 From: Valentin Kiselev Date: Fri, 6 Dec 2024 07:59:17 +0000 Subject: [PATCH 1/2] lefthook 1.9.0 --- 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 8da490bd448c0..c57a6905b8ff8 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.8.5.tar.gz" - sha256 "97a9a2cf9c4ac0e9bbac63fb8c67564ccd8d0ba3bdfad9538d513678619864a7" + url "https://github.com/evilmartians/lefthook/archive/refs/tags/v1.9.0.tar.gz" + sha256 "24d81c6efaf4a7f75a1c08082e4c1b84e9bb75b7276713904b359634c5abb6e8" license "MIT" head "https://github.com/evilmartians/lefthook.git", branch: "master" From 6faa5a54b10c2a198eccace8b4f0060ee6538e43 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 6 Dec 2024 09:16:35 +0000 Subject: [PATCH 2/2] lefthook: update 1.9.0 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 c57a6905b8ff8..cd7514b4501f3 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: "ecf99f9d5a58d03cb9612f765228d36b05eb1f99bc4ac9fa4c153ac0bd439042" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "ecf99f9d5a58d03cb9612f765228d36b05eb1f99bc4ac9fa4c153ac0bd439042" - sha256 cellar: :any_skip_relocation, arm64_ventura: "ecf99f9d5a58d03cb9612f765228d36b05eb1f99bc4ac9fa4c153ac0bd439042" - sha256 cellar: :any_skip_relocation, sonoma: "8e7d91e58bab87d6225899d04744f84c9f0cbd064b3dade52668d6375df29d14" - sha256 cellar: :any_skip_relocation, ventura: "8e7d91e58bab87d6225899d04744f84c9f0cbd064b3dade52668d6375df29d14" - sha256 cellar: :any_skip_relocation, x86_64_linux: "27d02ad7c5696414c80d147a574ed53a7f69b81edc05cbcd03457d8bc4b6ec84" + 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" end depends_on "go" => :build