ScoopInstaller_Main/bucket/fastfetch.json
2024-12-18 08:31:02 +00:00

32 lines
1.2 KiB
JSON

{
"version": "2.32.1",
"description": "A maintained, feature-rich and performance oriented, neofetch like system information tool",
"homepage": "https://github.com/fastfetch-cli/fastfetch",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/fastfetch-cli/fastfetch/releases/download/2.32.1/fastfetch-windows-amd64.7z",
"hash": "69fd78b3f735307ee2f03aea71d9870ffa761c4af197f192f3285dd74ce2a12a"
},
"arm64": {
"url": "https://github.com/fastfetch-cli/fastfetch/releases/download/2.32.1/fastfetch-windows-aarch64.7z",
"hash": "8eb84ef14d92e2c686c7ef4c130311fd727dcec2b8e7c8aedda2e4140c24c543"
}
},
"bin": [
"fastfetch.exe",
"flashfetch.exe"
],
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/fastfetch-cli/fastfetch/releases/download/$version/fastfetch-windows-amd64.7z"
},
"arm64": {
"url": "https://github.com/fastfetch-cli/fastfetch/releases/download/$version/fastfetch-windows-aarch64.7z"
}
}
}
}