Skip to content

Commit 14c94eb

Browse files
authored
Merge pull request #233216 from Homebrew/bump-hk-1.3.0
hk 1.3.0
2 parents 2e4e06f + 4b6d26f commit 14c94eb

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Formula/h/hk.rb

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
class Hk < Formula
22
desc "Git hook and pre-commit lint manager"
33
homepage "https://hk.jdx.dev"
4-
url "https://github.com/jdx/hk/archive/refs/tags/v1.2.2.tar.gz"
5-
sha256 "ccb22f9683d3a20ea68b6dbed56acac7056812e955b85d6c2b90da4a5e583047"
4+
url "https://github.com/jdx/hk/archive/refs/tags/v1.3.0.tar.gz"
5+
sha256 "d99bc4b5d236f1546ce9e05a404df26338e2993cd28321e33a7ae2a944261a6c"
66
license "MIT"
77
head "https://github.com/jdx/hk.git", branch: "main"
88

99
bottle do
10-
sha256 cellar: :any, arm64_sequoia: "3f6f94d30f983d330c9180451fc49c43917f45e455cea87509b035c3b54556f7"
11-
sha256 cellar: :any, arm64_sonoma: "6fa6ce07c871903956cb6c1e9a2061aa87a36f5b09b5da617d50b333ab1acd26"
12-
sha256 cellar: :any, arm64_ventura: "0698a592b0499a8ccb63cd7d0cb373828955235d942de7f680eef89cc85bbe9f"
13-
sha256 cellar: :any, sonoma: "fab275e688270087df38407fca4418a3dc17b852885cfccc36a2366814a303b3"
14-
sha256 cellar: :any, ventura: "7c95ab7e4b4604533b074d52cd85b388e53a8fa6b72fe06c8a126978d74243e5"
15-
sha256 cellar: :any_skip_relocation, arm64_linux: "7174c9b8708f258b8cb4d8542d9ce64ce039c2adea9009656ffbc3b0ae65f996"
16-
sha256 cellar: :any_skip_relocation, x86_64_linux: "8f4d917adeb58d92cbac14ea46ed9ae5d4a57b4af55f89bdbdc42bc62635367c"
10+
sha256 cellar: :any, arm64_sequoia: "791ee64b4770405dfb72488b2a7b5dfc5c2f56c847b155f89fa30cd8e6dee8de"
11+
sha256 cellar: :any, arm64_sonoma: "ae336accfbdb56a0a32e602364eed6a78f20216fd8b6ed3e86a11b6b59138cb9"
12+
sha256 cellar: :any, arm64_ventura: "f9f2bcadc75a2341f74c21955aab3ee8ef31a723fb00600895616cfb6290a986"
13+
sha256 cellar: :any, sonoma: "092e09c0f978716451cc42fb0f31d82ae22ab4cbff9abacdef683cd88e24974e"
14+
sha256 cellar: :any, ventura: "fa4228b3912296472b3db5deb4685daeca723d0390c99b14684b57eb57dbb06d"
15+
sha256 cellar: :any_skip_relocation, arm64_linux: "f7e3b8e07a00098a13ebcc993175fe5f6ccbf4f7d308b3aa12fbc66083c92ffa"
16+
sha256 cellar: :any_skip_relocation, x86_64_linux: "d409c802444013a4a2aaccc86de716e2b16d0d75146a08bb5fad2250d5c61fa8"
1717
end
1818

1919
depends_on "rust" => [:build, :test]

0 commit comments

Comments
 (0)