mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 15:51:23 +00:00
Remove errant v from metastore version (#2027)
This commit is contained in:
parent
2073260352
commit
cb6832b733
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user