Skip to content

Commit 1eff6d8

Browse files
authored
Merge pull request Homebrew#218806 from mrexox/bump-lefthook-1.11.8
lefthook 1.11.8
2 parents 1789dc9 + bf566f7 commit 1eff6d8

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/l/lefthook.rb

Lines changed: 8 additions & 8 deletions
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.7.tar.gz"
5-
sha256 "2cca5df538ec285954cbbc518108eec4c13eae10b56540c5ab4d5c469459a0a0"
4+
url "https://github.com/evilmartians/lefthook/archive/refs/tags/v1.11.8.tar.gz"
5+
sha256 "811b658fd8335a57296d9892f334a76b286b2c8b39cead33e9c0942440f8177b"
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: "05c098e4400092f1caaffb86ae3f7f946e9d474576ed65f89c5b66c756dfe163"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "05c098e4400092f1caaffb86ae3f7f946e9d474576ed65f89c5b66c756dfe163"
12-
sha256 cellar: :any_skip_relocation, arm64_ventura: "05c098e4400092f1caaffb86ae3f7f946e9d474576ed65f89c5b66c756dfe163"
13-
sha256 cellar: :any_skip_relocation, sonoma: "4abb1a7751d6af59ab7cd7b84f25248592a428071f7bc0c2b1e86b7fc58392e7"
14-
sha256 cellar: :any_skip_relocation, ventura: "4abb1a7751d6af59ab7cd7b84f25248592a428071f7bc0c2b1e86b7fc58392e7"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "1d5cb3c45d6f59979af6970eb5fac41d380a6cc2bfdfc5bf3922dbf2b6b58825"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "9b671623b20465af0e9445f2ce82672ef37d12afcb7c5cb35e7c7387e3d964ee"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "9b671623b20465af0e9445f2ce82672ef37d12afcb7c5cb35e7c7387e3d964ee"
12+
sha256 cellar: :any_skip_relocation, arm64_ventura: "9b671623b20465af0e9445f2ce82672ef37d12afcb7c5cb35e7c7387e3d964ee"
13+
sha256 cellar: :any_skip_relocation, sonoma: "e8a11476c626ff33b98acec5a922b464a8238ef6b4639775c76b0fcfdbabd03e"
14+
sha256 cellar: :any_skip_relocation, ventura: "e8a11476c626ff33b98acec5a922b464a8238ef6b4639775c76b0fcfdbabd03e"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "316306c7fbc8fc2d29b3678cfac692fc3b6ffdcd554fe2396c79bf508b377eb1"
1616
end
1717

1818
depends_on "go" => :build

0 commit comments

Comments
 (0)