Skip to content

Commit 17a1379

Browse files
authored
Merge pull request #245349 from mrexox/bump-lefthook-1.13.3
lefthook 1.13.3
2 parents e5373cc + 7b6ef72 commit 17a1379

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Formula/l/lefthook.rb

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
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.13.2.tar.gz"
5-
sha256 "694d0f5ada0d1e3a3b453e3588984c4e77037684c5d18716ff50b7e1f4eb4570"
4+
url "https://github.com/evilmartians/lefthook/archive/refs/tags/v1.13.3.tar.gz"
5+
sha256 "8c1b2896c636b1d2de3f6b337a8338657fa23f22093865a691cf73f0127bdbf0"
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: "4cc7cfa447ee94f2a63ead068494faed175cb9d7274cf38fdfbbe1abf9074583"
13-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "4cc7cfa447ee94f2a63ead068494faed175cb9d7274cf38fdfbbe1abf9074583"
14-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "4cc7cfa447ee94f2a63ead068494faed175cb9d7274cf38fdfbbe1abf9074583"
15-
sha256 cellar: :any_skip_relocation, sonoma: "942832c7419e0b9dd0a8f0efa7c8fc6dfb6fc9cc231033edc6867703764ea5b1"
16-
sha256 cellar: :any_skip_relocation, x86_64_linux: "480c7ae6df34bd21c273ac910f9c866858bebfa75a74c7eaf694d0d7a0d2742b"
12+
sha256 cellar: :any_skip_relocation, arm64_tahoe: "c9297a111d9a93656ebd9b158a9f5dd531d12acbcea9ecc7083e7de3689744b5"
13+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "c9297a111d9a93656ebd9b158a9f5dd531d12acbcea9ecc7083e7de3689744b5"
14+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "c9297a111d9a93656ebd9b158a9f5dd531d12acbcea9ecc7083e7de3689744b5"
15+
sha256 cellar: :any_skip_relocation, sonoma: "777c7dcb702062066b477b2ae4218f44dbe7d6f5312161f4312cdb26aeb6fb7c"
16+
sha256 cellar: :any_skip_relocation, x86_64_linux: "48064a8c7682e7f7babed738fca21dd5639f0dc1442eff97fb3a6ff80d0607cd"
1717
end
1818

1919
depends_on "go" => :build

0 commit comments

Comments
 (0)