mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 15:21:18 +00:00
32 lines
1.2 KiB
JSON
32 lines
1.2 KiB
JSON
{
|
|
"version": "2.35.0",
|
|
"description": "A maintained, feature-rich and performance oriented, neofetch like system information tool",
|
|
"homepage": "https://github.com/fastfetch-cli/fastfetch",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/fastfetch-cli/fastfetch/releases/download/2.35.0/fastfetch-windows-amd64.7z",
|
|
"hash": "d881993f415ebb3dc594752217aacc2b11e0fe4c53d1d0c977d9b8e0a4436cf1"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/fastfetch-cli/fastfetch/releases/download/2.35.0/fastfetch-windows-aarch64.7z",
|
|
"hash": "66790f5c200c5342d8b2fb8bf47d4b2319bf795b0dfb5905ebfb06aac8137533"
|
|
}
|
|
},
|
|
"bin": [
|
|
"fastfetch.exe",
|
|
"flashfetch.exe"
|
|
],
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/fastfetch-cli/fastfetch/releases/download/$version/fastfetch-windows-amd64.7z"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/fastfetch-cli/fastfetch/releases/download/$version/fastfetch-windows-aarch64.7z"
|
|
}
|
|
}
|
|
}
|
|
}
|