ScoopInstaller_Main/bucket/fastfetch.json
2024-02-27 16:27:57 +00:00

32 lines
1.2 KiB
JSON

{
"version": "2.8.6",
"description": "A neofetch-like tool for fetching system information and displaying them in a pretty way",
"homepage": "https://github.com/fastfetch-cli/fastfetch",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/fastfetch-cli/fastfetch/releases/download/2.8.6/fastfetch-windows-amd64.7z",
"hash": "07ca1fe2100bb585d52f24f943665b1722cc6cd02a568346681a51831288268c"
},
"32bit": {
"url": "https://github.com/fastfetch-cli/fastfetch/releases/download/2.8.6/fastfetch-windows-i686.7z",
"hash": "a3ca507f927cbe34bf091dc35f426e13631b239cbb436c58f2fc0ced0e148c03"
}
},
"bin": [
"fastfetch.exe",
"flashfetch.exe"
],
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/fastfetch-cli/fastfetch/releases/download/$version/fastfetch-windows-amd64.7z"
},
"32bit": {
"url": "https://github.com/fastfetch-cli/fastfetch/releases/download/$version/fastfetch-windows-i686.7z"
}
}
}
}