mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-12 03:31:19 +00:00
32 lines
1.2 KiB
JSON
32 lines
1.2 KiB
JSON
{
|
|
"version": "2.1.2",
|
|
"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.1.2/fastfetch-2.1.2-Win64.7z",
|
|
"hash": "6463da033292d3023f23d9c958dda6d1656ad98c6a5aa5bb9212ebe4fa46dab5"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/fastfetch-cli/fastfetch/releases/download/2.1.2/fastfetch-2.1.2-Win32.7z",
|
|
"hash": "92ef416e520f13d118dd2951a47889837df74de833a7775b5f868e963522559c"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|