ScoopInstaller_Main/bucket/cockroachdb.json
2022-09-29 20:30:06 +00:00

30 lines
1.0 KiB
JSON

{
"version": "22.1.8",
"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.1.8.windows-6.2-amd64.zip",
"hash": "a8978e4217ad25f87cfb73cdd87a91c60946de7a420b0e0f8a8c34fa773b197d",
"extract_dir": "cockroach-v22.1.8.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"
}
}
}
}