diff --git a/modules/WarnWetterAPK.php b/modules/WarnWetterAPK.php deleted file mode 100644 index 337773f..0000000 --- a/modules/WarnWetterAPK.php +++ /dev/null @@ -1,15 +0,0 @@ -patch->setBranch('Android'); - } - function check() : bool { - if ($this->fetch('https://www.dwd.de/DE/leistungen/warnwetterapp/apk/download_apk_android5_x.html')) - return $this->parse('/\(apk - ([\d\.]+)\)/'); - return false; - } -} - -?> diff --git a/modules/WhatsAppAPK.php b/modules/WhatsAppAPK.php deleted file mode 100644 index 53eaee4..0000000 --- a/modules/WhatsAppAPK.php +++ /dev/null @@ -1,15 +0,0 @@ -patch->setBranch('Android'); - } - function check() : bool { - if ($this->fetch('https://www.whatsapp.com/android')) - return $this->parse('/\(Version ([\d\.]+)\)/'); - return false; - } -} - -?> diff --git a/modules/ZeroTierOne.php b/modules/ZeroTierOne.php index 5ad5055..3d6b656 100644 --- a/modules/ZeroTierOne.php +++ b/modules/ZeroTierOne.php @@ -2,7 +2,7 @@ class ZeroTierOne extends PatchBase { function __construct() { - parent::__construct('ZeroTier Inc.', 'ZeroTier One', 'https://www.zerotier.com/download/'); + parent::__construct('ZeroTier Inc.', 'ZeroTier', 'https://www.zerotier.com/download/'); } function check() : bool { if ($this->fetch_json('https://api.github.com/repos/zerotier/ZeroTierOne/releases/latest'))