diff --git a/Formula/l/lefthook.rb b/Formula/l/lefthook.rb index a7b1fa2a7c727..1445d9c35ee57 100644 --- a/Formula/l/lefthook.rb +++ b/Formula/l/lefthook.rb @@ -1,19 +1,19 @@ 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.6.10.tar.gz" - sha256 "c789b9a4433c9db064c47469adaa45940b522924ed31be3c0ae38e559e38ef07" + url "https://github.com/evilmartians/lefthook/archive/refs/tags/v1.6.11.tar.gz" + sha256 "37afbfc4fdd2350afdbc8dd7bbf2e673ce5e46070b97bda0bceb2f8aa624f893" license "MIT" head "https://github.com/evilmartians/lefthook.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sonoma: "9a3c29c2919c9c722dae5fbcae5cb2e0c16e5c0d1de32777ef18810cd1e9092d" - sha256 cellar: :any_skip_relocation, arm64_ventura: "0fbd24805b19798fb94c6d75abed54804d9885c7647271296d1bf343c087f450" - sha256 cellar: :any_skip_relocation, arm64_monterey: "2cf7f2088b1265df906998a8a7d37edec8a35cd310554cdf592439bb253f2c79" - sha256 cellar: :any_skip_relocation, sonoma: "bd18a5e87100c33abe01fa42c1a701f4e784a0f471294da427490af8923c7126" - sha256 cellar: :any_skip_relocation, ventura: "d971baa72739d7748ce9f147c07ef2e7cb67913b3fdbc0890d6b3c689e5f9d9a" - sha256 cellar: :any_skip_relocation, monterey: "aed14ace3c2142b07780cb337db688ef4c5fcea62a77dff46628d312cc305b72" - sha256 cellar: :any_skip_relocation, x86_64_linux: "bee3dad29966b338b346d3757b94c3c042d1e1c828e45dc3216b1b3533b4dec5" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "aa4c47c518a74a6ebc52c71e1e451e0f924e560a6838335b7ab7e8d232c702b5" + sha256 cellar: :any_skip_relocation, arm64_ventura: "f453c80eb2ef47c623b26db0c03b53bb8487e0a1cfe2fd359016d37e01a55b45" + sha256 cellar: :any_skip_relocation, arm64_monterey: "f5f05b595f90ffd966991ed7fd0a36ead3ea144986920c3d82c4cd58c125ebbd" + sha256 cellar: :any_skip_relocation, sonoma: "3299515f26c8de3a14005b8145bbcfa09e67d2771be509f8d95f253db9008c49" + sha256 cellar: :any_skip_relocation, ventura: "c6e2020c7da153b876316ba4c6423840588dd1cef6dd3c7b41797f84ecb9b8f1" + sha256 cellar: :any_skip_relocation, monterey: "af95e9ab23b79a74350b3ab47b9d8671a10b159900d5ea12c75856f4ad3f6a4d" + sha256 cellar: :any_skip_relocation, x86_64_linux: "80064ae010d4aa89e7f47bc3a7fdbffc67da8526ff6434d3a1f093115b5fd7f8" end depends_on "go" => :build