2022-08-26 08:29:56 +00:00

22 lines
683 B
JSON

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