ScoopInstaller_Main/bucket/fastfetch.json
2024-04-04 09:07:38 +00:00

32 lines
1.2 KiB
JSON

{
"version": "2.9.0",
"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.0/fastfetch-windows-amd64.7z",
"hash": "31ca164133aca69fbc5b17c6a815eb18e24b512bd908f43145aef72f034acf89"
},
"32bit": {
"url": "https://github.com/fastfetch-cli/fastfetch/releases/download/2.9.0/fastfetch-windows-i686.7z",
"hash": "f014a8960cbdddc278dd72dbb3aef4c4764049c059e9b75fba04339968dc2802"
}
},
"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"
}
}
}
}