2020-02-12 14:01:54 +00:00

23 lines
693 B
JSON

{
"homepage": "https://github.com/antonmedv/fx",
"version": "18.0.1",
"license": "MIT",
"description": "Terminal JSON viewer",
"architecture": {
"64bit": {
"url": "https://github.com/antonmedv/fx/releases/download/18.0.1/fx-win.exe.zip",
"hash": "4e9b17a987600745e36b5c15efab1f7b75ebc6df2ea5a467c763895630e83d02"
}
},
"pre_install": "Rename-Item \"$dir\\fx-win.exe\" 'fx.exe'",
"bin": "fx.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/antonmedv/fx/releases/download/$version/fx-win.exe.zip"
}
}
}
}