ScoopInstaller_Main/bucket/fastfetch.json
2023-11-07 04:25:44 +00:00

32 lines
1.2 KiB
JSON

{
"version": "2.2.2",
"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.2/fastfetch-2.2.2-Win64.7z",
"hash": "f04eac85bd610a9fe57647700a3729e81ced80c268ce59d62e223d3b556f12f2"
},
"32bit": {
"url": "https://github.com/fastfetch-cli/fastfetch/releases/download/2.2.2/fastfetch-2.2.2-Win32.7z",
"hash": "805b5b9db0b93eff7b471bf2ea9842caa242f2b042d071d37c08c9e31acaec53"
}
},
"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"
}
}
}
}