ScoopInstaller_Main/bucket/fastfetch.json
2026-01-21 08:31:02 +00:00

32 lines
1.2 KiB
JSON

{
"version": "2.58.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.58.0/fastfetch-windows-amd64.7z",
"hash": "464a308b54ef9975c470c4e986ad8298514fbdb3309a37d520314330353a8148"
},
"arm64": {
"url": "https://github.com/fastfetch-cli/fastfetch/releases/download/2.58.0/fastfetch-windows-aarch64.7z",
"hash": "d6811fbe5eb75750890f861bd4192e045bfa4fb201a8985e6d1b1cdfac214c37"
}
},
"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"
}
}
}
}