ScoopInstaller_Main/bucket/fastfetch.json
2023-01-24 20:26:24 +00:00

25 lines
812 B
JSON

{
"version": "1.9.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.9.1/fastfetch-1.9.1-windows.zip",
"hash": "008bbd4e588ae187ed0071ab58562658936da8adf55620dfc239ff079026b37e"
}
},
"bin": [
"fastfetch.exe",
"flashfetch.exe"
],
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/LinusDierheimer/fastfetch/releases/download/$version/fastfetch-$version-windows.zip"
}
}
}
}