diff --git a/modules/Scilab.php b/modules/Scilab.php index 625871f..92291fe 100644 --- a/modules/Scilab.php +++ b/modules/Scilab.php @@ -5,8 +5,8 @@ class Scilab extends PatchBase { parent::__construct('ESI Group', 'Scilab', 'https://www.scilab.org/download'); } function check() : bool { - if ($this->fetch('https://www.scilab.org/download', false)) - return $this->parse('/\/download\/([\d\.]+)/'); + if ($this->fetch('https://www.scilab.org/latest', false)) + return $this->parse('/\/download\/scilab-([\d\.]+)/'); return false; } }