2022-12-19 20:26:52 +00:00

22 lines
680 B
JSON

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