{ "homepage": "https://ravendb.net", "description": "NoSQL database built on .NET Core.", "version": "4.2.6", "license": { "identifier": "Freeware", "url": "https://ravendb.net/terms/commercial" }, "suggest": { "Visual C++ Redistributable 2015": "extras/vcredist2015" }, "architecture": { "32bit": { "url": "https://daily-builds.s3.amazonaws.com/RavenDB-4.2.6-windows-x86.zip", "hash": "ec916d2b0be506bd8075f077785bdca3d60c43dd5b5eeba7df8773c9aaf28647" }, "64bit": { "url": "https://daily-builds.s3.amazonaws.com/RavenDB-4.2.6-windows-x64.zip", "hash": "e838759e94503f697a1d353c75b78b08dfc18f7a36ec81369db43401d55dd322" } }, "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 ([\\d.]+)" }, "autoupdate": { "architecture": { "32bit": { "url": "https://daily-builds.s3.amazonaws.com/RavenDB-$version-windows-x86.zip" }, "64bit": { "url": "https://daily-builds.s3.amazonaws.com/RavenDB-$version-windows-x64.zip" } } } }