Skip to content

Commit 2f7c311

Browse files
authored
Merge pull request #254249 from mrexox/bump-lefthook-2.0.4
lefthook 2.0.4
2 parents 1a03f94 + 6a82c69 commit 2f7c311

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,20 +1,20 @@
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/v2.0.3.tar.gz"
5-
sha256 "818555b6f51338391f85fed332ae0ad4e457a4b43e2de68105ccf5c36105c665"
4+
url "https://github.com/evilmartians/lefthook/archive/refs/tags/v2.0.4.tar.gz"
5+
sha256 "5d152b84e6a1aecd1d3173865a69f0466d1c166c3978ce6e679293194973b845"
66
license "MIT"
77
head "https://github.com/evilmartians/lefthook.git", branch: "master"
88

99
no_autobump! because: :bumped_by_upstream
1010

1111
bottle do
12-
sha256 cellar: :any_skip_relocation, arm64_tahoe: "73152a4b7ccfe7b85f44b3b2c0cdaafd28244869e9003af34859f94f1946548b"
13-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "73152a4b7ccfe7b85f44b3b2c0cdaafd28244869e9003af34859f94f1946548b"
14-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "73152a4b7ccfe7b85f44b3b2c0cdaafd28244869e9003af34859f94f1946548b"
15-
sha256 cellar: :any_skip_relocation, sonoma: "06ec4671ed8c1efc26ec169e7e6b330da8ececdb6f7a01b7369c076d8371e48c"
16-
sha256 cellar: :any_skip_relocation, arm64_linux: "d9dc53ab455c9ff5f0674a12366d832410dfe49dd969252ca5ad570a10e527c3"
17-
sha256 cellar: :any_skip_relocation, x86_64_linux: "bd606e210771cb2649eb6d983c618dcb8c1199cdb339e2be25e7bcacd3a8e626"
12+
sha256 cellar: :any_skip_relocation, arm64_tahoe: "a6ad15bc418a1177b295b12f9207f9562816c6c3f12e91440ce36776cee3073e"
13+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "a6ad15bc418a1177b295b12f9207f9562816c6c3f12e91440ce36776cee3073e"
14+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "a6ad15bc418a1177b295b12f9207f9562816c6c3f12e91440ce36776cee3073e"
15+
sha256 cellar: :any_skip_relocation, sonoma: "bdf9438f72d207f1044d0c28e2db993ac169353932f95a92d8f2f3a3eaed15a5"
16+
sha256 cellar: :any_skip_relocation, arm64_linux: "dbea48259d564cb072e7d1f9a008832538f65544c4014ac38a48b06ca4a68239"
17+
sha256 cellar: :any_skip_relocation, x86_64_linux: "3dd0e1be912d185a681b1cb598f96701e718fd0648cfeaa7655603d65105d8f5"
1818
end
1919

2020
depends_on "go" => :build

0 commit comments

Comments
 (0)