mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-28 11:31:42 +00:00
32 lines
1.2 KiB
JSON
32 lines
1.2 KiB
JSON
{
|
|
"version": "2.13.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.13.0/fastfetch-windows-amd64.7z",
|
|
"hash": "10fe82c23336f6d4a203abe68d43d956a5f662fe5dda49cbca162f776c8204ad"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/fastfetch-cli/fastfetch/releases/download/2.13.0/fastfetch-windows-i686.7z",
|
|
"hash": "72fe0fd457c80caa60f1177a18b09ce59bebcb344e06f4d990cc3f6d843bbab9"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|