Changed more links to English language

This commit is contained in:
Steffen Lange 2020-01-27 18:25:11 +01:00
parent aa45832818
commit 7c85eb6464
5 changed files with 5 additions and 5 deletions

View file

@ -5,7 +5,7 @@ class GpgWin extends PatchBase {
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'))
if ($this->fetch('https://www.gpg4win.de/get-gpg4win.html'))
return $this->parse('/<h2>Download Gpg4win ([\d\.]+) \(/');
return false;
}