ScoopInstaller_Main/bucket/fastfetch.json
2025-02-19 08:30:19 +00:00

32 lines
1.2 KiB
JSON

{
"version": "2.37.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.37.0/fastfetch-windows-amd64.7z",
"hash": "69149fa86924cbb2c4418d515faf82c0ffdd01a532afdf075f8a84d6a12ace1e"
},
"arm64": {
"url": "https://github.com/fastfetch-cli/fastfetch/releases/download/2.37.0/fastfetch-windows-aarch64.7z",
"hash": "c23ec5ce2d73ed7b2e7c0d5e93fbde8abb43ca48e31699afada5d9d04a915a94"
}
},
"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"
}
}
}
}