Fix checkver regexp to allow newline

This commit is contained in:
ISHIDA Akio 2015-07-20 10:31:29 +09:00
parent b8e18eb2f0
commit 985b2365f7

View File

@ -8,6 +8,6 @@
"bin": "bin\\vagrant.exe",
"checkver": {
"url": "http://www.vagrantup.com/downloads.html",
"re": "latest version of Vagrant \\(([^\\)]+)\\)"
"re": "latest\\s+version\\s+of\\s+Vagrant\\s+\\(([^\\)]+)\\)"
}
}