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

32 lines
1.2 KiB
JSON

{
"version": "2.3.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.3.3/fastfetch-2.3.3-Win64.7z",
"hash": "ee4fb9e0d696637c9a8b36583a7dc45535824df244549a37606fcca5849c9361"
},
"32bit": {
"url": "https://github.com/fastfetch-cli/fastfetch/releases/download/2.3.3/fastfetch-2.3.3-Win32.7z",
"hash": "c65487bb674da8a724134d8d98163f6250f5ef5fe6b77e9387b356b9682260e3"
}
},
"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"
}
}
}
}