mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
32 lines
1.3 KiB
JSON
32 lines
1.3 KiB
JSON
{
|
|
"version": "0.12.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.12.1/octosql_0.12.1_windows_amd64.tar.gz",
|
|
"hash": "f5b59d9b3e3d73a0dce0dddeb51b1d65da7d3378e1867be40a1b04aaf07f48b6"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/cube2222/octosql/releases/download/v0.12.1/octosql_0.12.1_windows_arm64.tar.gz",
|
|
"hash": "ff8b8429a3d1d72eefa22402aa527113e11471564457b7fe5cb88870beffeb73"
|
|
}
|
|
},
|
|
"bin": "octosql.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/cube2222/octosql/releases/download/v$version/octosql_$version_windows_amd64.tar.gz"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/cube2222/octosql/releases/download/v$version/octosql_$version_windows_arm64.tar.gz"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$baseurl/octosql_$version_checksums.txt"
|
|
}
|
|
}
|
|
}
|