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

fastfetch 2.25.0 #191172

Merged
merged 2 commits into from
Sep 19, 2024
Merged
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
4 changes: 2 additions & 2 deletions Formula/f/fastfetch.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Fastfetch < Formula
desc "Like neofetch, but much faster because written mostly in C"
homepage "https://github.com/fastfetch-cli/fastfetch"
url "https://github.com/fastfetch-cli/fastfetch/archive/refs/tags/2.24.0.tar.gz"
sha256 "675ac3f9dbe00277416744fa36a28fc9cd1284d17f055a4db339063bfc6a8209"
url "https://github.com/fastfetch-cli/fastfetch/archive/refs/tags/2.25.0.tar.gz"
sha256 "17ea39fd062d5bccc9c608e868f593a665d569646bc9b447111b3a608b648783"
license "MIT"
head "https://github.com/fastfetch-cli/fastfetch.git", branch: "dev"

Expand Down
Loading