ScoopInstaller_Main/bucket/fastfetch.json
2023-11-01 16:28:00 +00:00

32 lines
1.2 KiB
JSON

{
"version": "2.2.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.2.0/fastfetch-2.2.0-Win64.7z",
"hash": "acd6d783518a438a91684169f2e4cb38c30b591f3b8a22625919aa25f44ece1e"
},
"32bit": {
"url": "https://github.com/fastfetch-cli/fastfetch/releases/download/2.2.0/fastfetch-2.2.0-Win32.7z",
"hash": "399fb8a3aee2e6c6c296b52008deb14ca975e6c4f67489eac768f920af6ef736"
}
},
"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"
}
}
}
}