mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
29 lines
1.0 KiB
JSON
29 lines
1.0 KiB
JSON
{
|
|
"version": "36.0.2",
|
|
"description": "Terminal JSON viewer",
|
|
"homepage": "https://github.com/antonmedv/fx",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/antonmedv/fx/releases/download/36.0.2/fx_windows_amd64.exe#/fx.exe",
|
|
"hash": "b2ac5bbbb39f88612d3da338465b5eb75214101805b61523039bbed073e118b7"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/antonmedv/fx/releases/download/36.0.2/fx_windows_arm64.exe#/fx.exe",
|
|
"hash": "8185fb477c71b2e0142acd54ebd995c40096f3c0c1e19b03dcd2fbd5b0817d40"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|