Skip to content

Commit 3718796

Browse files
authored
Merge pull request #196775 from jdx/bump-usage-1.2.0
usage 1.2.0
2 parents 89ddbb6 + dd4ffaf commit 3718796

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/v1.1.1.tar.gz"
5-
sha256 "6a91ce2c344c8a4576d2bff616033b3f8118f7ecb8b984332cb77fd462ed7894"
4+
url "https://github.com/jdx/usage/archive/refs/tags/v1.2.0.tar.gz"
5+
sha256 "bbed16f8e6b0ba92f2281317d23f644417dc3e116861943c6c72812bb831c451"
66
license "MIT"
77
head "https://github.com/jdx/usage.git", branch: "main"
88

99
bottle do
10-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "08683faf8d8a39ffb7fda80ea3f5405296346d440d85a7a4eea4d0f4c627a091"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "4024290bf0b47acd9cc170a3f52a1fff335e2a8682fb75dd90d04357b9937f1e"
12-
sha256 cellar: :any_skip_relocation, arm64_ventura: "f3c1d1e522ad8667fccbef05b09a7407d0625a79cc98b712ae0558efa774c2bc"
13-
sha256 cellar: :any_skip_relocation, sonoma: "0de9a6f247f71c2d5e649bfd17dd0c958de2fec1012fb21704678a4bc6033739"
14-
sha256 cellar: :any_skip_relocation, ventura: "a406540b4a25046cfc5e225674a3fb2d3b0df49a6820f5115e3c2df33dd6f7fe"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "013339cc0d635ad6b5387a365e0bb188b6d321f39ea77e62b236b135ed1b11fc"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "d86b97c5194bdab19ba8986b46d872e5c3962bb72f1540fe5d6fe143a85e7e76"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "609760446b41007fd0287e836d24abc6d813e8de91bdbb859bfab0b0f5796666"
12+
sha256 cellar: :any_skip_relocation, arm64_ventura: "1dc5af1e997406d68b646d2a33918788e0af9dd239fbfb75164bcaf94bb7faf3"
13+
sha256 cellar: :any_skip_relocation, sonoma: "57f50b4babc5bb256fde5e69bff93df811379bf326dd98bd06e10113cca76a03"
14+
sha256 cellar: :any_skip_relocation, ventura: "df073901def8a84e44778a4d4aaf4b1e91bb276bc5835e0ffb0ee3dffe7f3b6e"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "9c0b604ed6e71aad52514a0782e05de890f2c5b7a2c50d0f1ef479597df75595"
1616
end
1717

1818
depends_on "rust" => :build

0 commit comments

Comments
 (0)