Remove errant v from metastore version (#2027)

This commit is contained in:
Ross Smith II 2018-02-18 12:33:11 -08:00 committed by Richard Kuhnt
parent 2073260352
commit cb6832b733

View File

@ -2,10 +2,10 @@
"description": "Store and restore metadata from a filesystem", "description": "Store and restore metadata from a filesystem",
"homepage": "https://github.com/rasa/metastore", "homepage": "https://github.com/rasa/metastore",
"license": "GPL-2.0", "license": "GPL-2.0",
"version": "v1.1.2-9-gdafa727", "version": "1.1.2-9-gdafa727",
"bin": "metastore.exe", "bin": "metastore.exe",
"checkver": { "checkver": {
"re": "/releases/tag/([vga-f0-9.-]+)\"", "re": "/releases/tag/v([ga-f0-9.-]+)\"",
"url": "https://github.com/rasa/metastore/releases/latest" "url": "https://github.com/rasa/metastore/releases/latest"
}, },
"architecture": { "architecture": {
@ -21,10 +21,10 @@
"autoupdate": { "autoupdate": {
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/rasa/metastore/releases/download/$version/metastore-x64.exe#/metastore.exe" "url": "https://github.com/rasa/metastore/releases/download/v$version/metastore-x64.exe#/metastore.exe"
}, },
"32bit": { "32bit": {
"url": "https://github.com/rasa/metastore/releases/download/$version/metastore.exe" "url": "https://github.com/rasa/metastore/releases/download/v$version/metastore.exe"
} }
} }
} }