2020-06-17 23:33:13 +02:00

23 lines
693 B
JSON

{
"homepage": "https://github.com/antonmedv/fx",
"version": "19.0.1",
"license": "MIT",
"description": "Terminal JSON viewer",
"architecture": {
"64bit": {
"url": "https://github.com/antonmedv/fx/releases/download/19.0.1/fx-win.exe.zip",
"hash": "a5d552376c56c75e2c5bc64a2b21106f7999ddf57262a23161da5690b1d477a4"
}
},
"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"
}
}
}
}