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