Skip to content

Commit 677719a

Browse files
authored
Merge pull request #223392 from Homebrew/bump-fastfetch-2.43.0
fastfetch 2.43.0
2 parents e8cae85 + 590fe50 commit 677719a

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Formula/f/fastfetch.rb

Lines changed: 9 additions & 9 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 mostly in C"
33
homepage "https://github.com/fastfetch-cli/fastfetch"
4-
url "https://github.com/fastfetch-cli/fastfetch/archive/refs/tags/2.42.0.tar.gz"
5-
sha256 "9f94fdbe0642b2402517bba2fff4dd31099649d4e066f4c39b5b728cc3627f01"
4+
url "https://github.com/fastfetch-cli/fastfetch/archive/refs/tags/2.43.0.tar.gz"
5+
sha256 "192ddb57d021436d93ed8ad1fadaaeef20ce59a2296f31af65e12978b48feda5"
66
license "MIT"
77
head "https://github.com/fastfetch-cli/fastfetch.git", branch: "dev"
88

@@ -12,13 +12,13 @@ class Fastfetch < Formula
1212
end
1313

1414
bottle do
15-
sha256 arm64_sequoia: "5e2bc4f93fa84301175d336447f4af1b8ff38529d54920caa90fe1c2bb552395"
16-
sha256 arm64_sonoma: "7e78df084924348eef0f454aa22b894e095c16cc2d0186e08fe8e1968f939d72"
17-
sha256 arm64_ventura: "d6c7b20fd213933c5f51131747aafb1a4e8c5b65d670276153535cc914cd65b5"
18-
sha256 sonoma: "f846bfdbf44ee17bceff43d59f3c42a5c479d910622695524bfae78f98a43149"
19-
sha256 ventura: "04f9cc12c1505e93e8c460122eb0a5d4ec1811949be04d58324f1cc59246f36e"
20-
sha256 arm64_linux: "3ebf13bfdd14651dd88e9eec54e5329cbfd19cd71262c1511efe74d519023e11"
21-
sha256 x86_64_linux: "5f0648cb1113f5123b9f730d8d813dcf997bc598ef555e9ccde1bf511154ef3f"
15+
sha256 arm64_sequoia: "060c07e40bd94df836c4532184f0fc32156b97e69954e3b4c885c7f9dfc5c74b"
16+
sha256 arm64_sonoma: "689ae78665ff23979c0cb911df53badc43148b32d0e8727e4221aecb307de244"
17+
sha256 arm64_ventura: "3b7c730c8f363d816af4f2e7919b7a76305739973ab37c5d5c911da21ef1d091"
18+
sha256 sonoma: "f882d4351146cb0e3f97f2706271dfd3f9a7211ba0c08acac014bf9884ce7f1f"
19+
sha256 ventura: "26b0fcc6d3d157bbb460f2613c9642aa7b896210efda3d1762a55edc8615ae19"
20+
sha256 arm64_linux: "233153a54b8c3590b72e69d15d8fdc346a1df11d366aa409121a6537572564f9"
21+
sha256 x86_64_linux: "47fbdefcc5567b47a3f3aaa9c012486346287d3cc2aee95883d16295108de06c"
2222
end
2323

2424
depends_on "chafa" => :build

0 commit comments

Comments
 (0)