Skip to content

Commit 3a8e365

Browse files
authored
Merge pull request #254209 from Homebrew/bump-usage-2.8.0
usage 2.8.0
2 parents 3d9288d + b6f5185 commit 3a8e365

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/u/usage.rb

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

99
bottle do
10-
sha256 cellar: :any_skip_relocation, arm64_tahoe: "9fb162e04d5c86f5e15932f55567276575c9bcf6a760b4a80f6965989196924e"
11-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "14220fc716828a69f0fd9182d57d2c06e69e7b59a3b4d434fabc0bd4f0e82a62"
12-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "7b1704341600c6f880522ac34421d80d51973c61918e23c1521aadc3bfb829b7"
13-
sha256 cellar: :any_skip_relocation, sonoma: "78340f15c93daffdf5ac1fe52d96f26003864d2372383ea2fc200e2877d69d22"
14-
sha256 cellar: :any_skip_relocation, arm64_linux: "f1f80a6ad2829c0316b7046b25eecf56ee5aae9ce3acf5e018a68a6e963550ff"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "92520e39718bbb2c28cfe011e27ecd8fadab4acabad87c34778b47dfc681f3a0"
10+
sha256 cellar: :any_skip_relocation, arm64_tahoe: "9e16c6dd4481b4ca5209b2508715e05a48f771f1759437e5cd8c8972aaf97d4d"
11+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "f90f8a7b7a36d4a29e454cbfa6e154990f98c3b78dc3ca5e768a93f31a82aa51"
12+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "55e6fd898aaed6aa675235c70c55e57a2587cdebc64ba41cde5d7f6fa1a86b07"
13+
sha256 cellar: :any_skip_relocation, sonoma: "bc27126b7d953d1882f1d2ef6b9b2bbac56afd7501e0ef01eadf8e5b29dda679"
14+
sha256 cellar: :any_skip_relocation, arm64_linux: "6954790d088cbb2bafbf81b1bf8e0fd708a08a4a3df183f685efc75fa95d76f0"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "6c7bd43723b8073e99ff2af42de1679f2e2b8b6c88994179854ddd70873a473f"
1616
end
1717

1818
depends_on "rust" => :build

0 commit comments

Comments
 (0)