mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-28 19:44:24 +00:00
29 lines
1.0 KiB
JSON
29 lines
1.0 KiB
JSON
{
|
|
"version": "39.0.2",
|
|
"description": "Terminal JSON viewer",
|
|
"homepage": "https://github.com/antonmedv/fx",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/antonmedv/fx/releases/download/39.0.2/fx_windows_amd64.exe#/fx.exe",
|
|
"hash": "e8ee7f9504323a310ea6d06fb5db8c15747428a03a976d69aa8164942e5c276b"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/antonmedv/fx/releases/download/39.0.2/fx_windows_arm64.exe#/fx.exe",
|
|
"hash": "d96c1aa7e1270b40e84684a42c225a536ccdcf1d48370e10af59377500738519"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|