2023-04-02 12:30:14 +00:00

22 lines
680 B
JSON

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