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