ScoopInstaller_Main/bucket/fastfetch.json
2024-07-26 08:28:51 +00:00

39 lines
1.6 KiB
JSON

{
"version": "2.20.0",
"description": "A neofetch-like tool for fetching system information and displaying them in a pretty way",
"homepage": "https://github.com/fastfetch-cli/fastfetch",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/fastfetch-cli/fastfetch/releases/download/2.20.0/fastfetch-windows-amd64.7z",
"hash": "f35c09c834a46c27f90b5bc3087601a4508a8aac2faa5e5a9add9d5d3f9f95b4"
},
"32bit": {
"url": "https://github.com/fastfetch-cli/fastfetch/releases/download/2.20.0/fastfetch-windows-i686.7z",
"hash": "e5ad7da8826284ef08373758fae2f2bd2774169e983af1cff830ceb0c2741246"
},
"arm64": {
"url": "https://github.com/fastfetch-cli/fastfetch/releases/download/2.20.0/fastfetch-windows-aarch64.7z",
"hash": "31b423a02d1598f31aa60bf169b0ac59420c21c1958ffefe22948e20259f8204"
}
},
"bin": [
"fastfetch.exe",
"flashfetch.exe"
],
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/fastfetch-cli/fastfetch/releases/download/$version/fastfetch-windows-amd64.7z"
},
"32bit": {
"url": "https://github.com/fastfetch-cli/fastfetch/releases/download/$version/fastfetch-windows-i686.7z"
},
"arm64": {
"url": "https://github.com/fastfetch-cli/fastfetch/releases/download/$version/fastfetch-windows-aarch64.7z"
}
}
}
}