diff --git a/modules/JaspersoftStudio.php b/modules/JaspersoftStudio.php new file mode 100644 index 0000000..61f0fce --- /dev/null +++ b/modules/JaspersoftStudio.php @@ -0,0 +1,15 @@ +patch->setBranch('Community Edition'); + } + function check() : bool { + if ($this->fetch('https://community.jaspersoft.com/download-jaspersoft/community-edition/')) + return $this->parse('/Jaspersoft Studio ([\d\.]+) \| Windows/'); + return false; + } +} + +?>