2023-05-02 00:33:20 +00:00

22 lines
680 B
JSON

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