Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fancy-cat 0.3.1 #209090

Merged
merged 2 commits into from
Mar 1, 2025
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/autobump.txt
Original file line number Diff line number Diff line change
Expand Up @@ -972,6 +972,7 @@ faiss
fakeroot
falco
falcoctl
fancy-cat
fantom
fanyi
fast_float
Expand Down
12 changes: 9 additions & 3 deletions Formula/f/fancy-cat.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
class FancyCat < Formula
desc "PDF reader for terminal emulators using the Kitty image protocol"
homepage "https://github.com/freref/fancy-cat"
url "https://github.com/freref/fancy-cat/archive/refs/tags/v0.2.0.tar.gz"
sha256 "60f92cd08da6ed845b81edca75f376bf312b26e5420b7a244b275845b6f38af8"
license "MIT"
url "https://github.com/freref/fancy-cat/archive/refs/tags/v0.3.1.tar.gz"
sha256 "818650bd3c5c1d3aa3a573d185a49ea3466bda86d3e659965941887b424661d7"
license "AGPL-3.0-or-later"

bottle do
sha256 cellar: :any, arm64_sequoia: "d12990678c4072a43aa05986d1513e50c7ea99b949c40739a967ccf71eff1977"
Expand All @@ -17,6 +17,12 @@ class FancyCat < Formula
depends_on "zig" => :build
depends_on "mupdf"

# version patch, upstream pr ref, https://github.com/freref/fancy-cat/pull/68
patch do
url "https://github.com/freref/fancy-cat/commit/817906c7a08907da1acc4a436acd2650d5e7ba72.patch?full_index=1"
sha256 "ddb4e776077b9b7d79eead905964a95c790a75a2c1bc8f43b86dfc814ee5de27"
end

def install
# Fix illegal instruction errors when using bottles on older CPUs.
# https://github.com/Homebrew/homebrew-core/issues/92282
Expand Down
Loading