Skip to content

Commit 3b673c2

Browse files
authored
Merge pull request #216298 from mrexox/bump-lefthook-1.11.4
lefthook 1.11.4
2 parents 163aa56 + 34189cf commit 3b673c2

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/l/lefthook.rb

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
class Lefthook < Formula
22
desc "Fast and powerful Git hooks manager for any type of projects"
33
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"
66
license "MIT"
77
head "https://github.com/evilmartians/lefthook.git", branch: "master"
88

99
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"
1616
end
1717

1818
depends_on "go" => :build

0 commit comments

Comments
 (0)