2021-01-25 13:00:34 +00:00

62 lines
1.9 KiB
JSON

{
"version": "5.1.3",
"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.3-windows-x64.zip",
"hash": "fbae9aea8c497a7a8ee5c5a857ffae928278afac8622682be3bdabe9df442b7e"
},
"32bit": {
"url": "https://daily-builds.s3.amazonaws.com/RavenDB-5.1.3-windows-x86.zip",
"hash": "1223f73bf6de114287f46328880572a3e385eac25b4f4ca4fe3a446945d358b9"
}
},
"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"
}
}
}
}