ScoopInstaller_Main/bucket/fastfetch.json
2024-08-09 08:29:18 +00:00

39 lines
1.6 KiB
JSON

{
"version": "2.21.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.21.1/fastfetch-windows-amd64.7z",
"hash": "9e7e9795d60dfaaa0ea9f4988e4f1ee8f100091e90b3103ba60f90d5e4152e3e"
},
"32bit": {
"url": "https://github.com/fastfetch-cli/fastfetch/releases/download/2.21.1/fastfetch-windows-i686.7z",
"hash": "2efc60022eab7e6075ef58a71dc1837f5c2ada6d2c24aaf71fea4da9331ead23"
},
"arm64": {
"url": "https://github.com/fastfetch-cli/fastfetch/releases/download/2.21.1/fastfetch-windows-aarch64.7z",
"hash": "1389c24912a7b17ecd30ee8c952907352ffbe534a597d124b4fcd23b087219a2"
}
},
"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"
}
}
}
}