ScoopInstaller_Main/bucket/fastfetch.json
2024-05-02 16:28:24 +00:00

32 lines
1.2 KiB
JSON

{
"version": "2.11.1",
"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.11.1/fastfetch-windows-amd64.7z",
"hash": "a95cbfaafca07eaa8a42d7bb4ed9fafe2b904cf8b7ddbe042fa3222b7bdf103d"
},
"32bit": {
"url": "https://github.com/fastfetch-cli/fastfetch/releases/download/2.11.1/fastfetch-windows-i686.7z",
"hash": "4c62fa01c966b48aad2cfefc526e04b4f8a3544dd821b254cbfd408d06e12c67"
}
},
"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"
}
}
}
}