commit
84f10552e3
1 changed files with 2 additions and 2 deletions
|
|
@ -2,10 +2,10 @@
|
|||
|
||||
class KiCad extends PatchBase {
|
||||
function __construct() {
|
||||
parent::__construct('KiCad Developers', 'KiCad', 'https://kicad-pcb.org/download/');
|
||||
parent::__construct('KiCad Developers', 'KiCad', 'https://kicad.org/download/');
|
||||
}
|
||||
function check() : bool {
|
||||
if ($this->fetch('https://kicad-pcb.org/download/source/'))
|
||||
if ($this->fetch('https://kicad.org/download/source/'))
|
||||
return $this->parse('/<p>Current Version: <strong>([\d\.]+)<\/strong><\/p>/');
|
||||
return false;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue