Add Cyberduck
This commit is contained in:
parent
61e4d15407
commit
7eb61f3b1e
1 changed files with 14 additions and 0 deletions
14
modules/Cyberduck.php
Normal file
14
modules/Cyberduck.php
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
<?php
|
||||
|
||||
class Cyberduck extends PatchBase {
|
||||
function __construct() {
|
||||
parent::__construct('iterate GmbH', 'Cyberduck', 'https://cyberduck.io/download/');
|
||||
}
|
||||
function check() : bool {
|
||||
if ($this->fetch('https://version.cyberduck.io/changelog.rss'))
|
||||
return $this->parse('/sparkle:shortVersionString="([\d.]+)"/');
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue