2023-04-15 12:29:54 +00:00

22 lines
680 B
JSON

{
"version": "0.14.3",
"description": "Universal command-line interface for SQL databases",
"homepage": "https://github.com/xo/usql",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/xo/usql/releases/download/v0.14.3/usql-0.14.3-windows-amd64.zip",
"hash": "b46ec83eedd4347a0e75c943e2b34723decc5611030349b47ef8e7e8b5d98805"
}
},
"bin": "usql.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/xo/usql/releases/download/v$version/usql-$version-windows-amd64.zip"
}
}
}
}