|
1 | 1 | class Usage < Formula |
2 | 2 | desc "Tool for working with usage-spec CLIs" |
3 | 3 | 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" |
6 | 6 | license "MIT" |
7 | 7 | head "https://github.com/jdx/usage.git", branch: "main" |
8 | 8 |
|
9 | 9 | no_autobump! because: :requires_manual_review |
10 | 10 |
|
11 | 11 | 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" |
19 | 19 | end |
20 | 20 |
|
21 | 21 | depends_on "rust" => :build |
|
0 commit comments