mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-03 06:24:27 +00:00
29 lines
1.0 KiB
JSON
29 lines
1.0 KiB
JSON
{
|
|
"version": "37.0.1",
|
|
"description": "Terminal JSON viewer",
|
|
"homepage": "https://github.com/antonmedv/fx",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/antonmedv/fx/releases/download/37.0.1/fx_windows_amd64.exe#/fx.exe",
|
|
"hash": "ecf4b7b05e426a44616e018bf4bf135b772e6c303a5c2a66628915e6eeff9940"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/antonmedv/fx/releases/download/37.0.1/fx_windows_arm64.exe#/fx.exe",
|
|
"hash": "e6dd25ca76d56fa5c04dac7dead3272450bb74b9fde42dd40c02de15406a5ceb"
|
|
}
|
|
},
|
|
"bin": "fx.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/antonmedv/fx/releases/download/$version/fx_windows_amd64.exe#/fx.exe"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/antonmedv/fx/releases/download/$version/fx_windows_arm64.exe#/fx.exe"
|
|
}
|
|
}
|
|
}
|
|
}
|