mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 15:21:18 +00:00
* ddosify: Add arm64 architecture * duf: Add arm64 architecture * fx: Add arm64 architecture * hopp-cli: Add arm64 architecture * octosql: Add arm64 architecture * gron: Enable autoupdate * gron: Add arm64 architecture
32 lines
1.3 KiB
JSON
32 lines
1.3 KiB
JSON
{
|
|
"version": "0.12.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.12.0/octosql_0.12.0_windows_amd64.tar.gz",
|
|
"hash": "485417bd673f467142e02e64eaf96b9e87958b555379e6d38208b8dcee7ad2de"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/cube2222/octosql/releases/download/v0.12.0/octosql_0.12.0_windows_arm64.tar.gz",
|
|
"hash": "49d63e35f76d041e1f37d87958626ca6e48361f3b600c18515a00892d7293a4a"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|