ScoopInstaller_Main/bucket/fastfetch.json
2023-02-21 18:29:29 +05:30

32 lines
1.2 KiB
JSON

{
"version": "1.10.0",
"description": "A neofetch-like tool for fetching system information and displaying them in a pretty way",
"homepage": "https://github.com/LinusDierheimer/fastfetch",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/LinusDierheimer/fastfetch/releases/download/1.10.0/fastfetch-1.10.0-win64.zip",
"hash": "ec91c33ee894d5ba1e12438320715a07bd33c1109ab4dd45ff69c433860ec05e"
},
"32bit": {
"url": "https://github.com/LinusDierheimer/fastfetch/releases/download/1.10.0/fastfetch-1.10.0-win32.zip",
"hash": "4bf1a928e912500cf41de0727313f36b2a810103cbcc5b21348aac82969bc4c4"
}
},
"bin": [
"fastfetch.exe",
"flashfetch.exe"
],
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/LinusDierheimer/fastfetch/releases/download/$version/fastfetch-$version-win64.zip"
},
"32bit": {
"url": "https://github.com/LinusDierheimer/fastfetch/releases/download/$version/fastfetch-$version-win32.zip"
}
}
}
}