Skip to content

Commit

Permalink
Merge pull request #196239 from jdx/bump-usage-1.0.1
Browse files Browse the repository at this point in the history
usage 1.0.1
  • Loading branch information
BrewTestBot authored Oct 31, 2024
2 parents bd1e0e9 + ecfd3e2 commit 07722b0
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.0.0.tar.gz"
sha256 "e06a46cbb763864edb50741043fdd62cd6e1f42a9e5a2c7a3abaa499c0b08a48"
url "https://github.com/jdx/usage/archive/refs/tags/v1.0.1.tar.gz"
sha256 "ae51fe6258979c5b3c383a284da9203e245f08e3c746b2f01372fd58a3835eb0"
license "MIT"
head "https://github.com/jdx/usage.git", branch: "main"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "45ac26c9101fada32bd27a69190330284b723d9aba2a6b5c3d97058e6b64a3b8"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "ae9bdcf42f3be22615113c1b9a53e91e0dfba22e4374a69f0df77a20a8c1bc6c"
sha256 cellar: :any_skip_relocation, arm64_ventura: "05b170e95e8d47f3477e1cf2f8297a1bf2176ea1d93777925acf15b0929cdb26"
sha256 cellar: :any_skip_relocation, sonoma: "fb63aab7f635d79c9ff02fe3bf9e83bb3e16696755db498da06df4f678b72445"
sha256 cellar: :any_skip_relocation, ventura: "bf246635ab207cdb59636f6c9031096894d54015b252ea675b9a58dcb86a7f9d"
sha256 cellar: :any_skip_relocation, x86_64_linux: "b2d13db610ffa5e48e755f8c0c4db241155c9c60b8c329357295398e7d9f4091"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "261f56cc1ad720ba5a660dbe17ef64db1ef3fe89ca27067d6aa6cb51eab3576e"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "755a5a62234a08abbf7a0bc8500d69afd34cf339a1611886cac1a51d4db4758b"
sha256 cellar: :any_skip_relocation, arm64_ventura: "ce695c0a0b898aacf6dd0a9ecbf26751fc02303c402b604f40d084d1bd826e80"
sha256 cellar: :any_skip_relocation, sonoma: "c8ff6409f0ecafcdb9426b47eebc40d1311825cd1d52c100ba8acada394faf91"
sha256 cellar: :any_skip_relocation, ventura: "c9b285b6bbe782a08ab73c9eb825297feed8319661d873f6292b1167f794a067"
sha256 cellar: :any_skip_relocation, x86_64_linux: "ab1773ee7edf21a5572289a3916145cec1f2c703e8234d79d1cc17064ca9cbc5"
end

depends_on "rust" => :build
Expand Down

0 comments on commit 07722b0

Please sign in to comment.