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