ScoopInstaller_Main/bucket/fastfetch.json
2023-12-08 00:32:45 +00:00

32 lines
1.2 KiB
JSON

{
"version": "2.3.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.3.4/fastfetch-2.3.4-Win64.7z",
"hash": "14490772ff8ac3bae1eff9cbd52ce05a980b908e50e737e313876634ace07e3a"
},
"32bit": {
"url": "https://github.com/fastfetch-cli/fastfetch/releases/download/2.3.4/fastfetch-2.3.4-Win32.7z",
"hash": "32eb23cf05b3bf6733e24bd6620efe8dc65a93f48e344c6ecf14d2b32d627df3"
}
},
"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"
}
}
}
}