ScoopInstaller_Main/bucket/fastfetch.json
2024-12-09 12:33:47 +00:00

32 lines
1.2 KiB
JSON

{
"version": "2.31.0",
"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.31.0/fastfetch-windows-amd64.7z",
"hash": "bc0878e218cdf519dd22e53881b728a2f5da446cecc8bc921a0eabee5e642799"
},
"arm64": {
"url": "https://github.com/fastfetch-cli/fastfetch/releases/download/2.31.0/fastfetch-windows-aarch64.7z",
"hash": "e8e428cbf1cf0211f0dea27f25b6fe44c589e92865a3e610065c9cc7751845d5"
}
},
"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"
}
}
}
}