Skip to content

Commit b5d9e46

Browse files
authored
Merge pull request #251454 from CarterLi/patch-2
fastfetch: disable system yyjson for now
2 parents 1d80218 + 5186167 commit b5d9e46

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/f/fastfetch.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ class Fastfetch < Formula
44
url "https://github.com/fastfetch-cli/fastfetch/archive/refs/tags/2.54.0.tar.gz"
55
sha256 "e6a0516364bc0a4991a588537ee2abb538b86db41f7d9dff795d49baec990529"
66
license "MIT"
7+
revision 1
78
head "https://github.com/fastfetch-cli/fastfetch.git", branch: "dev"
89

910
livecheck do
@@ -12,12 +13,12 @@ class Fastfetch < Formula
1213
end
1314

1415
bottle do
15-
sha256 arm64_tahoe: "f1856032bf2be5bf320240d070292258ac5f38950535c6f0b884fc9c3410b164"
16-
sha256 arm64_sequoia: "f1fb4bbaddad085c8ae4fd8b44c43dfd4760ee4b7364f4c3327569fd7ea0d900"
17-
sha256 arm64_sonoma: "90d85aba2898776f7cee3a9cfe23f68af23e3b469eae5962dd52ff7d52f129ab"
18-
sha256 cellar: :any, sonoma: "2570cb7b1d9b664615c0841d6c3d53c55e50da982e60f8ac0c0691baa151acad"
19-
sha256 arm64_linux: "79fd25366089ce10fede23d352b0b3aa871e5191ca0d13d8f1980b4b741f44b2"
20-
sha256 x86_64_linux: "1d09a46fdfbfa3c9563d6091026a0a872eb195f40b76b7312ca840e46ccfc1f5"
16+
sha256 arm64_tahoe: "8cbc1adb83205a0031781834431fc899f29a31f0e18ccbe42749db59bc465576"
17+
sha256 arm64_sequoia: "2379ae1e1252976d930cbadb5e56df752b32b09aee4465c09844a6dfd28180d7"
18+
sha256 arm64_sonoma: "dcba4bdd43d4f4f7d798548564dbfcb9c6a40abb08b03c9782f69ecdefcab71e"
19+
sha256 cellar: :any_skip_relocation, sonoma: "e475e59be954441c96ef923d0dfadaaaa29ecc20c19bf12a8c1b9eacb26ed0f2"
20+
sha256 arm64_linux: "529decf8ba94bbb00a5249be392de151a41fa0b4a0c1b65f2015b5a6c8ab8535"
21+
sha256 x86_64_linux: "ccdebf42c55db395916b667f6c7f0f3a1ac543db9ac786ad425cab7409078e8a"
2122
end
2223

2324
depends_on "chafa" => :build
@@ -27,7 +28,6 @@ class Fastfetch < Formula
2728
depends_on "pkgconf" => :build
2829
depends_on "[email protected]" => :build
2930
depends_on "vulkan-loader" => :build
30-
depends_on "yyjson"
3131

3232
uses_from_macos "sqlite" => :build
3333
uses_from_macos "zlib" => :build
@@ -51,7 +51,7 @@ def install
5151
args = %W[
5252
-DCMAKE_INSTALL_SYSCONFDIR=#{etc}
5353
-DBUILD_FLASHFETCH=OFF
54-
-DENABLE_SYSTEM_YYJSON=ON
54+
-DENABLE_SYSTEM_YYJSON=OFF
5555
]
5656
system "cmake", "-S", ".", "-B", "build", *args, *std_cmake_args
5757
system "cmake", "--build", "build"

0 commit comments

Comments
 (0)