ScoopInstaller_Main/bucket/fastfetch.json
2023-11-09 08:27:22 +00:00

32 lines
1.2 KiB
JSON

{
"version": "2.2.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.2.3/fastfetch-2.2.3-Win64.7z",
"hash": "47351278c3e54d7d15214c1512e4a5d46391ef2090aa0fb0324b737b99d85416"
},
"32bit": {
"url": "https://github.com/fastfetch-cli/fastfetch/releases/download/2.2.3/fastfetch-2.2.3-Win32.7z",
"hash": "1dc750d2cafc2efe02db379b276019b09a8ba2c93613c9b056e5c591385d7dcd"
}
},
"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"
}
}
}
}