2025-04-06 00:40:07 +00:00

22 lines
683 B
JSON

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