ScoopInstaller_Main/bucket/fastfetch.json
2025-12-05 16:30:58 +00:00

32 lines
1.2 KiB
JSON

{
"version": "2.56.0",
"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.56.0/fastfetch-windows-amd64.7z",
"hash": "122cbf53af723e6199d0ca6a1a5f90888dc1395fdd787e2ef04bd9c2e6df359e"
},
"arm64": {
"url": "https://github.com/fastfetch-cli/fastfetch/releases/download/2.56.0/fastfetch-windows-aarch64.7z",
"hash": "d790f6fc154061a703313775558dade837941c0d8e6910c2f5e4f9a8d6e757f0"
}
},
"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"
}
}
}
}