diff --git a/modules/KiCad.php b/modules/KiCad.php index da2ecae..dd39edf 100644 --- a/modules/KiCad.php +++ b/modules/KiCad.php @@ -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('/

Current Version: ([\d\.]+)<\/strong><\/p>/'); return false; }