ScoopInstaller_Main/bucket/fastfetch.json
2023-10-02 12:31:03 +00:00

32 lines
1.2 KiB
JSON

{
"version": "2.1.0",
"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.0/fastfetch-2.1.0-Win64.7z",
"hash": "9c812079ca1e8ae2c7fc8cfef808492dcf9f79fdaa4c7bbf1fbe1c61649d3b22"
},
"32bit": {
"url": "https://github.com/fastfetch-cli/fastfetch/releases/download/2.1.0/fastfetch-2.1.0-Win32.7z",
"hash": "c9a17f96c06fa7fb392f873b8ae7f8f03661a23ff94e77124801afdd7211e83a"
}
},
"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"
}
}
}
}