We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1651752 commit b084190Copy full SHA for b084190
Formula/f/fastfetch.rb
@@ -1,10 +1,9 @@
1
class Fastfetch < Formula
2
desc "Like neofetch, but much faster because written mostly in C"
3
homepage "https://github.com/fastfetch-cli/fastfetch"
4
- url "https://github.com/fastfetch-cli/fastfetch/archive/refs/tags/2.53.0.tar.gz"
5
- sha256 "1488d9b738474e8ef8e8d78e2463722bf706e435857c849b3f480354ad62366e"
+ url "https://github.com/fastfetch-cli/fastfetch/archive/refs/tags/2.54.0.tar.gz"
+ sha256 "e6a0516364bc0a4991a588537ee2abb538b86db41f7d9dff795d49baec990529"
6
license "MIT"
7
- revision 1
8
head "https://github.com/fastfetch-cli/fastfetch.git", branch: "dev"
9
10
livecheck do
0 commit comments