2023-12-03 08:25:17 +00:00

22 lines
680 B
JSON

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