File tree Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change 11class FancyCat < Formula
22 desc "PDF reader for terminal emulators using the Kitty image protocol"
33 homepage "https://github.com/freref/fancy-cat"
4- url "https://github.com/freref/fancy-cat/archive/refs/tags/v0.4.1 .tar.gz"
5- sha256 "d264dbaf05f8713a4c52ce0c74a8d5e900989ec815fac1bbfec7d7b385bc1dd5 "
4+ url "https://github.com/freref/fancy-cat/archive/refs/tags/v0.5.0 .tar.gz"
5+ sha256 "7191c8b6259f8124d2bef4c38ab0bcb7f13923dd84a6ec5cb5512f729765f5b5 "
66 license "AGPL-3.0-or-later"
7- revision 5
87
98 bottle do
109 sha256 cellar : :any , arm64_tahoe : "2916710816a7c6f26820f96b5197afe396803c59a4ed40f9e1c98c2d9650627f"
@@ -15,10 +14,7 @@ class FancyCat < Formula
1514 sha256 cellar : :any_skip_relocation , x86_64_linux : "8eb50aacc13177038cc20a489d91ea27794f2124f48860e1cdf887dce363f60f"
1615 end
1716
18- # Aligned to `[email protected] ` formula. Can be removed if upstream updates to newer Zig. 19- deprecate! date : "2026-02-19" , because : "does not build with Zig >= 0.15"
20-
21- depends_on "[email protected] " => :build # https://github.com/freref/fancy-cat/issues/95 17+ depends_on "zig" => :build
2218 depends_on "mupdf"
2319
2420 def install
You can’t perform that action at this time.
0 commit comments