ScoopInstaller_Main/bucket/fastfetch.json
2023-12-19 04:26:19 +00:00

32 lines
1.2 KiB
JSON

{
"version": "2.4.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.4.0/fastfetch-2.4.0-Win64.7z",
"hash": "14894667b84d7e5bd92598fa3ce4d578dfb46fcd0e79a5b368fc0120b2956287"
},
"32bit": {
"url": "https://github.com/fastfetch-cli/fastfetch/releases/download/2.4.0/fastfetch-2.4.0-Win32.7z",
"hash": "7317060352a1ad73fada0ae08208a9ce4a53978a27d00c1b10f866d59fde4df8"
}
},
"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"
}
}
}
}