2021-03-01 13:01:48 +00:00

62 lines
1.9 KiB
JSON

{
"version": "5.1.5",
"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.5-windows-x64.zip",
"hash": "2c368da4c4ae881722cc4cbdf5f15b48ba70546879d90285a91a5064003713cb"
},
"32bit": {
"url": "https://daily-builds.s3.amazonaws.com/RavenDB-5.1.5-windows-x86.zip",
"hash": "f19fa3ac92a383404f324484e269c71a50b2abbb16b9a884ab4b7e96840cba16"
}
},
"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"
}
}
}
}