ScoopInstaller_Main/bucket/cockroachdb.json
2023-02-14 04:29:26 +00:00

30 lines
1.0 KiB
JSON

{
"version": "22.2.4",
"description": "The SQL database for global cloud services",
"homepage": "https://www.cockroachlabs.com/",
"license": {
"identifier": "Freeware,BSL-1.1,MIT,...",
"url": "https://github.com/cockroachdb/cockroach/blob/master/LICENSE"
},
"architecture": {
"64bit": {
"url": "https://binaries.cockroachdb.com/cockroach-v22.2.4.windows-6.2-amd64.zip",
"hash": "42e12c2295189afb60b89008d53776806b03afc2190587ebbf22f8a0c69ae297",
"extract_dir": "cockroach-v22.2.4.windows-6.2-amd64"
}
},
"bin": "cockroach.exe",
"checkver": {
"url": "https://www.cockroachlabs.com/docs/stable/install-cockroachdb.html",
"regex": "\"version-name\">v([\\d.]+)<"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://binaries.cockroachdb.com/cockroach-v$version.windows-6.2-amd64.zip",
"extract_dir": "cockroach-v$version.windows-6.2-amd64"
}
}
}
}