ScoopInstaller_Main/bucket/fastfetch.json
2025-03-21 04:29:40 +00:00

32 lines
1.2 KiB
JSON

{
"version": "2.39.1",
"description": "A maintained, feature-rich and performance oriented, neofetch like system information tool",
"homepage": "https://github.com/fastfetch-cli/fastfetch",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/fastfetch-cli/fastfetch/releases/download/2.39.1/fastfetch-windows-amd64.7z",
"hash": "623f8177908efdd2005497224f79c7cd2a9473d5f0a8808b732e0c4d4ccaca0f"
},
"arm64": {
"url": "https://github.com/fastfetch-cli/fastfetch/releases/download/2.39.1/fastfetch-windows-aarch64.7z",
"hash": "3ab369539a87426506c62296a6f76d2bb68c3cddc2663d94975d082877637b59"
}
},
"bin": [
"fastfetch.exe",
"flashfetch.exe"
],
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/fastfetch-cli/fastfetch/releases/download/$version/fastfetch-windows-amd64.7z"
},
"arm64": {
"url": "https://github.com/fastfetch-cli/fastfetch/releases/download/$version/fastfetch-windows-aarch64.7z"
}
}
}
}