mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-24 17:41:18 +00:00
32 lines
1.2 KiB
JSON
32 lines
1.2 KiB
JSON
{
|
|
"version": "2.7.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.7.0/fastfetch-2.7.0-Win64.7z",
|
|
"hash": "c75bb0bc0f382ff0ffabcad806299f9948d8ea3dd259583d9724cdff04e03946"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/fastfetch-cli/fastfetch/releases/download/2.7.0/fastfetch-2.7.0-Win32.7z",
|
|
"hash": "7081fd221a4350e44bde56ea0bd16d6cbebad7f6c0c51ca2e7c97663a7136448"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|