VirtualBox: include letter vers

This commit is contained in:
Steffen Lange 2022-06-09 16:22:58 +02:00
parent af9459cd57
commit 2fce0caefa

View file

@ -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;
} }
} }