CrossOver: update changelog url
This commit is contained in:
parent
51405d53bc
commit
ece4462f53
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ class CrossOver extends PatchBase {
|
|||
parent::__construct('CodeWeavers', 'CrossOver', 'https://www.codeweavers.com/products');
|
||||
}
|
||||
function check() : bool {
|
||||
if ($this->fetch('https://www.codeweavers.com/products/more-information/changelog'))
|
||||
if ($this->fetch('https://www.codeweavers.com/crossover/changelog'))
|
||||
return $this->parse('/<b>([\d\.]+)<\/b>\s*CrossOver/');
|
||||
return false;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue