mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-30 04:21:20 +00:00
25 lines
904 B
JSON
25 lines
904 B
JSON
{
|
|
"version": "0.11.1",
|
|
"description": "Query tool that allows you to join, analyse and transform data from multiple databases and file formats using SQL.",
|
|
"homepage": "https://github.com/cube2222/octosql",
|
|
"license": "MPL-2.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/cube2222/octosql/releases/download/v0.11.1/octosql_0.11.1_windows_amd64.tar.gz",
|
|
"hash": "96fd09f29125468e2510c65806e25a3016374c52244fe00879409367a6668271"
|
|
}
|
|
},
|
|
"bin": "octosql.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/cube2222/octosql/releases/download/v$version/octosql_$version_windows_amd64.tar.gz",
|
|
"hash": {
|
|
"url": "$baseurl/octosql_$version_checksums.txt"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|