ScoopInstaller_Main/bucket/fastfetch.json
2024-07-10 08:29:25 +00:00

39 lines
1.6 KiB
JSON

{
"version": "2.18.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.18.0/fastfetch-windows-amd64.7z",
"hash": "f66a5e19d65761b57d1fb3d1c12034d581d0c5c7035ab1cf17773fda8eb3fd85"
},
"32bit": {
"url": "https://github.com/fastfetch-cli/fastfetch/releases/download/2.18.0/fastfetch-windows-i686.7z",
"hash": "108879efec10cea42769b943acf4d0deef03b1a4b28f184e29f39584cd9ed5a1"
},
"arm64": {
"url": "https://github.com/fastfetch-cli/fastfetch/releases/download/2.18.0/fastfetch-windows-aarch64.7z",
"hash": "e34ee7bca5c19202def8aeada3e885703fa1f4aa4a6438cafb8c5bf124ea1853"
}
},
"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"
}
}
}
}