mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-06 08:41:20 +00:00
32 lines
1.2 KiB
JSON
32 lines
1.2 KiB
JSON
{
|
|
"version": "2.12.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.12.0/fastfetch-windows-amd64.7z",
|
|
"hash": "cabaa9e5af925fb4270e7051b299553eabf365e55a6d9413555988da3410e5c1"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/fastfetch-cli/fastfetch/releases/download/2.12.0/fastfetch-windows-i686.7z",
|
|
"hash": "12228c2c952f14ac82e868c1bec91b33760b77597cccdcb1feb2f6c6edc104d3"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|