mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 07:11:21 +00:00
32 lines
1.2 KiB
JSON
32 lines
1.2 KiB
JSON
{
|
|
"version": "2.47.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.47.0/fastfetch-windows-amd64.7z",
|
|
"hash": "c9d4446e10fa894770a0d53d2a5dc88b09fedbf5da1ebf46bcd2d3e373dfe12f"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/fastfetch-cli/fastfetch/releases/download/2.47.0/fastfetch-windows-aarch64.7z",
|
|
"hash": "9d9e606defb2c692050aa6ee62f577bce99ec160f6ed609d9049c75e346f7f12"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|