|
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.5.tar.gz" |
5 | | - sha256 "6918b6b6146e5b7c48597f045745a62d815c23b62ccb062554affef2607b836c" |
| 4 | + url "https://github.com/evilmartians/lefthook/archive/refs/tags/v1.11.6.tar.gz" |
| 5 | + sha256 "f573e9b8f08e8b2e26a820dc54f245d3ff9464d3edf3dd9e9b1276401be680aa" |
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: "e7b0f16da65c411b583671d1202720dc5b7d2b94d1c708a984c988d2f9d9a03a" |
11 | | - sha256 cellar: :any_skip_relocation, arm64_sonoma: "e7b0f16da65c411b583671d1202720dc5b7d2b94d1c708a984c988d2f9d9a03a" |
12 | | - sha256 cellar: :any_skip_relocation, arm64_ventura: "e7b0f16da65c411b583671d1202720dc5b7d2b94d1c708a984c988d2f9d9a03a" |
13 | | - sha256 cellar: :any_skip_relocation, sonoma: "dfcf1e0c08c04e988f16c6bf229550f55cad2608f96a7505afc811ad0fbe93ab" |
14 | | - sha256 cellar: :any_skip_relocation, ventura: "dfcf1e0c08c04e988f16c6bf229550f55cad2608f96a7505afc811ad0fbe93ab" |
15 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "caed204a9e8c2ed42e5e116ef65e0edc3aee9e39c60101587c0fb1182c0241e6" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "b1abe42c05eb03d52d299c1542104589ececad66d37e83375c4a8b40e2f02f96" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "b1abe42c05eb03d52d299c1542104589ececad66d37e83375c4a8b40e2f02f96" |
| 12 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "b1abe42c05eb03d52d299c1542104589ececad66d37e83375c4a8b40e2f02f96" |
| 13 | + sha256 cellar: :any_skip_relocation, sonoma: "a885f5b5c0d8f3f3e9f8f4d276547cd848e0cf8fac801c323e4547596b5c034a" |
| 14 | + sha256 cellar: :any_skip_relocation, ventura: "a885f5b5c0d8f3f3e9f8f4d276547cd848e0cf8fac801c323e4547596b5c034a" |
| 15 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "dcb582ffcdd5add788a02428d13e0fb4d764b23b2a5d121ee54e3e468bc9a385" |
16 | 16 | end |
17 | 17 |
|
18 | 18 | depends_on "go" => :build |
|
0 commit comments