Add VeraCrypt
This commit is contained in:
parent
e1f0163754
commit
6bcafa1e01
1 changed files with 14 additions and 0 deletions
14
modules/VeraCrypt.php
Normal file
14
modules/VeraCrypt.php
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
<?php
|
||||
|
||||
class VeraCrypt extends PatchBase {
|
||||
function __construct() {
|
||||
parent::__construct('IDRIX', 'VeraCrypt', 'https://www.veracrypt.fr/en/Downloads.html');
|
||||
}
|
||||
function check() : bool {
|
||||
if ($this->fetch('https://www.veracrypt.fr/en/Downloads.html'))
|
||||
return $this->parse('_//launchpad\.net/veracrypt/trunk/[\d\.]+[a-z]?[-a-z\d]*/+download/VeraCrypt%20Setup%20([\d\.]+[a-z]?[-A-Za-z\d]*)\.exe_');
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue