ScoopInstaller_Main/bucket/fastfetch.json
2024-05-06 16:29:46 +00:00

32 lines
1.2 KiB
JSON

{
"version": "2.11.4",
"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.11.4/fastfetch-windows-amd64.7z",
"hash": "ea1f0ab5ed9c0d4c1fff09dd7f4b248b5a6fb076f3468b46bd59daa0ea452ac1"
},
"32bit": {
"url": "https://github.com/fastfetch-cli/fastfetch/releases/download/2.11.4/fastfetch-windows-i686.7z",
"hash": "0828100f693b6f19e517ccc6f85e5d05fe25f6df52e83ed61245c60aef23ea14"
}
},
"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"
}
}
}
}