mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 15:51:23 +00:00
octosql: Add version 0.9.2 (#3804)
This commit is contained in:
parent
deb3362b93
commit
b29369dafb
24
bucket/octosql.json
Normal file
24
bucket/octosql.json
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
{
|
||||||
|
"version": "0.9.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.9.2/octosql_0.9.2_windows_amd64.tar.gz",
|
||||||
|
"hash": "7e53ecd6aa141caaa36429a7720f9fda9e507187f5573646de0e7c126182e15c"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"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"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user