2021-02-01 16:00:34 +00:00

62 lines
1.9 KiB
JSON

{
"version": "5.1.4",
"description": "NoSQL database built on .NET Core.",
"homepage": "https://ravendb.net",
"license": {
"identifier": "Freeware",
"url": "https://ravendb.net/terms/commercial"
},
"suggest": {
"Visual C++ Redistributable 2015": "extras/vcredist2015"
},
"architecture": {
"64bit": {
"url": "https://daily-builds.s3.amazonaws.com/RavenDB-5.1.4-windows-x64.zip",
"hash": "26b58994f3132015792f3f1c03e84f1c78dffd85e4fa404c798f6fcf596c75ca"
},
"32bit": {
"url": "https://daily-builds.s3.amazonaws.com/RavenDB-5.1.4-windows-x86.zip",
"hash": "6a2a9e998e4c3cc952df28a42085e051436dd4f01949c0b1c897361766629735"
}
},
"installer": {
"script": [
"if(!(Test-Path \"$persist_dir\\Server\\settings.json\")){",
" Copy-Item \"$dir\\Server\\settings.default.json\" \"$dir\\Server\\settings.json\"",
"}"
]
},
"bin": [
"Server\\rvn.exe",
"Server\\Raven.Server.exe",
"Server\\Raven.Debug.exe",
[
"run.ps1",
"raven-run"
],
[
"setup-as-service.ps1",
"raven-setup-as-service"
],
[
"uninstall-service.ps1",
"raven-uninstall-service"
]
],
"persist": "Server\\settings.json",
"checkver": {
"url": "https://ravendb.net/download",
"regex": "Latest STABLE <span class=\"text-primary\">([\\d.]+)</span></h1>"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://daily-builds.s3.amazonaws.com/RavenDB-$version-windows-x64.zip"
},
"32bit": {
"url": "https://daily-builds.s3.amazonaws.com/RavenDB-$version-windows-x86.zip"
}
}
}
}