ScoopInstaller_Main/bucket/cockroachdb.json
2021-11-16 16:00:48 +00:00

30 lines
1.0 KiB
JSON

{
"version": "21.2.0",
"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-v21.2.0.windows-6.2-amd64.zip",
"hash": "f574266cb9e43ecfd69c34e348193760b4a381f43257baa007afbe4e42ca0a57",
"extract_dir": "cockroach-v21.2.0.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"
}
}
}
}