mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-08 17:51:21 +00:00
Fix checkver regexp to allow newline
This commit is contained in:
parent
b8e18eb2f0
commit
985b2365f7
@ -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+\\(([^\\)]+)\\)"
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user