ScoopInstaller_Main/bucket/fastfetch.json
2024-05-21 19:07:33 +08:00

39 lines
1.6 KiB
JSON

{
"version": "2.13.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.13.1/fastfetch-windows-amd64.7z",
"hash": "695d956bcde636b0ce833835dd9494df08048a3af9c07e89399f3c819b1efbd1"
},
"32bit": {
"url": "https://github.com/fastfetch-cli/fastfetch/releases/download/2.13.1/fastfetch-windows-i686.7z",
"hash": "99caad5a6261c3f1294792152119e82f35510e249b5201de47aa54b658fa738b"
},
"arm64": {
"url": "https://github.com/fastfetch-cli/fastfetch/releases/download/2.13.1/fastfetch-windows-aarch64.7z",
"hash": "a95d0e872fdb1deccb635516abd62f20d0013541d7a1d17223bc732f5135056e"
}
},
"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"
}
}
}
}