2025-07-22 12:31:42 +00:00

62 lines
1.8 KiB
JSON

{
"version": "7.1.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.1.1-windows-x64.zip",
"hash": "eb01f53fac8c6a2279bb463c61076b492e9e485b7f5a03ef265fde51c7516411"
},
"32bit": {
"url": "https://daily-builds.s3.amazonaws.com/RavenDB-7.1.1-windows-x86.zip",
"hash": "9cc0f734b329d69620e8a7ad1fbfc4c5380309e6e7ffd7fb35125b3da20029ce"
}
},
"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"
}
}
}
}