mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 06:41:19 +00:00
32 lines
1.3 KiB
JSON
32 lines
1.3 KiB
JSON
{
|
|
"version": "0.12.2",
|
|
"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.2/octosql_0.12.2_windows_amd64.tar.gz",
|
|
"hash": "a4221ab256843b999a944f15aa7b788a21fe8d2e9cc8193a860dea16360166dc"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/cube2222/octosql/releases/download/v0.12.2/octosql_0.12.2_windows_arm64.tar.gz",
|
|
"hash": "b221881b700c0162eec4fcd3eec0a27b714d23827a08b082e1d36baa8bdb0d73"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|