Thunderbird: fix version regex
This commit is contained in:
parent
b739f68688
commit
8498c774b1
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ class MozillaThunderbird extends PatchBase {
|
|||
}
|
||||
function check() : bool {
|
||||
if ($this->fetch('https://www.thunderbird.net/en-US/thunderbird/all/'))
|
||||
return $this->parse('_//download\.mozilla\.org/\?product=thunderbird-([\d\.]+)(-SSL)?&(amp;)?os=win&(amp;)?lang=en-US_');
|
||||
return $this->parse('_//download\.mozilla\.org/\?product=thunderbird-([\d\.]+)(esr)?(-SSL)?&(amp;)?os=win&(amp;)?lang=en-US_');
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue