1
1
class Fastfetch < Formula
2
2
desc "Like neofetch, but much faster because written mostly in C"
3
3
homepage "https://github.com/fastfetch-cli/fastfetch"
4
- url "https://github.com/fastfetch-cli/fastfetch/archive/refs/tags/2.27.0 .tar.gz"
5
- sha256 "a861e2e4962531e1ea1fc405c74d204136a863f529dc2d49a8e1447d1e5cccc2 "
4
+ url "https://github.com/fastfetch-cli/fastfetch/archive/refs/tags/2.27.1 .tar.gz"
5
+ sha256 "de12f8cdb52bc1f123aa9b37813f009eeb09f15cbf43b033693c2936716e2626 "
6
6
license "MIT"
7
7
head "https://github.com/fastfetch-cli/fastfetch.git" , branch : "dev"
8
8
@@ -12,12 +12,12 @@ class Fastfetch < Formula
12
12
end
13
13
14
14
bottle do
15
- sha256 arm64_sequoia : "31231dfaec9411391b5e5d42e234ce714175e6dbd4e5c362a6218a793398c282 "
16
- sha256 arm64_sonoma : "0a978b601a4a7c35b427d41221ff0f22b88a00e534126351705e121e3f115410 "
17
- sha256 arm64_ventura : "1a9ba9c408eb0c348e4cf5b06852ab0a4f4edab402a617d9cb79a69a8bbce09a "
18
- sha256 sonoma : "0c3e7a8b10bd34e2cc87a685ff9eaa8167a04f0ae4cd37c63829e8cea12a7af8 "
19
- sha256 ventura : "4910f2c058e81b864b4614b3d98fc5bbbf2250fd8179646b56162f547d8d8924 "
20
- sha256 x86_64_linux : "2095c3bf5e6a31d45696345d8563687f87395f12f9001c5907141948eb9e7e8d "
15
+ sha256 arm64_sequoia : "3caa661bcffbd17369a6ed988d223eeb78c2d8e34f2bf2322f150d414bf1d5c0 "
16
+ sha256 arm64_sonoma : "40a6f78bda8615bc170aeee86127c0cd4206308119327752cc068cb7196e7af4 "
17
+ sha256 arm64_ventura : "71a6896c7000d2000c810bf467a92c927981df498c86b272d7da2fd10c7643ee "
18
+ sha256 sonoma : "24e3a6e0c7aefb5ae5ed5a168580a0c8012925087229073388dff4c498fdb5f3 "
19
+ sha256 ventura : "3558b80f1bfd5fb179ba041d794c522e89a1df81655585492b3ccfe812d765fc "
20
+ sha256 x86_64_linux : "740c4a9a4742e0f90c33661dc377df33f651593a4a7302c03ca0472fd5cf202e "
21
21
end
22
22
23
23
depends_on "chafa" => :build
0 commit comments