2023-05-14 08:24:54 +00:00

22 lines
680 B
JSON

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