mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-10 18:51:21 +00:00
39 lines
1.6 KiB
JSON
39 lines
1.6 KiB
JSON
{
|
|
"version": "2.15.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.15.0/fastfetch-windows-amd64.7z",
|
|
"hash": "8e2f3022c8c25caf374c5d7ff2079e5b807aa5035b228e5370f0a3644ebb56cc"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/fastfetch-cli/fastfetch/releases/download/2.15.0/fastfetch-windows-i686.7z",
|
|
"hash": "002499feafe8c6c2d7f55304cdea3cbe35e78c4d8158036e391c4241836af982"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/fastfetch-cli/fastfetch/releases/download/2.15.0/fastfetch-windows-aarch64.7z",
|
|
"hash": "8923dee57ee866b55bc33f2ee4896d11425b654bec645efcc42577a65da0c36c"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|