diff --git a/Security/GnuPg.psm1 b/Security/GnuPg.psm1 index d3bc76b..2306617 100644 --- a/Security/GnuPg.psm1 +++ b/Security/GnuPg.psm1 @@ -32,7 +32,7 @@ [Parameter()] [ValidateNotNullOrEmpty()] - [string]$DownloadUrl = 'http://files.gpg4win.org/gpg4win-2.2.5.exe' + [string]$DownloadUrl = 'https://files.gpg4win.org/gpg4win-latest.exe' ) process { @@ -170,4 +170,4 @@ function Remove-Encryption { Write-Error $_.Exception.Message } } -} \ No newline at end of file +}