Skip to content

Commit 4e83a0c

Browse files
BrewTestBotdaeho-ro
authored andcommitted
lychee 0.24.0
1 parent b49a94b commit 4e83a0c

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

Formula/l/lychee.rb

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Lychee < Formula
22
desc "Fast, async, resource-friendly link checker"
33
homepage "https://lychee.cli.rs/"
4-
url "https://github.com/lycheeverse/lychee/archive/refs/tags/lychee-v0.23.0.tar.gz"
5-
sha256 "0c2c7387f5c8916c8c35ffd6102507663de8645da78579231a403020c34db67b"
4+
url "https://github.com/lycheeverse/lychee/archive/refs/tags/lychee-v0.24.0.tar.gz"
5+
sha256 "e1a92b9660140f53bdeea26815775c465640b0c09649b1b395f7fd471b057856"
66
license any_of: ["Apache-2.0", "MIT"]
77
head "https://github.com/lycheeverse/lychee.git", branch: "master"
88

@@ -26,6 +26,7 @@ def install
2626
test do
2727
(testpath/"test.md").write "[This](https://example.com) is an example.\n"
2828
output = shell_output("#{bin}/lychee #{testpath}/test.md")
29-
assert_match "🔍 1 Total (in 0s) ✅ 0 OK 🚫 0 Errors 👻 1 Excluded", output
29+
assert_match "🔍 1 Total", output
30+
assert_match "✅ 0 OK 🚫 0 Errors 👻 1 Excluded", output
3031
end
3132
end

0 commit comments

Comments
 (0)