mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
30 lines
1.0 KiB
JSON
30 lines
1.0 KiB
JSON
{
|
|
"version": "25.3.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-v25.3.4.windows-6.2-amd64.zip",
|
|
"hash": "be023905f0f40b5995899dd53414e9920819adb9b7a3df86c2f15a4099e530d3",
|
|
"extract_dir": "cockroach-v25.3.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"
|
|
}
|
|
}
|
|
}
|
|
}
|