ScoopInstaller_Main/bucket/fastfetch.json
2024-09-03 04:28:38 +00:00

39 lines
1.6 KiB
JSON

{
"version": "2.23.0",
"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.23.0/fastfetch-windows-amd64.7z",
"hash": "d2737e82d3c4f2c4f85956384ae99c0b7fbf9d885017c4ef0613918ff49237b0"
},
"32bit": {
"url": "https://github.com/fastfetch-cli/fastfetch/releases/download/2.23.0/fastfetch-windows-i686.7z",
"hash": "60705c1490951aa4df5ec94f34f9d5629eacf867b0a83ba995187702d0a1a79c"
},
"arm64": {
"url": "https://github.com/fastfetch-cli/fastfetch/releases/download/2.23.0/fastfetch-windows-aarch64.7z",
"hash": "173675ee2eae50e1515d30720ebeb391db3710b50d79310dc10d7b5e44d41d88"
}
},
"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"
}
}
}
}