ScoopInstaller_Main/bucket/fastfetch.json
2024-04-16 05:07:21 +00:00

32 lines
1.2 KiB
JSON

{
"version": "2.9.2",
"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.9.2/fastfetch-windows-amd64.7z",
"hash": "ba9a2b50ed9812776c666a93c2463a4c487aae2f7ada763fd985f521b890f2dc"
},
"32bit": {
"url": "https://github.com/fastfetch-cli/fastfetch/releases/download/2.9.2/fastfetch-windows-i686.7z",
"hash": "e41d0667d5c42a1bd0513b35e4a252c2538321071a05ac069d849191a6767a36"
}
},
"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"
}
}
}
}