Skip to content

Commit aa71a23

Browse files
CarterLiBrewTestBot
authored andcommitted
fastfetch 1.8.1
Fastfetch 1.8.1 Two build dependencies were added for image logo support Closes #119443. Signed-off-by: Patrick Linnane <patrick@linnane.io> Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
1 parent 545e825 commit aa71a23

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

Formula/fastfetch.rb

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Fastfetch < Formula
22
desc "Like neofetch, but much faster because written in C"
33
homepage "https://github.com/LinusDierheimer/fastfetch"
4-
url "https://github.com/LinusDierheimer/fastfetch/archive/refs/tags/1.7.5.tar.gz"
5-
sha256 "e9807568c2c5a10240c635e1e9ad5dbe63326eb730ca3aac005e19d91d2cd1c5"
4+
url "https://github.com/LinusDierheimer/fastfetch/archive/refs/tags/1.8.1.tar.gz"
5+
sha256 "5db8ef1b4eba470b55c905ab07e2188bb2e3b4bac7aa868284e0da58c3a36926"
66
license "MIT"
77
head "https://github.com/LinusDierheimer/fastfetch.git", branch: "dev"
88

@@ -17,10 +17,15 @@ class Fastfetch < Formula
1717
sha256 x86_64_linux: "8757d24b5daa28af495feec81f4be8fa5952c23df8f24185d8a0c69b5dc9269e"
1818
end
1919

20+
depends_on "chafa" => :build
2021
depends_on "cmake" => :build
22+
depends_on "glib" => :build
23+
depends_on "imagemagick" => :build
2124
depends_on "pkg-config" => :build
2225
depends_on "vulkan-loader" => :build
2326

27+
uses_from_macos "zlib" => :build
28+
2429
def install
2530
system "cmake", "-S", ".", "-B", "build", "-DCMAKE_INSTALL_SYSCONFDIR=#{etc}", *std_cmake_args
2631
system "cmake", "--build", "build"

0 commit comments

Comments
 (0)