ScoopInstaller_Main/bucket/fastfetch.json
2024-01-21 16:26:33 +00:00

32 lines
1.2 KiB
JSON

{
"version": "2.6.3",
"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.6.3/fastfetch-2.6.3-Win64.7z",
"hash": "6301fbd6c322a29ca6b2589f015df864d224dbfb4dbc282fb48c61c6897ba448"
},
"32bit": {
"url": "https://github.com/fastfetch-cli/fastfetch/releases/download/2.6.3/fastfetch-2.6.3-Win32.7z",
"hash": "0a4ed56d51c46e8d0892b3840925b55f4d1b063199baca9b67a4f7a685d87c9c"
}
},
"bin": [
"fastfetch.exe",
"flashfetch.exe"
],
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/fastfetch-cli/fastfetch/releases/download/$version/fastfetch-$version-Win64.7z"
},
"32bit": {
"url": "https://github.com/fastfetch-cli/fastfetch/releases/download/$version/fastfetch-$version-Win32.7z"
}
}
}
}