diff --git a/modules/APlanX.php b/modules/APlanX.php new file mode 100644 index 0000000..943dce0 --- /dev/null +++ b/modules/APlanX.php @@ -0,0 +1,14 @@ +fetch('https://www.braintool.com/patch-a-plan-x-historie/')) + return $this->parse('/Release ([\d\.]+) /'); + return false; + } +} + +?> diff --git a/modules/ChemGes.php b/modules/ChemGes.php new file mode 100644 index 0000000..94f8627 --- /dev/null +++ b/modules/ChemGes.php @@ -0,0 +1,14 @@ +fetch('https://dr-software.com/en/')) + return $this->parse('/Version ([\d\.]+) diff --git a/modules/InnoSetup.php b/modules/InnoSetup.php new file mode 100644 index 0000000..6451313 --- /dev/null +++ b/modules/InnoSetup.php @@ -0,0 +1,14 @@ +fetch('https://jrsoftware.org/isdl.php')) + return $this->parse('/>innosetup-([\d\.]+).exe 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; + } +} + +?> diff --git a/modules/KasperskyEndpoint.php b/modules/KasperskyEndpoint.php new file mode 100644 index 0000000..2e39362 --- /dev/null +++ b/modules/KasperskyEndpoint.php @@ -0,0 +1,14 @@ +fetch('https://api-router.kaspersky-labs.com/downloads/search/v3/b2b?productcode=2911379&sites=https%3A%2F%2Fwww.kaspersky.com&sites=https%3A%2F%2Fwww.kaspersky.com%2Fcarribean&sites=https%3A%2F%2Fwww.kaspersky.com%2Fisrael&sites=https%3A%2F%2Fwww.kaspersky.com%2Fsouth-east-asia&sites=https%3A%2F%2Fwww.kaspersky.com%2Findonesia&sites=https%3A%2F%2Fwww.kaspersky.com%2Fthe-european-union&sites=https%3A%2F%2Fwww.kaspersky.com%2Flatvia&sites=https%3A%2F%2Fwww.kaspersky.com%2Flithuania&sites=https%3A%2F%2Fwww.kaspersky.com%2Festonia&sites=https%3A%2F%2Fwww.kaspersky.com%2Funited-kingdom&sites=https%3A%2F%2Fwww.kaspersky.com%2Fcalifornia&sites=https%3A%2F%2Fwww.kaspersky.com%2Fbrazil')) + return $this->parse('/"Link":"http[^"]+keswin_([\d\.]+)_en_[^\.]+\.exe/'); + return false; + } +} + +?>