|
1 | 1 | class FancyCat < Formula |
2 | 2 | desc "PDF reader for terminal emulators using the Kitty image protocol" |
3 | 3 | 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" |
6 | 6 | license "AGPL-3.0-or-later" |
7 | | - revision 5 |
8 | 7 |
|
9 | 8 | bottle do |
10 | | - sha256 cellar: :any, arm64_tahoe: "2916710816a7c6f26820f96b5197afe396803c59a4ed40f9e1c98c2d9650627f" |
11 | | - sha256 cellar: :any, arm64_sequoia: "d7a14bcd27acbee4918e3b7c81079d4370ae86cbeed1cb5ff598e69fc52c6d68" |
12 | | - sha256 cellar: :any, arm64_sonoma: "7e9ca4ded1da91a6517e5d5b2dab7a8b323ccdb775302a756f3a76c22a99c7ae" |
13 | | - sha256 cellar: :any, sonoma: "11b2a4f1cf3190165cbce922fd750ca939e3fe265bf55c7a097d47e4c93fad12" |
14 | | - sha256 cellar: :any_skip_relocation, arm64_linux: "779a835c2b4e0e97ac50b4a111e8b7ee46e3c3f995410926cb758d8e089feebd" |
15 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "8eb50aacc13177038cc20a489d91ea27794f2124f48860e1cdf887dce363f60f" |
| 9 | + sha256 cellar: :any, arm64_tahoe: "d975177d0f0fde37f9b79f62349384c5d6e3347160a94461297a8a763b99279a" |
| 10 | + sha256 cellar: :any, arm64_sequoia: "b299732956e601ea7d2a54f4f3f14824682b1a11b076af39fa3585c26c796248" |
| 11 | + sha256 cellar: :any, arm64_sonoma: "b5a002414567b467d9b26f045094be7b083d2732ed0b14e94d854d4cc5aff241" |
| 12 | + sha256 cellar: :any, sonoma: "dc6a0f9393de79b9f2ef197c091bb36bec3bb9d5130c787f9bb6567f31ec3e0b" |
| 13 | + sha256 cellar: :any_skip_relocation, arm64_linux: "9fbdd2f88a238a1c58ee9e7658974fcddd28a1c8cb86657ecfbd2453099f1d74" |
| 14 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "6e79a56f2d66ae9ec3890331fb96ac285d53617fe5c6a6a39988e9c8f6b7a9a6" |
16 | 15 | end |
17 | 16 |
|
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 |
22 | 18 | depends_on "mupdf" |
23 | 19 |
|
24 | 20 | def install |
|
0 commit comments