ScoopInstaller_Main/bucket/fastfetch.json
2026-01-12 04:39:35 +00:00

32 lines
1.2 KiB
JSON

{
"version": "2.57.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.57.0/fastfetch-windows-amd64.7z",
"hash": "aa26343ec329d405e68c89d2427edb0ac2e09c0c58251292b3df4a0744fb6f90"
},
"arm64": {
"url": "https://github.com/fastfetch-cli/fastfetch/releases/download/2.57.0/fastfetch-windows-aarch64.7z",
"hash": "376ba3958806a2b68d75dcd592fb436c524cc7afcacc8aa8e51d6ecba7d4c107"
}
},
"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"
}
}
}
}