LibreOfficeStill: use 7.6.2 as reference
This commit is contained in:
parent
998eed7e48
commit
0d4ee463aa
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ class LibreOfficeStill extends PatchBase {
|
||||||
$this->patch->setBranch('Still');
|
$this->patch->setBranch('Still');
|
||||||
}
|
}
|
||||||
function check() : bool {
|
function check() : bool {
|
||||||
if ($this->fetch('https://update.libreoffice.org/check.php', array('CURLOPT_USERAGENT' => 'LibreOffice 7.6.3.2 (29d686fea9f6705b262d369fede658f824154cc0; Windows; X86_64; )')))
|
if ($this->fetch('https://update.libreoffice.org/check.php', array('CURLOPT_USERAGENT' => 'LibreOffice 7.6.2.1 (56f7684011345957bbf33a7ee678afaf4d2ba333; Windows; X86_64; )')))
|
||||||
return $this->parse('/<inst:version>([\d\.]+)<\/inst:version>/');
|
return $this->parse('/<inst:version>([\d\.]+)<\/inst:version>/');
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue