ScoopInstaller_Main/bucket/fastfetch.json
2024-07-23 04:27:58 +00:00

39 lines
1.6 KiB
JSON

{
"version": "2.19.1",
"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.19.1/fastfetch-windows-amd64.7z",
"hash": "cf52d77bd2967d56e839470e2dfb9fc8ec0191ec68cd971b74d5e2642b52d61d"
},
"32bit": {
"url": "https://github.com/fastfetch-cli/fastfetch/releases/download/2.19.1/fastfetch-windows-i686.7z",
"hash": "2beb4fe8ed1c467d2b10848a334ece06e64023a7876a9d205a693def96fe1ab2"
},
"arm64": {
"url": "https://github.com/fastfetch-cli/fastfetch/releases/download/2.19.1/fastfetch-windows-aarch64.7z",
"hash": "699343f5b227fbb2d121438f8549a8a4febe199c5b2d64189493fad5b8ca0e6b"
}
},
"bin": [
"fastfetch.exe",
"flashfetch.exe"
],
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/fastfetch-cli/fastfetch/releases/download/$version/fastfetch-windows-amd64.7z"
},
"32bit": {
"url": "https://github.com/fastfetch-cli/fastfetch/releases/download/$version/fastfetch-windows-i686.7z"
},
"arm64": {
"url": "https://github.com/fastfetch-cli/fastfetch/releases/download/$version/fastfetch-windows-aarch64.7z"
}
}
}
}