mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-10-31 22:01:19 +00:00
32 lines
1.2 KiB
JSON
32 lines
1.2 KiB
JSON
{
|
|
"version": "2.54.0",
|
|
"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.54.0/fastfetch-windows-amd64.7z",
|
|
"hash": "807189f036820df092a13b04a452fcd12080fdd196a9c8c6f6a5f2fbb8b8dd63"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/fastfetch-cli/fastfetch/releases/download/2.54.0/fastfetch-windows-aarch64.7z",
|
|
"hash": "bc11fd8b6b16d62705945680dbde5f7995ee00f2588b6355ab9b8002edfc8a66"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|