2025-01-21 16:31:14 +00:00

62 lines
1.8 KiB
JSON

{
"version": "6.2.3",
"description": "NoSQL database built on .NET Core",
"homepage": "https://ravendb.net",
"license": {
"identifier": "Freeware",
"url": "https://ravendb.net/terms/commercial"
},
"suggest": {
"vcredist": "extras/vcredist2022"
},
"architecture": {
"64bit": {
"url": "https://daily-builds.s3.amazonaws.com/RavenDB-6.2.3-windows-x64.zip",
"hash": "eeef9b301fd63613ea29dec069fa38f09b03fa67cd561acb96009ce1848f6186"
},
"32bit": {
"url": "https://daily-builds.s3.amazonaws.com/RavenDB-6.2.3-windows-x86.zip",
"hash": "083b35a6beb58f878105cfc07e25e4f5caec725fee92d737bb95dcf0d06706f6"
}
},
"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/whats-new",
"regex": "([\\d.]+)\\s*\\(\\d+"
},
"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"
}
}
}
}