ScoopInstaller_Main/bucket/fastfetch.json
2024-08-15 08:29:23 +00:00

39 lines
1.6 KiB
JSON

{
"version": "2.21.3",
"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.21.3/fastfetch-windows-amd64.7z",
"hash": "a7de38d9fa9d5363f292ea3584498c739009541aeda3d51d87a1fdf185b34723"
},
"32bit": {
"url": "https://github.com/fastfetch-cli/fastfetch/releases/download/2.21.3/fastfetch-windows-i686.7z",
"hash": "34780901b1b7494c32b8e3835779aefd959621d17badc5a86caaef007b53440b"
},
"arm64": {
"url": "https://github.com/fastfetch-cli/fastfetch/releases/download/2.21.3/fastfetch-windows-aarch64.7z",
"hash": "e09ed9c6957bcbd7513b74d3954d8482b12920dfb2154299d0ec2a76aeab52fb"
}
},
"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"
},
"arm64": {
"url": "https://github.com/fastfetch-cli/fastfetch/releases/download/$version/fastfetch-windows-aarch64.7z"
}
}
}
}