|
1 | 1 | class Hk < Formula
|
2 | 2 | desc "Git hook and pre-commit lint manager"
|
3 | 3 | homepage "https://hk.jdx.dev"
|
4 |
| - url "https://github.com/jdx/hk/archive/refs/tags/v1.7.1.tar.gz" |
5 |
| - sha256 "f6fe8b701c9d68f90252f8169fcb1449ab5ce0a01811f3b7a7702f2ccf02c84b" |
| 4 | + url "https://github.com/jdx/hk/archive/refs/tags/v1.8.0.tar.gz" |
| 5 | + sha256 "3ee19342b7f2149aa7fda36fdf14df9c5a5a02281de65c5c354325b80ee76776" |
6 | 6 | license "MIT"
|
7 | 7 | head "https://github.com/jdx/hk.git", branch: "main"
|
8 | 8 |
|
9 | 9 | bottle do
|
10 |
| - sha256 cellar: :any, arm64_sequoia: "c51b03d0ee80a7d655e9cb2f8101eb891619a67105151da2ff518f784041c259" |
11 |
| - sha256 cellar: :any, arm64_sonoma: "68d95b25b0e8c0fa858b902fe6efaa5a6173425c75d15acc7967313a73dbc8f7" |
12 |
| - sha256 cellar: :any, arm64_ventura: "de1bd6a1c87118ec0ee4f140c61c5d73ed52bb84378d7f4eb934aedcc1a4a9bb" |
13 |
| - sha256 cellar: :any, sonoma: "6384ee690bbe9b220981da95d98e09f2ce6c1c7413e083cecd946cbd1581922f" |
14 |
| - sha256 cellar: :any, ventura: "b634c76e07e41e13f38b393390f77a2e7e9abcab1b031ddca8a5f0d79bc2025a" |
15 |
| - sha256 cellar: :any_skip_relocation, arm64_linux: "fcea7c3b10e89bf29722934bbdca1a801ed744839d726b4c066cf88e7c9a14a5" |
16 |
| - sha256 cellar: :any_skip_relocation, x86_64_linux: "6044cc734ed7f339f2a69ef02fc005ab358e8c099a6d43d94d6ac859c281ae25" |
| 10 | + sha256 cellar: :any, arm64_sequoia: "69157b9350a77608972b6f7a690c9f207d23e89ae507f33edfbee461e58b79af" |
| 11 | + sha256 cellar: :any, arm64_sonoma: "ecad97699dc9a6938f5f295feb173feebf7f7a7febc6a4fd9f6221cfc7e5332a" |
| 12 | + sha256 cellar: :any, arm64_ventura: "9d3f4c94db6228a98a59b3167e37968b8c887404e4a10dbe15883a9bb0c35e58" |
| 13 | + sha256 cellar: :any, sonoma: "ab79fbafd44043844e1433bcc9c0a265893ca5debe25b118d643805904d5f4ca" |
| 14 | + sha256 cellar: :any, ventura: "c8d6204db017647aed03e37c4da524a94086e7280a97f87268951215635da4f9" |
| 15 | + sha256 cellar: :any_skip_relocation, arm64_linux: "c427726b6410c2340a098c394715ce5f80af970beea8d59d6309f6194d87e242" |
| 16 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "2083887d9bf03ec69e5cce3e10abc1a50487fe266886a19ee49185d498d58de6" |
17 | 17 | end
|
18 | 18 |
|
19 | 19 | depends_on "rust" => [:build, :test]
|
|
0 commit comments