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

32 lines
1.2 KiB
JSON

{
"version": "2.9.1",
"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.1/fastfetch-windows-amd64.7z",
"hash": "d39f367bfeb1065ab1bcce242a7552eb0357da42461f1bb897e8b5db9f980b4a"
},
"32bit": {
"url": "https://github.com/fastfetch-cli/fastfetch/releases/download/2.9.1/fastfetch-windows-i686.7z",
"hash": "cc83f079d8f72444b60198c33a4fe50e53e1d4de4bd11aed7fccc121fda718be"
}
},
"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"
}
}
}
}