ravendb: Update to version 5.2.1

This commit is contained in:
Jakub Čábera 2021-07-02 05:15:35 -07:00
parent 4d69949a00
commit 6860063a6d

View File

@ -1,5 +1,5 @@
{ {
"version": "5.2.0", "version": "5.2.1",
"description": "NoSQL database built on .NET Core.", "description": "NoSQL database built on .NET Core.",
"homepage": "https://ravendb.net", "homepage": "https://ravendb.net",
"license": { "license": {
@ -11,12 +11,12 @@
}, },
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://daily-builds.s3.amazonaws.com/RavenDB-5.2.0-windows-x64.zip", "url": "https://daily-builds.s3.amazonaws.com/RavenDB-5.2.1-windows-x64.zip",
"hash": "51dab4c7356c0a5c08f5db109b138168f247dde9b3f0dbaa8337ba9b22302944" "hash": "6a177028c28e877280561da445c2c71768712c214da12e480ce05f5649aff6ff"
}, },
"32bit": { "32bit": {
"url": "https://daily-builds.s3.amazonaws.com/RavenDB-5.2.0-windows-x86.zip", "url": "https://daily-builds.s3.amazonaws.com/RavenDB-5.2.1-windows-x86.zip",
"hash": "3c1e53bf16fb8dac7c069010d38e6c5879ecc83dd8a9800b5e5fd4ca157c5883" "hash": "02b862967856f0343093935c2a84eeab200946e47ac728cffba7d690bdfcb088"
} }
}, },
"installer": { "installer": {
@ -45,8 +45,8 @@
], ],
"persist": "Server\\settings.json", "persist": "Server\\settings.json",
"checkver": { "checkver": {
"url": "https://ravendb.net/download", "url": "https://ravendb.net/docs/article-page/current/Csharp",
"regex": "Latest STABLE <span class=\"text-primary\">([\\d.]+)</span></h1>" "regex": "([\\d.]+)\\s*\\(\\d+"
}, },
"autoupdate": { "autoupdate": {
"architecture": { "architecture": {