ScoopInstaller_Main/bucket/fastfetch.json
2023-08-21 04:25:27 +00:00

32 lines
1.2 KiB
JSON

{
"version": "2.0.1",
"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.0.1/fastfetch-2.0.1-Win64.zip",
"hash": "79810c8aa672dd42df8b34c0c2b9d5280a0521d86e51f06839ebafc6ecbe554d"
},
"32bit": {
"url": "https://github.com/fastfetch-cli/fastfetch/releases/download/2.0.1/fastfetch-2.0.1-Win32.zip",
"hash": "65ed3004bc62fc29b2eda6c3c4e3aeb38ceb03310fe88c49aaf88f7ed464ce1c"
}
},
"bin": [
"fastfetch.exe",
"flashfetch.exe"
],
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/fastfetch-cli/fastfetch/releases/download/$version/fastfetch-$version-Win64.zip"
},
"32bit": {
"url": "https://github.com/fastfetch-cli/fastfetch/releases/download/$version/fastfetch-$version-Win32.zip"
}
}
}
}