diff --git a/modules/GCC11.php b/modules/GCC14.php similarity index 66% rename from modules/GCC11.php rename to modules/GCC14.php index 7b316b3..5032f32 100644 --- a/modules/GCC11.php +++ b/modules/GCC14.php @@ -1,13 +1,13 @@ patch->setBranch('11'); + $this->patch->setBranch('14'); } function check() : bool { if ($this->fetch('https://gcc.gnu.org/')) - return $this->parse('/GCC ([\d\.]+)/'); + return $this->parse('/GCC ([\d\.]+)/'); return false; } }