ScoopInstaller_Main/bucket/fastfetch.json
2023-03-25 08:26:28 +00:00

32 lines
1.2 KiB
JSON

{
"version": "1.11.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.11.0/fastfetch-1.11.0-win64.zip",
"hash": "226859ffa4554c11d4d9b196c8d25756fbc033a9350318fa24298c1876586ab4"
},
"32bit": {
"url": "https://github.com/LinusDierheimer/fastfetch/releases/download/1.11.0/fastfetch-1.11.0-win32.zip",
"hash": "6756389c137370733135031c2f6e3c951d24c8364d8c07bb697d542ec8cf2ee8"
}
},
"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"
}
}
}
}