ScoopInstaller_Main/bucket/fastfetch.json
2024-08-05 08:29:35 +00:00

39 lines
1.6 KiB
JSON

{
"version": "2.21.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.21.0/fastfetch-windows-amd64.7z",
"hash": "70ad2f9b814b1eea9d4c0e5a6ba4a98fc4e4e2895da8974a703710c9c9351b58"
},
"32bit": {
"url": "https://github.com/fastfetch-cli/fastfetch/releases/download/2.21.0/fastfetch-windows-i686.7z",
"hash": "5abab4ff4ddb983de38c3693eb64c7232808d48e8d5bcf73e8b45e7b9708d9c3"
},
"arm64": {
"url": "https://github.com/fastfetch-cli/fastfetch/releases/download/2.21.0/fastfetch-windows-aarch64.7z",
"hash": "90ab88b87bb09ea6347afaa89dda8908a4cb781c3a2fcbb3d0f581c22a6bd44a"
}
},
"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"
}
}
}
}