mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-19 23:21:19 +00:00
22 lines
677 B
JSON
22 lines
677 B
JSON
{
|
|
"version": "0.8.2",
|
|
"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.8.2/usql-0.8.2-windows-amd64.zip",
|
|
"hash": "5de761d02e45f760db01e6774ee3ad7d48eea7f1fa1e5bac67111db86399661e"
|
|
}
|
|
},
|
|
"bin": "usql.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/xo/usql/releases/download/v$version/usql-$version-windows-amd64.zip"
|
|
}
|
|
}
|
|
}
|
|
}
|