ScoopInstaller_Main/bucket/fastfetch.json
2024-05-21 04:26:48 +00:00

32 lines
1.2 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"
}
},
"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"
}
}
}
}