ScoopInstaller_Main/bucket/fastfetch.json
2025-11-11 12:31:57 +00:00

32 lines
1.2 KiB
JSON

{
"version": "2.55.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.55.0/fastfetch-windows-amd64.7z",
"hash": "b2d5b92d62d1c94f4a5fd8c5fe7597d9ca77831c6431ce730cf6708a30333d3c"
},
"arm64": {
"url": "https://github.com/fastfetch-cli/fastfetch/releases/download/2.55.0/fastfetch-windows-aarch64.7z",
"hash": "c81c3faf2b67eed71ccbb8ad3f3904daca77447b4e0df8ed7c342e7f299bc028"
}
},
"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"
}
}
}
}