ScoopInstaller_Main/bucket/fastfetch.json
2024-07-01 04:27:31 +00:00

39 lines
1.6 KiB
JSON

{
"version": "2.17.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.17.1/fastfetch-windows-amd64.7z",
"hash": "ad5dc627f29fad3548b369d236437b6cd29489ce0138ddc8f68e990e5e73344a"
},
"32bit": {
"url": "https://github.com/fastfetch-cli/fastfetch/releases/download/2.17.1/fastfetch-windows-i686.7z",
"hash": "cdfece05700b146620f98dd33bf971e5bfff1e5262112a6b0131364c3747820e"
},
"arm64": {
"url": "https://github.com/fastfetch-cli/fastfetch/releases/download/2.17.1/fastfetch-windows-aarch64.7z",
"hash": "dc7d4d92f901c9086fc742594952499dc138003b6221c299076924ba893580a9"
}
},
"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"
}
}
}
}