Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Formula/u/usage.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
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"
Expand Down
Loading