ScoopInstaller_Main/bucket/fastfetch.json
2025-08-16 16:29:48 +00:00

32 lines
1.2 KiB
JSON

{
"version": "2.50.2",
"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.50.2/fastfetch-windows-amd64.7z",
"hash": "c01c2d5592a8834cae61687aa160ca768e1b7d83427ec9a5a14a16651c23b5d9"
},
"arm64": {
"url": "https://github.com/fastfetch-cli/fastfetch/releases/download/2.50.2/fastfetch-windows-aarch64.7z",
"hash": "df9d79c21d99f21dc6ac652992c320ec57f2838d857a19ed54036233e0e4e29c"
}
},
"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"
}
}
}
}