Skip to content

Commit 4a64f58

Browse files
authored
Merge pull request #230266 from botantony/bump-usage-2.2.2
usage 2.2.2
2 parents 4938007 + bf95e74 commit 4a64f58

File tree

1 file changed

+9
-11
lines changed

1 file changed

+9
-11
lines changed

Formula/u/usage.rb

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,19 @@
11
class Usage < Formula
22
desc "Tool for working with usage-spec CLIs"
33
homepage "https://usage.jdx.dev/"
4-
url "https://github.com/jdx/usage/archive/refs/tags/v2.2.0.tar.gz"
5-
sha256 "eb9dbc135a28b53a3eb359a4170416128a2424c47c80ba823415989350c7021e"
4+
url "https://github.com/jdx/usage/archive/refs/tags/v2.2.2.tar.gz"
5+
sha256 "76dfbe9b31769d386f8932ead95afd98f60efd0ac0069879e86e45274e5e93fe"
66
license "MIT"
77
head "https://github.com/jdx/usage.git", branch: "main"
88

9-
no_autobump! because: :requires_manual_review
10-
119
bottle do
12-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "008ac24d0675df1e098d15ac9dba4a887d372b4c52ed0151e822dacb1f973127"
13-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "f915e8ac7692c8c2003268d43586b1a35f0c0fc7f729de9eaf876a8e079e85e4"
14-
sha256 cellar: :any_skip_relocation, arm64_ventura: "a28f8c5dddb8ed844bfd638597eabcd471ab6ec242cd730179eb3d7863ac25d7"
15-
sha256 cellar: :any_skip_relocation, sonoma: "aedec6bc7312b5e23860eb098d01f85f85c1ccd4971b904079949bb9fd9dff34"
16-
sha256 cellar: :any_skip_relocation, ventura: "5a21ca034f7d058a53e74002253a561b613bdfa54fb5958b6b076bfa6d6427a7"
17-
sha256 cellar: :any_skip_relocation, arm64_linux: "10ee90e9f5efc0337e8bb8ae2da70e522bd685742de202e9e551958c68901df2"
18-
sha256 cellar: :any_skip_relocation, x86_64_linux: "ca3c845fbefa047626ba99de4aadd16cac6f5f3c31ec4c5dbea418d09d3dd764"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "71aec98b26ebdceca78f743b994dcebacbadef9c43984bda9524745433c904f6"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "a8f32020592139dae98c5cf4b2a476d1b879b0b265e819f22b7456e104a3dcde"
12+
sha256 cellar: :any_skip_relocation, arm64_ventura: "56d420afffb8ce61c2276422ce4033e761a95c638d6711b1f30e28b878a4c104"
13+
sha256 cellar: :any_skip_relocation, sonoma: "96a777701a31a8788531a957a737c81c8b8594a963821136b7fe31ee372423ee"
14+
sha256 cellar: :any_skip_relocation, ventura: "bfd34239df5f6c1bc38132303bbaf7320934f38223dace37808004ec20a981f2"
15+
sha256 cellar: :any_skip_relocation, arm64_linux: "c496e6964537e432e115820e5edb9a35cd6c8c8f3708e3734953bf63195cdeef"
16+
sha256 cellar: :any_skip_relocation, x86_64_linux: "5fd3d32455d435866ae3f8abc9a318f21e6b5d9c73676829181c532af9e14416"
1917
end
2018

2119
depends_on "rust" => :build

0 commit comments

Comments
 (0)