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

32 lines
1.2 KiB
JSON

{
"version": "2.40.3",
"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.40.3/fastfetch-windows-amd64.7z",
"hash": "d9367a1eac352e790b5b133765c8ea161973e0a0c568cab44b14e4afe40fd856"
},
"arm64": {
"url": "https://github.com/fastfetch-cli/fastfetch/releases/download/2.40.3/fastfetch-windows-aarch64.7z",
"hash": "aa7ab99c674695f6fc958f8051374f17b1c7b686e9a890f07a295b54871f86db"
}
},
"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"
}
}
}
}