2024-06-10 04:29:18 +00:00

22 lines
680 B
JSON

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