ScoopInstaller_Main/bucket/fastfetch.json
2024-03-08 04:25:55 +00:00

32 lines
1.2 KiB
JSON

{
"version": "2.8.8",
"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.8/fastfetch-windows-amd64.7z",
"hash": "044a4b2b2126dec659973184432d01753abaf31038bfee3b3b8c80187f27583f"
},
"32bit": {
"url": "https://github.com/fastfetch-cli/fastfetch/releases/download/2.8.8/fastfetch-windows-i686.7z",
"hash": "941b373fa8fa1b012485b533ac41a57106c94bd71d6b8a0095c5bec6294a9b5e"
}
},
"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"
}
}
}
}