ScoopInstaller_Main/bucket/fastfetch.json
2026-01-14 08:31:43 +00:00

32 lines
1.2 KiB
JSON

{
"version": "2.57.1",
"description": "A maintained, feature-rich and performance oriented, neofetch like system information tool",
"homepage": "https://github.com/fastfetch-cli/fastfetch",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/fastfetch-cli/fastfetch/releases/download/2.57.1/fastfetch-windows-amd64.7z",
"hash": "6b0cce961d8c942de6b949aeea460a4519f7cde396246f64a4017ab067f5589a"
},
"arm64": {
"url": "https://github.com/fastfetch-cli/fastfetch/releases/download/2.57.1/fastfetch-windows-aarch64.7z",
"hash": "5baec0821ce0d228e9ead6a9ef6736a1afb82861731301ede8ab26d5b05fd605"
}
},
"bin": [
"fastfetch.exe",
"flashfetch.exe"
],
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/fastfetch-cli/fastfetch/releases/download/$version/fastfetch-windows-amd64.7z"
},
"arm64": {
"url": "https://github.com/fastfetch-cli/fastfetch/releases/download/$version/fastfetch-windows-aarch64.7z"
}
}
}
}