mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-24 17:41:18 +00:00
25 lines
812 B
JSON
25 lines
812 B
JSON
{
|
|
"version": "1.9.0",
|
|
"description": "A neofetch-like tool for fetching system information and displaying them in a pretty way",
|
|
"homepage": "https://github.com/LinusDierheimer/fastfetch",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/LinusDierheimer/fastfetch/releases/download/1.9.0/fastfetch-1.9.0-windows.zip",
|
|
"hash": "f8ec4da5901d8bcac88f0fbc31ab2205087f2b07561f684843c81d9a7f20fcd2"
|
|
}
|
|
},
|
|
"bin": [
|
|
"fastfetch.exe",
|
|
"flashfetch.exe"
|
|
],
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/LinusDierheimer/fastfetch/releases/download/$version/fastfetch-$version-windows.zip"
|
|
}
|
|
}
|
|
}
|
|
}
|