Skip to content

Commit

Permalink
Merge pull request #159076 from BrewTestBot/bump-lychee-0.14.0
Browse files Browse the repository at this point in the history
lychee 0.14.0
  • Loading branch information
BrewTestBot authored Jan 6, 2024
2 parents 6c993a9 + 9222c25 commit 37fca95
Showing 1 changed file with 10 additions and 12 deletions.
22 changes: 10 additions & 12 deletions Formula/l/lychee.rb
Original file line number Diff line number Diff line change
@@ -1,21 +1,19 @@
class Lychee < Formula
desc "Fast, async, resource-friendly link checker"
homepage "https://github.com/lycheeverse/lychee"
url "https://github.com/lycheeverse/lychee/archive/refs/tags/v0.13.0.tar.gz"
sha256 "5df8610e4bbf657bd5094305ccc2e1febff70b4f470acc3eb2e782d518fa962f"
url "https://github.com/lycheeverse/lychee/archive/refs/tags/v0.14.0.tar.gz"
sha256 "52f852beddba06556ac0b83172f472882bd0c66a172de1559773e2aeb112ef0a"
license any_of: ["Apache-2.0", "MIT"]
head "https://github.com/lycheeverse/lychee.git", branch: "master"

bottle do
sha256 cellar: :any, arm64_sonoma: "ad296fa7d5d5f4bddab8643445cca865f0fefc3e6a85977f20df24626c701559"
sha256 cellar: :any, arm64_ventura: "198d0e847b766801c5d60d2c579389eab5eabdabd9cdadf37de2394e44bbbb1c"
sha256 cellar: :any, arm64_monterey: "d8e122dc12e858c37fa3543133bfd90821967c23d8f08496a0ac1faae22dad7b"
sha256 cellar: :any, arm64_big_sur: "0e2e752af3b231858b81aa1b2b847f928e2089f046387ae9a17a6305d9ddaced"
sha256 cellar: :any, sonoma: "d6d198474da8a629d0ad4f3d3fecfc9470b81c1737ee3aadd9b99ea7f177007e"
sha256 cellar: :any, ventura: "460607d57628615309f92ccd80247e853ed32b0d96e08ca40f46c9496c005c32"
sha256 cellar: :any, monterey: "c2e392279e213a08a87562e67de199c0350616ba443dd55c683e92e722e72275"
sha256 cellar: :any, big_sur: "b99ea5c4f72a8cbd63073a3b7af6e0b608daa284affaa015e9ab9c29c4475814"
sha256 cellar: :any_skip_relocation, x86_64_linux: "f188b49b3dab04632c23705b879b089a845b992ba3a28fa900f5990061e3cd0c"
sha256 cellar: :any, arm64_sonoma: "051e1d3606b2329d8e98597e789e0e7744638fb0357b8e1054a05cd52be86721"
sha256 cellar: :any, arm64_ventura: "eb9c2f3af4bbe200e317752420a28471169b67fccb7ec1b1226e82ad97bc8d40"
sha256 cellar: :any, arm64_monterey: "f235b1644a905e5233d6b2d1a43bab2a87ba0d0f6402883c2da5619f080a0a76"
sha256 cellar: :any, sonoma: "91d4bfbae6aed7b47d88413d24320068ab92c4349599910b901cd0652633a6f4"
sha256 cellar: :any, ventura: "7856d9570f8a77d78db4a333dbd66792912851e69b7d25dbd83f08fda0475440"
sha256 cellar: :any, monterey: "a3827473e68c26166cb49f55ea7dfab0a64af4f6a5209304e357d662949d2591"
sha256 cellar: :any_skip_relocation, x86_64_linux: "9eb16044bcf0d604b69f4e8e42fb21b936ec77cc3fdbae35fb715a1a80145c45"
end

depends_on "rust" => :build
Expand All @@ -32,6 +30,6 @@ def install
test do
(testpath/"test.md").write "[This](https://example.com) is an example.\n"
output = shell_output(bin/"lychee #{testpath}/test.md")
assert_match "🔍 1 Total ✅ 0 OK 🚫 0 Errors 💤 1 Excluded", output
assert_match "✅ 0 OK 🚫 0 Errors 💤 1 Excluded", output
end
end

0 comments on commit 37fca95

Please sign in to comment.