2020-08-17 12:00:26 +00:00

62 lines
1.9 KiB
JSON

{
"homepage": "https://ravendb.net",
"description": "NoSQL database built on .NET Core.",
"version": "5.0.2",
"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-5.0.2-windows-x86.zip",
"hash": "aa552762bac068f7cf81b42c0e5c734c8928bc71184471052dacfe8f9569c8cf"
},
"64bit": {
"url": "https://daily-builds.s3.amazonaws.com/RavenDB-5.0.2-windows-x64.zip",
"hash": "216ed0e9d5e3760cef9952e7a8b9b2fc280977cc3c9cd748ce560366a6af30a1"
}
},
"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"
}
}
}
}