Skip to content

Commit

Permalink
Merge pull request #200976 from mise-en-dev/bump-usage-1.5.2
Browse files Browse the repository at this point in the history
usage 1.5.2
  • Loading branch information
BrewTestBot authored Dec 12, 2024
2 parents 64fdbd6 + c16fd24 commit cd26fa9
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Formula/u/usage.rb
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
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/v1.5.1.tar.gz"
sha256 "d005fb647dd14c5e5dab27d5e2ebb2419917ef5c7848bf9a6707c9376a6cc71b"
url "https://github.com/jdx/usage/archive/refs/tags/v1.5.2.tar.gz"
sha256 "bbca72a23fabc001a563f5da301ab28bfb0baecf49238b41810c8bf161e12094"
license "MIT"
head "https://github.com/jdx/usage.git", branch: "main"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "324183582f36e1835b2d26d4291902d48499005bf757d07e3a03445f4575e978"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "0ab4bd2f296549dacdc16b0e5fe20032c6a1b01fd9e8b911947c9ab98dfa1bed"
sha256 cellar: :any_skip_relocation, arm64_ventura: "09f6ccfca746951f62bc18c017566bb837f36319293040a2ab1840acc634049d"
sha256 cellar: :any_skip_relocation, sonoma: "c987d6ad164cf1500d9d411d6bb7c2a54089c8132e803cd224659c0afbd5a341"
sha256 cellar: :any_skip_relocation, ventura: "6ce8bea7a5faf8a6e60c6e71795d3a96891df0d16c16f4c7d7535927681f3109"
sha256 cellar: :any_skip_relocation, x86_64_linux: "df5520d359ef96b2f79f44a80883abc7b7d9eb7c47e3feeb8e5afe66f4c07008"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "ad549c79838750c6248c91ce8cd114c4e6fa18343820c588e180d3215af830eb"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "53b5dbf9b4962dd89bfdb2852407ef02ff53224d824c40280d42bd9359913258"
sha256 cellar: :any_skip_relocation, arm64_ventura: "9c9027c3246f2f0470059730f301d1d5a1b0ca4961dc9035d99864b3a5d35ed4"
sha256 cellar: :any_skip_relocation, sonoma: "16aaef780247916bd67890e7c06e0d75f07a898242ffd46de10f8c1f6345a66c"
sha256 cellar: :any_skip_relocation, ventura: "aeb5809ab09f6852349134469b462d4d60a4c3c9a8926cebf69da77d6b073d5d"
sha256 cellar: :any_skip_relocation, x86_64_linux: "8a0da77c676075a126b7e83739fbf5240cba137a32a5184b64790ad8617e82f2"
end

depends_on "rust" => :build
Expand Down

0 comments on commit cd26fa9

Please sign in to comment.