mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 15:21:18 +00:00
39 lines
1.6 KiB
JSON
39 lines
1.6 KiB
JSON
{
|
|
"version": "2.24.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.24.0/fastfetch-windows-amd64.7z",
|
|
"hash": "400d5497eb655027dbb3d439a1f07ac71a15ed96145b4d4e93eaf5967953fda9"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/fastfetch-cli/fastfetch/releases/download/2.24.0/fastfetch-windows-i686.7z",
|
|
"hash": "3c58187d146c02bf455c01df7523aa3fcdb6ded1effa975c25e8d3e10336bc30"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/fastfetch-cli/fastfetch/releases/download/2.24.0/fastfetch-windows-aarch64.7z",
|
|
"hash": "5a8456053422960e75abafc63db00d1d73d195b50dcc087d695960402029f7f4"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|