Skip to content

Commit

Permalink
Merge pull request #150276 from mrexox/bump-lefthook-1.5.2
Browse files Browse the repository at this point in the history
lefthook 1.5.2
  • Loading branch information
BrewTestBot authored Oct 9, 2023
2 parents daae9e4 + 901b35d commit d19f43a
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/l/lefthook.rb
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
class Lefthook < Formula
desc "Fast and powerful Git hooks manager for any type of projects"
homepage "https://github.com/evilmartians/lefthook"
url "https://github.com/evilmartians/lefthook/archive/refs/tags/v1.5.1.tar.gz"
sha256 "ffbbe1978160f874febe6eacfed740caf221997ca735299f3de0c6f465d7d80f"
url "https://github.com/evilmartians/lefthook/archive/refs/tags/v1.5.2.tar.gz"
sha256 "4ae92fcf7a68cfc395650eebeca426688b5751a6a315b64295a190d6e9ca3343"
license "MIT"
head "https://github.com/evilmartians/lefthook.git", branch: "master"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "15be9259fd9d342667e86f0aec7a2bb1e2542ec136066046cd13489aee5cbab2"
sha256 cellar: :any_skip_relocation, arm64_ventura: "ff3608d2997782d3c55f1655e020077067f4fbac77a3baad3222a2114c35e8fb"
sha256 cellar: :any_skip_relocation, arm64_monterey: "ed7f0fe89aa881cb8be44e697c336ed1920bfdd8b54b0b0151c0bae6e96a0c8e"
sha256 cellar: :any_skip_relocation, sonoma: "dbeeaf05e65e511c4f99ba0835da47bd1e579e9e2d4a4ffa91b9136071817240"
sha256 cellar: :any_skip_relocation, ventura: "d8ff8ac71c3c6ccecf27d96978d48aad4b20e46b1f10706522863eed655ff6ac"
sha256 cellar: :any_skip_relocation, monterey: "1e9f14736ecf4a149c25af5de31c8dc54fcccf6059dec7361a7c0e3253610495"
sha256 cellar: :any_skip_relocation, x86_64_linux: "30ff5f2edbeff4925190b4f2d7e0d11c09a5141f31992e7ab2961bca0c64f59a"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "293714cada8e591a16d72303d4e5819189f1427af67b4c3870437db4f778533d"
sha256 cellar: :any_skip_relocation, arm64_ventura: "8da4131877220575733fa03b04e03235efcfeaa1d8e9b7f920516b4f908a7262"
sha256 cellar: :any_skip_relocation, arm64_monterey: "8d797a0260e64edd4582e7856d5fbe4661be598f292f2f25bf75bc1ad8e4e2ca"
sha256 cellar: :any_skip_relocation, sonoma: "87bef3d45c2ffee2c12adbb42d339865103e3cb0d2d8c2884e14f9193532604d"
sha256 cellar: :any_skip_relocation, ventura: "0422cbd2633b721fb6c8b398a08489a6b2fa271354a9bb6a4ebbd06a8e0a0799"
sha256 cellar: :any_skip_relocation, monterey: "b794d1fa29efc0504ae63150987019aaeac221fea6029d322a5f578a682f6855"
sha256 cellar: :any_skip_relocation, x86_64_linux: "eb9efa03e9272d5da6650de96fa1b9b2b31c500f8375556a0d360fcf22b830dc"
end

depends_on "go" => :build
Expand Down

0 comments on commit d19f43a

Please sign in to comment.