ScoopInstaller_Main/bucket/fastfetch.json
2024-04-30 16:28:18 +00:00

32 lines
1.2 KiB
JSON

{
"version": "2.11.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.11.0/fastfetch-windows-amd64.7z",
"hash": "687fb0569b1af7d958ecf9f816d0e9678011da38c4e1100c8e3bab74d5252ebd"
},
"32bit": {
"url": "https://github.com/fastfetch-cli/fastfetch/releases/download/2.11.0/fastfetch-windows-i686.7z",
"hash": "1c4094b057f7253e8980ba5fe293abdff91e47d85baf353a7b6708f657bc7379"
}
},
"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"
}
}
}
}