Skip to content

Commit

Permalink
Merge pull request #178055 from mrexox/bump-lefthook-1.7.5
Browse files Browse the repository at this point in the history
lefthook 1.7.5
  • Loading branch information
BrewTestBot authored Jul 22, 2024
2 parents 910077b + 8605161 commit 1a64754
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.7.4.tar.gz"
sha256 "159633ba5b352f47d5b2ad590e460b562ff35e1d439033479d5686f5f28c1716"
url "https://github.com/evilmartians/lefthook/archive/refs/tags/v1.7.5.tar.gz"
sha256 "f4c900f5ae33567a8928ca3bde2106da4254ad8f7a973a4fd785ecf4b7bab58d"
license "MIT"
head "https://github.com/evilmartians/lefthook.git", branch: "master"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "d51e31893e1430fa829deb84883148fbc29f49f6010354e6fcb370b5ba6c83cf"
sha256 cellar: :any_skip_relocation, arm64_ventura: "8c2e3707da31cd961bca3e0d1bcebbbc975f8042aa3e305e38990a9b33539a38"
sha256 cellar: :any_skip_relocation, arm64_monterey: "ed55dcaebabb152382c720fe41098fbef4c9daec065e4f044e6539e068b503fc"
sha256 cellar: :any_skip_relocation, sonoma: "7a449782adb4bb0036fa67e0c8215fc109301e20a39ded73049415d5559279a7"
sha256 cellar: :any_skip_relocation, ventura: "a0e72896bac3accdd5dd94dbaf6f452c2ee364221c4ed2ffe1a35d3a6eeb855e"
sha256 cellar: :any_skip_relocation, monterey: "34c72a76f09bf7b1e5749ef56cbe3765b960dc90099951df27dd00a4c3e0bd10"
sha256 cellar: :any_skip_relocation, x86_64_linux: "6616c01e3b6e2149a9e70411bccdd94b9ff5d997dcc0631cf3c0a7ba7b2eccb3"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "0384184312c0139ec416b0ee651465522f8499bf4dc0456012dd1906bffe9f62"
sha256 cellar: :any_skip_relocation, arm64_ventura: "f56387cef802523ed5867dea244b2d12f0e750163de3fec8b9cebd09671aea1c"
sha256 cellar: :any_skip_relocation, arm64_monterey: "e1535046b122eada7ca8b9bf4bb0c62b9088378640396e511ed2837c81e4bbf0"
sha256 cellar: :any_skip_relocation, sonoma: "cb244732f76217694733b17b2d32736fc17a02555a646b09ca0c08e0aaf1bcb2"
sha256 cellar: :any_skip_relocation, ventura: "ee965091e39ba7a9d3cd361acf644888cff8552ee668e87e63142cac547a4c77"
sha256 cellar: :any_skip_relocation, monterey: "bcc922919d34cbe13e092bf671f1b26fe3de122cac11e40cf604e7a7eb7b732a"
sha256 cellar: :any_skip_relocation, x86_64_linux: "fed105f1fc21e0fba264749d7964ec0e04a7959c5f926da0b55b45f8a806bbc9"
end

depends_on "go" => :build
Expand Down

0 comments on commit 1a64754

Please sign in to comment.