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

39 lines
1.6 KiB
JSON

{
"version": "2.17.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.17.0/fastfetch-windows-amd64.7z",
"hash": "64b92e745fd6fdf1b34cf968bdbf4e23370b572789dbfd9d86ce9ebcd12e2b8b"
},
"32bit": {
"url": "https://github.com/fastfetch-cli/fastfetch/releases/download/2.17.0/fastfetch-windows-i686.7z",
"hash": "48b0417fff4b0c4ea6c7052c8410ded8c26241745d2f91cb86a427dfa6c97cf3"
},
"arm64": {
"url": "https://github.com/fastfetch-cli/fastfetch/releases/download/2.17.0/fastfetch-windows-aarch64.7z",
"hash": "5c90e6be77f7b3401418102c33c2c623a167d6d13d9a834b4f1c2c7aa6396020"
}
},
"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"
}
}
}
}