Skip to content
Closed
Changes from all commits
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
6 changes: 3 additions & 3 deletions Formula/typos-cli.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class TyposCli < Formula
desc "Source code spell checker"
homepage "https://github.com/crate-ci/typos"
url "https://github.com/crate-ci/typos/archive/refs/tags/v1.13.20.tar.gz"
sha256 "bbaefc5a03bf16503e700d90466efed858102c858ded87b5c49c1a76b9b7d65b"
url "https://github.com/crate-ci/typos/archive/refs/tags/v1.13.21.tar.gz"
sha256 "ba74db46139c4946104257e9c2b5c3a7aacdefd31b0d4dd729e4563b02a09ae7"
license any_of: ["Apache-2.0", "MIT"]

livecheck do
Expand All @@ -23,7 +23,7 @@ class TyposCli < Formula
depends_on "rust" => :build

def install
system "cargo", "install", *std_cargo_args
system "cargo", "install", *std_cargo_args(path: "crates/typos-cli")
end

test do
Expand Down