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",
"homepage": "https://github.com/rasa/metastore",
"license": "GPL-2.0",
"version": "v1.1.2-9-gdafa727",
"version": "1.1.2-9-gdafa727",
"bin": "metastore.exe",
"checkver": {
"re": "/releases/tag/([vga-f0-9.-]+)\"",
"re": "/releases/tag/v([ga-f0-9.-]+)\"",
"url": "https://github.com/rasa/metastore/releases/latest"
},
"architecture": {
@ -21,10 +21,10 @@
"autoupdate": {
"architecture": {
"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": {
"url": "https://github.com/rasa/metastore/releases/download/$version/metastore.exe"
"url": "https://github.com/rasa/metastore/releases/download/v$version/metastore.exe"
}
}
}