2022-09-25 12:31:23 +00:00

25 lines
904 B
JSON

{
"version": "0.10.0",
"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.10.0/octosql_0.10.0_windows_amd64.tar.gz",
"hash": "b4cc0eee8a54b2b075cebd6971b259a22560929f9769c2f75c5518d038b5e4d6"
}
},
"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"
}
}
}
}
}