2022-10-12 12:32:25 +00:00

62 lines
1.8 KiB
JSON

{
"version": "5.4.4",
"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/vcredist2022"
},
"architecture": {
"64bit": {
"url": "https://daily-builds.s3.amazonaws.com/RavenDB-5.4.4-windows-x64.zip",
"hash": "33a8e6002bdba5a42a7b56fd7e6112187f4f1380fadece274a87d833a493f494"
},
"32bit": {
"url": "https://daily-builds.s3.amazonaws.com/RavenDB-5.4.4-windows-x86.zip",
"hash": "6ac836f02efa78514a82fa14ede8d5e55c0c2bd84aafd55e526f82baf85b72a1"
}
},
"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"
}
}
}
}