Import source
This commit is contained in:
parent
50b489784d
commit
32b8c4cb56
34 changed files with 890 additions and 0 deletions
14
modules/GpgWin.php
Normal file
14
modules/GpgWin.php
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
<?php
|
||||
|
||||
class GpgWin extends PatchBase {
|
||||
function __construct() {
|
||||
parent::__construct('Gpg4win Initiative', 'GNU Privacy Guard for Windows', 'https://www.gpg4win.de/');
|
||||
}
|
||||
function check() : bool {
|
||||
if ($this->fetch('https://www.gpg4win.de/get-gpg4win-de.html'))
|
||||
return $this->parse('/<h2>Download Gpg4win ([\d\.]+) \(/');
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue