ScoopInstaller_Main/bucket/fastfetch.json
2024-09-19 04:29:17 +00:00

39 lines
1.6 KiB
JSON

{
"version": "2.25.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.25.0/fastfetch-windows-amd64.7z",
"hash": "1064e7056b86cde9b8a65ea668a7e728a36b73fcee7e61bf6b7841d3020ad18c"
},
"32bit": {
"url": "https://github.com/fastfetch-cli/fastfetch/releases/download/2.25.0/fastfetch-windows-i686.7z",
"hash": "71c98b7739761f3b220e88b8e0455da8e4340937ee3aa31edd3ef275889a2c4b"
},
"arm64": {
"url": "https://github.com/fastfetch-cli/fastfetch/releases/download/2.25.0/fastfetch-windows-aarch64.7z",
"hash": "c54c9c36902d3ff064c607f317e591384f67af184c76458973933b0e4cd8d5f6"
}
},
"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"
}
}
}
}