Compare commits

..

No commits in common. "290f770ce8f079fab6a4a1a1e67d006eb535e8e4" and "43d647876477edc5b239c192e6f2d422dd134599" have entirely different histories.

3 changed files with 1 additions and 31 deletions

View file

@ -1,15 +0,0 @@
<?php
class WarnWetterAPK extends PatchBase {
function __construct() {
parent::__construct('Deutscher Wetterdienst', 'WarnWetter', 'https://www.dwd.de/DE/leistungen/warnwetterapp/apk/download_apk_android5_x.html');
$this->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;
}
}
?>

View file

@ -1,15 +0,0 @@
<?php
class WhatsAppAPK extends PatchBase {
function __construct() {
parent::__construct('WhatsApp LLC', 'WhatsApp', 'https://www.whatsapp.com/android');
$this->patch->setBranch('Android');
}
function check() : bool {
if ($this->fetch('https://www.whatsapp.com/android'))
return $this->parse('/\(Version ([\d\.]+)\)/');
return false;
}
}
?>

View file

@ -2,7 +2,7 @@
class ZeroTierOne extends PatchBase { class ZeroTierOne extends PatchBase {
function __construct() { 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 { function check() : bool {
if ($this->fetch_json('https://api.github.com/repos/zerotier/ZeroTierOne/releases/latest')) if ($this->fetch_json('https://api.github.com/repos/zerotier/ZeroTierOne/releases/latest'))