Update KiCad to correct URL
old domain is no longer valid! https://www.kicad.org/blog/2021/10/Avoid-links-to-former-kicad-domain
This commit is contained in:
parent
cdb38e86b1
commit
6f1a6239d8
1 changed files with 2 additions and 2 deletions
|
|
@ -2,10 +2,10 @@
|
||||||
|
|
||||||
class KiCad extends PatchBase {
|
class KiCad extends PatchBase {
|
||||||
function __construct() {
|
function __construct() {
|
||||||
parent::__construct('KiCad Developers', 'KiCad', 'https://kicad-pcb.org/download/');
|
parent::__construct('KiCad Developers', 'KiCad', 'https://kicad.org/download/');
|
||||||
}
|
}
|
||||||
function check() : bool {
|
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 $this->parse('/<p>Current Version: <strong>([\d\.]+)<\/strong><\/p>/');
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue