diff --git a/modules/GCC15.php b/modules/GCC15.php new file mode 100644 index 0000000..54a8c52 --- /dev/null +++ b/modules/GCC15.php @@ -0,0 +1,15 @@ +patch->setBranch('15'); + } + function check() : bool { + if ($this->fetch('https://gcc.gnu.org/')) + return $this->parse('/GCC ([\d\.]+)/'); + return false; + } +} + +?>