|
1 | 1 | class Lefthook < Formula
|
2 | 2 | desc "Fast and powerful Git hooks manager for any type of projects"
|
3 | 3 | homepage "https://github.com/evilmartians/lefthook"
|
4 |
| - url "https://github.com/evilmartians/lefthook/archive/refs/tags/v1.11.3.tar.gz" |
5 |
| - sha256 "e8713d5e7640757103b0cd78fff923623d6e042f404b5d9c655f715690750bd4" |
| 4 | + url "https://github.com/evilmartians/lefthook/archive/refs/tags/v1.11.4.tar.gz" |
| 5 | + sha256 "29a66dbc99212715b908095005e58bdb685640feeaa5667c8534c187a1683fa9" |
6 | 6 | license "MIT"
|
7 | 7 | head "https://github.com/evilmartians/lefthook.git", branch: "master"
|
8 | 8 |
|
9 | 9 | bottle do
|
10 |
| - sha256 cellar: :any_skip_relocation, arm64_sequoia: "323018f4190cc059b6470d34312be9a2c0ea3898dae4d669a648bd0c6267a2d0" |
11 |
| - sha256 cellar: :any_skip_relocation, arm64_sonoma: "323018f4190cc059b6470d34312be9a2c0ea3898dae4d669a648bd0c6267a2d0" |
12 |
| - sha256 cellar: :any_skip_relocation, arm64_ventura: "323018f4190cc059b6470d34312be9a2c0ea3898dae4d669a648bd0c6267a2d0" |
13 |
| - sha256 cellar: :any_skip_relocation, sonoma: "28ae80e49e5f07df3b1c3e2b40e940b0f8f2364695e83f3caae4576389a5beb6" |
14 |
| - sha256 cellar: :any_skip_relocation, ventura: "28ae80e49e5f07df3b1c3e2b40e940b0f8f2364695e83f3caae4576389a5beb6" |
15 |
| - sha256 cellar: :any_skip_relocation, x86_64_linux: "efa73a03fe73b0255c47eb88e0a3d4d3a21671fc11400685429c2374810d809e" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "daffe951a9bccccd748aff2eb88abe9205c47971819a36a1171eca5137610f0c" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "daffe951a9bccccd748aff2eb88abe9205c47971819a36a1171eca5137610f0c" |
| 12 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "daffe951a9bccccd748aff2eb88abe9205c47971819a36a1171eca5137610f0c" |
| 13 | + sha256 cellar: :any_skip_relocation, sonoma: "664a13ecb97fa56038730724c6e13e5db145df283ca54521118bfb6587dd2f89" |
| 14 | + sha256 cellar: :any_skip_relocation, ventura: "664a13ecb97fa56038730724c6e13e5db145df283ca54521118bfb6587dd2f89" |
| 15 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "c7d4c61cae143ddb0cdfa99bf8496c063d30768c898343fc402efba5470f6be8" |
16 | 16 | end
|
17 | 17 |
|
18 | 18 | depends_on "go" => :build
|
|
0 commit comments