Total Commander: version with single-letter suffix
This commit is contained in:
parent
ff97e2a9c6
commit
1040e2e0f6
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ class TotalCommander extends PatchBase {
|
||||||
}
|
}
|
||||||
function check() : bool {
|
function check() : bool {
|
||||||
if ($this->fetch('https://www.ghisler.com/download.htm'))
|
if ($this->fetch('https://www.ghisler.com/download.htm'))
|
||||||
return $this->parse('/version ([\d\.a-z]+) of/');
|
return $this->parse('/version ([\d\.]+[a-z]?) of/');
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue