{ "version": "5.2.0", "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/vcredist2015" }, "architecture": { "64bit": { "url": "https://daily-builds.s3.amazonaws.com/RavenDB-5.2.0-windows-x64.zip", "hash": "51dab4c7356c0a5c08f5db109b138168f247dde9b3f0dbaa8337ba9b22302944" }, "32bit": { "url": "https://daily-builds.s3.amazonaws.com/RavenDB-5.2.0-windows-x86.zip", "hash": "3c1e53bf16fb8dac7c069010d38e6c5879ecc83dd8a9800b5e5fd4ca157c5883" } }, "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": { "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" } } } }