2020-01-21 12:01:50 +00:00

62 lines
1.9 KiB
JSON

{
"homepage": "https://ravendb.net",
"description": "NoSQL database built on .NET Core.",
"version": "4.2.8",
"license": {
"identifier": "Freeware",
"url": "https://ravendb.net/terms/commercial"
},
"suggest": {
"Visual C++ Redistributable 2015": "extras/vcredist2015"
},
"architecture": {
"32bit": {
"url": "https://daily-builds.s3.amazonaws.com/RavenDB-4.2.8-windows-x86.zip",
"hash": "f3357901c4abab113ecd0a9f0595c535b534542866cd0d06a6bbf1cb257c6e1c"
},
"64bit": {
"url": "https://daily-builds.s3.amazonaws.com/RavenDB-4.2.8-windows-x64.zip",
"hash": "8c904d893304ed919e6a39cc82e1eb7c193a887f3d88e7b22f131aa5d29753ef"
}
},
"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": {
"32bit": {
"url": "https://daily-builds.s3.amazonaws.com/RavenDB-$version-windows-x86.zip"
},
"64bit": {
"url": "https://daily-builds.s3.amazonaws.com/RavenDB-$version-windows-x64.zip"
}
}
}
}