2022-08-03 16:31:33 +00:00

22 lines
683 B
JSON

{
"version": "0.11.12",
"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.11.12/usql-0.11.12-windows-amd64.zip",
"hash": "a388d8c506b26eac7ccf626e21217d2dddadc85bcaa29ea794ef253ca787ecd4"
}
},
"bin": "usql.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/xo/usql/releases/download/v$version/usql-$version-windows-amd64.zip"
}
}
}
}