Skip to content

Commit

Permalink
Merge pull request #197879 from jdx/bump-usage-1.3.2
Browse files Browse the repository at this point in the history
usage 1.3.2
  • Loading branch information
BrewTestBot authored Nov 16, 2024
2 parents 15d57f2 + 269099b commit 48efceb
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.3.1.tar.gz"
sha256 "80a88cd029a7b57d62486f64b49eaec5242100ed9831cbea82c6d6e392320317"
url "https://github.com/jdx/usage/archive/refs/tags/v1.3.2.tar.gz"
sha256 "2fa15f57ab5e8519438bce2f88452ffd2a0533fe6cc2ad520345b382946b13b0"
license "MIT"
head "https://github.com/jdx/usage.git", branch: "main"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "24653073729a86393e0e713c165af7ce5648863a88c907a18cc1d2932180a22c"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "7a0c30748302038b7868ef1b384b04073bc61f936d51e6acb7f4c0d39fbab3a5"
sha256 cellar: :any_skip_relocation, arm64_ventura: "f858286380f4cf8d0f5ae20896f9812e5913bb17200df5024c962a59afe9aca2"
sha256 cellar: :any_skip_relocation, sonoma: "f6712920d2cd2478df3fc0c0469795012f33e1a0c6bd2b3a98d2e5ff87576f43"
sha256 cellar: :any_skip_relocation, ventura: "3f51103237f14871461f6ca2453672236858f7b8d1bfbafb9aea90ff6a6b2e27"
sha256 cellar: :any_skip_relocation, x86_64_linux: "a23d0cab4ce7ce80fed401fc6fa12fc38d7ef61771564fba4574895bbd7cd214"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "5fafe5fc2a51eee39f48b1a0378492fb5b9c58835446ed25037fc71fc3a51e15"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "46da55abb37b17b09c102aba0cbc4af2b4b95b152cea89b353d163bfa0eac099"
sha256 cellar: :any_skip_relocation, arm64_ventura: "d7dfb23fd7f1f155d0340d920ce72639dfc9feb06d87a41aeb4b97ccc33aa82a"
sha256 cellar: :any_skip_relocation, sonoma: "4b2d8923f79010ba2cebeac1bdabdc021a72ccdd8fa5628405ec4eff2fcb47ad"
sha256 cellar: :any_skip_relocation, ventura: "dba812792b7734d174e8c73988d9ee5e60abf2cc4f3b34a5a3ed3ee476ca742d"
sha256 cellar: :any_skip_relocation, x86_64_linux: "c6c3ff1fd9906de91519779a27d8ada482d6676f7133d06f4f084a6c04f3e2e1"
end

depends_on "rust" => :build
Expand Down

0 comments on commit 48efceb

Please sign in to comment.