mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-16 21:51:31 +00:00
* fastfetch: use 7z archive * arm64 --------- Co-authored-by: HUMORCE <humorce@outlook.com>
39 lines
1.6 KiB
JSON
39 lines
1.6 KiB
JSON
{
|
|
"version": "2.0.4",
|
|
"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.0.4/fastfetch-2.0.4-Win64.7z",
|
|
"hash": "e9717dd708d14a9d4663b562851e5eb959f8f2fe5940287ff98baf75c4bfeb33"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/fastfetch-cli/fastfetch/releases/download/2.0.4/fastfetch-2.0.4-Win32.7z",
|
|
"hash": "496e59c04ee457021678cb11e7ab1741d13adc759b98907cbe9c0a87b623bcf8"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/fastfetch-cli/fastfetch/releases/download/2.0.4/fastfetch-2.0.4-WinArm64.7z",
|
|
"hash": "0611438377f55c686fd06991a93710f9f0cd123c7529fb76b52e4de542c65833"
|
|
}
|
|
},
|
|
"bin": [
|
|
"fastfetch.exe",
|
|
"flashfetch.exe"
|
|
],
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/fastfetch-cli/fastfetch/releases/download/$version/fastfetch-$version-Win64.7z"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/fastfetch-cli/fastfetch/releases/download/$version/fastfetch-$version-Win32.7z"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/fastfetch-cli/fastfetch/releases/download/$version/fastfetch-$version-WinArm64.7z"
|
|
}
|
|
}
|
|
}
|
|
}
|