ScoopInstaller_Main/bucket/fastfetch.json
2023-02-21 16:29:51 +00:00

32 lines
1.2 KiB
JSON

{
"version": "1.10.1",
"description": "A neofetch-like tool for fetching system information and displaying them in a pretty way",
"homepage": "https://github.com/LinusDierheimer/fastfetch",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/LinusDierheimer/fastfetch/releases/download/1.10.1/fastfetch-1.10.1-win64.zip",
"hash": "f3ea1aebc0424e2f4092d391bb514f9153d2fbafb05841789a7ca63d6de4f54e"
},
"32bit": {
"url": "https://github.com/LinusDierheimer/fastfetch/releases/download/1.10.1/fastfetch-1.10.1-win32.zip",
"hash": "3ece662e53461b08c0ed2827bd60786bb42a52c391dc7258c3d0210441065cf7"
}
},
"bin": [
"fastfetch.exe",
"flashfetch.exe"
],
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/LinusDierheimer/fastfetch/releases/download/$version/fastfetch-$version-win64.zip"
},
"32bit": {
"url": "https://github.com/LinusDierheimer/fastfetch/releases/download/$version/fastfetch-$version-win32.zip"
}
}
}
}