mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-27 11:01:32 +00:00
32 lines
1.2 KiB
JSON
32 lines
1.2 KiB
JSON
{
|
|
"version": "2.3.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.3.1/fastfetch-2.3.1-Win64.7z",
|
|
"hash": "94f78b61f94b627dbda47b31ddc8c295a84e00d26806d6a7924f432f086dc6e8"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/fastfetch-cli/fastfetch/releases/download/2.3.1/fastfetch-2.3.1-Win32.7z",
|
|
"hash": "78bf5a6f90d36cd433317fae66b00d43dc615e478d53f1ac72e01673ebb79d3a"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|