Nextcloud: Renaming
This commit is contained in:
parent
cfc43cfd3d
commit
9b7bbf2e01
1 changed files with 2 additions and 2 deletions
14
modules/NextcloudServer.php
Normal file
14
modules/NextcloudServer.php
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
<?php
|
||||
|
||||
class NextcloudServer extends PatchBase {
|
||||
function __construct() {
|
||||
parent::__construct('Nextcloud GmbH', 'Nextcloud Server', 'https://nextcloud.com/install/');
|
||||
}
|
||||
function check() : bool {
|
||||
if ($this->fetch('https://nextcloud.com/install/'))
|
||||
return $this->parse('_//download.nextcloud.com/server/releases/nextcloud-([\d\.]+)\.zip_');
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue