ScoopInstaller_Main/bucket/fastfetch.json
2023-07-03 12:31:23 +00:00

32 lines
1.2 KiB
JSON

{
"version": "1.12.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/1.12.1/fastfetch-1.12.1-Win64.zip",
"hash": "567a5171eab530ceb483725fb1ae3afe561b57fe8c8a0fc33570b6ff1dcf8b1f"
},
"32bit": {
"url": "https://github.com/fastfetch-cli/fastfetch/releases/download/1.12.1/fastfetch-1.12.1-Win32.zip",
"hash": "9856012ed0595533792a90ff767bee4650ee265d7ab7c845afa338b9dd4739da"
}
},
"bin": [
"fastfetch.exe",
"flashfetch.exe"
],
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/fastfetch-cli/fastfetch/releases/download/$version/fastfetch-$version-Win64.zip"
},
"32bit": {
"url": "https://github.com/fastfetch-cli/fastfetch/releases/download/$version/fastfetch-$version-Win32.zip"
}
}
}
}