ScoopInstaller_Main/bucket/fastfetch.json
2024-01-17 08:27:03 +00:00

32 lines
1.2 KiB
JSON

{
"version": "2.6.0",
"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.0/fastfetch-2.6.0-Win64.7z",
"hash": "b831ff289fd4fc1fdd369b037eba7058fcd82b570f9dedc5b09cc43993cbc356"
},
"32bit": {
"url": "https://github.com/fastfetch-cli/fastfetch/releases/download/2.6.0/fastfetch-2.6.0-Win32.7z",
"hash": "f70c135df3ab2ef056a0786c222981ef4cb6eff974079da4d1b0f7416e60d57b"
}
},
"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"
}
}
}
}