ScoopInstaller_Main/bucket/fastfetch.json
2024-05-06 20:26:17 +00:00

32 lines
1.2 KiB
JSON

{
"version": "2.11.5",
"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.5/fastfetch-windows-amd64.7z",
"hash": "6139ec1ede8fa3b197eb831a558859b1e6d2eccd02d2407ab280268041a683fb"
},
"32bit": {
"url": "https://github.com/fastfetch-cli/fastfetch/releases/download/2.11.5/fastfetch-windows-i686.7z",
"hash": "4f883c0237ed8e3f2cf7836a066ee3c2340d7920382593974d80e7a997f44fa0"
}
},
"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"
}
}
}
}