2023-07-04 00:34:17 +00:00

22 lines
683 B
JSON

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