mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 15:21:18 +00:00
22 lines
680 B
JSON
22 lines
680 B
JSON
{
|
|
"version": "0.15.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.15.0/usql-0.15.0-windows-amd64.zip",
|
|
"hash": "a63706e01a900494d7c8e124357bca48165fae5ec959549cd60804c017e87e73"
|
|
}
|
|
},
|
|
"bin": "usql.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/xo/usql/releases/download/v$version/usql-$version-windows-amd64.zip"
|
|
}
|
|
}
|
|
}
|
|
}
|