diff --git a/modules/SysRescCd.php b/modules/SysRescCd.php index 5b517bf..aa37ab1 100644 --- a/modules/SysRescCd.php +++ b/modules/SysRescCd.php @@ -2,10 +2,10 @@ class SysRescCd extends PatchBase { function __construct() { - parent::__construct('Francois Dupoux', 'SystemRescueCd', 'http://www.system-rescue-cd.org/Download/'); + parent::__construct('Francois Dupoux', 'SystemRescueCd', 'http://www.system-rescue.org/Download/'); } function check() : bool { - if ($this->fetch('http://www.system-rescue-cd.org/Detailed-packages-list/')) + if ($this->fetch('http://www.system-rescue.org/Detailed-packages-list/')) return $this->parse('/SystemRescue-([\d\.]+)<\/strong>/'); return false; }