2021-08-21 22:22:31 -07:00

22 lines
677 B
JSON

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