ScoopInstaller_Main/bucket/fastfetch.json
2024-06-19 08:28:59 +00:00

39 lines
1.6 KiB
JSON

{
"version": "2.16.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.16.0/fastfetch-windows-amd64.7z",
"hash": "61a161fafc352a00268abe12b7d347d766d525e895577b68f117ae82d0e49478"
},
"32bit": {
"url": "https://github.com/fastfetch-cli/fastfetch/releases/download/2.16.0/fastfetch-windows-i686.7z",
"hash": "6a9bc9e903d61a69c062cbd2f5cb5adb48e5efbf96401fafdada1338570f36d2"
},
"arm64": {
"url": "https://github.com/fastfetch-cli/fastfetch/releases/download/2.16.0/fastfetch-windows-aarch64.7z",
"hash": "abd4f4b7329883221d814f83bcb05c14b146b48efcbd33010905bdb1ea4d7745"
}
},
"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"
}
}
}
}