ScoopInstaller_Main/bucket/fastfetch.json
2025-08-29 04:29:25 +00:00

32 lines
1.2 KiB
JSON

{
"version": "2.51.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.51.0/fastfetch-windows-amd64.7z",
"hash": "97a07dcb7b6fbe10a2bed0e37c95b73625f5a32ccba834ad99c4c7217e0a1107"
},
"arm64": {
"url": "https://github.com/fastfetch-cli/fastfetch/releases/download/2.51.0/fastfetch-windows-aarch64.7z",
"hash": "e656298d08712c760fa2950ed21676c70fe87420ec67bd63e8e7854009d42a43"
}
},
"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"
}
}
}
}