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

32 lines
1.2 KiB
JSON

{
"version": "2.36.1",
"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.36.1/fastfetch-windows-amd64.7z",
"hash": "e332f12832ae08d9863cf181a28044f88e430c78801001af7b394c2392c6e3c4"
},
"arm64": {
"url": "https://github.com/fastfetch-cli/fastfetch/releases/download/2.36.1/fastfetch-windows-aarch64.7z",
"hash": "8f38a4b17240ccba0ccdcae1228bdc12eeb066812d27b4b0d2a8240ea5521a35"
}
},
"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"
}
}
}
}