Skip to content

Commit e03b8ff

Browse files
BrewTestBotchenrui333
authored andcommitted
fancy-cat 0.5.0
fancy-cat: bump to use zig 0.15 Signed-off-by: Rui Chen <[email protected]>
1 parent c4d81ba commit e03b8ff

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

Formula/f/fancy-cat.rb

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
class 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

0 commit comments

Comments
 (0)