diff --git a/Formula/u/usage.rb b/Formula/u/usage.rb index 613c6caa64d24..a520a7d058eb0 100644 --- a/Formula/u/usage.rb +++ b/Formula/u/usage.rb @@ -1,19 +1,19 @@ class Usage < Formula desc "Tool for working with usage-spec CLIs" homepage "https://usage.jdx.dev/" - url "https://github.com/jdx/usage/archive/refs/tags/v4.0.0.tar.gz" - sha256 "8bdc11ab0937325480df51c28d7528179e37efb25fa1f3283c6645c08b332cea" + url "https://github.com/jdx/usage/archive/refs/tags/v4.1.0.tar.gz" + sha256 "fc79d42555a75bddf8bcc0cfd3f0f3d03c2d086703ef6e05efede19b85368be7" license "MIT" compatibility_version 1 head "https://github.com/jdx/usage.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_tahoe: "6067b62140a5253c05028e9928d48ee2c10f4460fa0537f7cd396956f3212ea9" - sha256 cellar: :any_skip_relocation, arm64_sequoia: "9489b619aa4aff00923f30ec8dca172bdf99c7c156ebb992b3cc00bcc4644ccb" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "85a00ac8fb2b358b45ca49b68db4961bedc8148db293e6f91406b7a943419bd2" - sha256 cellar: :any_skip_relocation, sonoma: "cc7e4a803cb776059090076f08462c2da350536dde5b6284bbe9713983158ae0" - sha256 cellar: :any, arm64_linux: "f253122b52996175867b2d38bb1060c3d213e47c9f213d21ea92e7652536adf8" - sha256 cellar: :any, x86_64_linux: "fa4f1615982e8175d33612aa4f430a495105fd1576339d06d97c8ebce5aa0e5b" + sha256 cellar: :any_skip_relocation, arm64_tahoe: "318fd861234ed477a0e35586a457b3a76c672ea88ff1c22165b94845da880f42" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "c731c4dcd5b203fce8911ba38a4a7801c43ceca1065c75ccc2b689f0aa1d01b4" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "8c2ac1f02f1b8bab6dd1a066e39205f7e7f65460905dfbaa93a97f5e5ddaa2aa" + sha256 cellar: :any_skip_relocation, sonoma: "5b207b2be711cb713a88e85c12b3d4cf3b47f9468dbf6126fa5e284b694ed64d" + sha256 cellar: :any, arm64_linux: "9ca475102caeb5f6cc0d0798233b17c0c9cd06abed233922dae4f9bdf1bf4595" + sha256 cellar: :any, x86_64_linux: "b4407957c4395c477b91363c4cb97e0a074b037d844c4034b7ba0ecc7566166b" end depends_on "rust" => :build