Skip to content

Commit b9f01b4

Browse files
authored
Merge pull request #229754 from mise-en-dev/bump-usage-2.2.0
usage 2.2.0
2 parents 0f3e24a + 3282685 commit b9f01b4

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Formula/u/usage.rb

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
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.1.1.tar.gz"
5-
sha256 "8a28fe01b2c3b1273e80b113d137197fc62c97a542f577dc2dd2414a236c78d0"
4+
url "https://github.com/jdx/usage/archive/refs/tags/v2.2.0.tar.gz"
5+
sha256 "eb9dbc135a28b53a3eb359a4170416128a2424c47c80ba823415989350c7021e"
66
license "MIT"
77
head "https://github.com/jdx/usage.git", branch: "main"
88

99
no_autobump! because: :requires_manual_review
1010

1111
bottle do
12-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "48749a36fe6f537c4fe3e123d21627fd4b25ff38609d4d24cc81f1fad83ea000"
13-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "3943027449c6376bdfe6a1ddc228d1b3a78cf003dd88c20126f6cabc04a6799b"
14-
sha256 cellar: :any_skip_relocation, arm64_ventura: "73feaf7c10b53a1aa1eeee36a906c122a66ba270020ab632172d94cf0e07f438"
15-
sha256 cellar: :any_skip_relocation, sonoma: "f31104fa7604e9fea8b2f2c09b90bbc539f18d98e7a36d50bd549507e002c61b"
16-
sha256 cellar: :any_skip_relocation, ventura: "470250bcd2129d522eae4da6f001dafc87b4e753d244928905824b4ed3ed25e7"
17-
sha256 cellar: :any_skip_relocation, arm64_linux: "e31653c676b32d99ae9e5e7f7fb431ea3d11b90f08013ab7c482f97231012baf"
18-
sha256 cellar: :any_skip_relocation, x86_64_linux: "752b905bbfd6fa99f56ae3dc6d1c2cc0d430d6c0023dae8a84ef7eb4f5c05f07"
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"
1919
end
2020

2121
depends_on "rust" => :build

0 commit comments

Comments
 (0)