VirtualBox: include letter vers
This commit is contained in:
parent
af9459cd57
commit
2fce0caefa
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ class VirtualBox extends PatchBase {
|
||||||
}
|
}
|
||||||
function check() : bool {
|
function check() : bool {
|
||||||
if ($this->fetch('https://www.virtualbox.org/wiki/Downloads'))
|
if ($this->fetch('https://www.virtualbox.org/wiki/Downloads'))
|
||||||
return $this->parse('_//download\.virtualbox\.org/virtualbox/[\d\.]+/VirtualBox-([\d\.-]+)-Win\.exe_');
|
return $this->parse('_//download\.virtualbox\.org/virtualbox/[\d\.]+/VirtualBox-([\d\.]+[a-z]?-[\d]+)-Win\.exe_');
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue