ScoopInstaller_Main/bucket/fastfetch.json
2024-03-02 12:29:49 +00:00

32 lines
1.2 KiB
JSON

{
"version": "2.8.7",
"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.7/fastfetch-windows-amd64.7z",
"hash": "e631ca589210093ff750d4dac2f2c140cbfb8499839873970cd8b0197dd335f7"
},
"32bit": {
"url": "https://github.com/fastfetch-cli/fastfetch/releases/download/2.8.7/fastfetch-windows-i686.7z",
"hash": "d0c31c32947276b2c6350771c4f4a569209804749af968da2e3b06d575ab08cd"
}
},
"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"
}
}
}
}