2025-03-27 16:30:17 +00:00

62 lines
1.8 KiB
JSON

{
"version": "7.0.1",
"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-7.0.1-windows-x64.zip",
"hash": "af1b292b792e1284adf53b25abd12999f2f0c9cb0111c2edaebf90051601351d"
},
"32bit": {
"url": "https://daily-builds.s3.amazonaws.com/RavenDB-7.0.1-windows-x86.zip",
"hash": "65ee4f666b31a1dd31819fbbaeb531796867048a5af2b4613bffbbad4ddaf629"
}
},
"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"
}
}
}
}