diff --git a/automatic/pdfcreator/legal/VERIFICATION.txt b/automatic/pdfcreator/legal/VERIFICATION.txt index da6573cfeba..2a53f151dfe 100644 --- a/automatic/pdfcreator/legal/VERIFICATION.txt +++ b/automatic/pdfcreator/legal/VERIFICATION.txt @@ -6,13 +6,13 @@ The embedded software have been downloaded from the listed download location on <> and can be verified by doing the following: -1. Download the following +1. Download the following 2. Get the checksum using one of the following methods: - Using powershell function 'Get-FileHash' - Use chocolatey utility 'checksum.exe' 3. The checksums should match the following: checksum type: sha256 - checksum: 33947D068F9678E0700C21A80161BC5C228F6CCBDA09098C51DA3D2A1869AA17 + checksum: 406469845BC4BF52B4E822060F1595629296F8637DFB0725CD2BDEAE71B10593 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/pdfcreator/pdfcreator.nuspec b/automatic/pdfcreator/pdfcreator.nuspec index c7c90b7a7b4..5d217165f12 100644 --- a/automatic/pdfcreator/pdfcreator.nuspec +++ b/automatic/pdfcreator/pdfcreator.nuspec @@ -4,7 +4,7 @@ PDFCreator - 3.4.0 + 3.4.1 https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/automatic/pdfcreator chocolatey diff --git a/automatic/pdfcreator/tools/chocolateyInstall.ps1 b/automatic/pdfcreator/tools/chocolateyInstall.ps1 index 529279e612a..91a57845316 100644 --- a/automatic/pdfcreator/tools/chocolateyInstall.ps1 +++ b/automatic/pdfcreator/tools/chocolateyInstall.ps1 @@ -21,7 +21,7 @@ $toolsPath = Split-Path -parent $MyInvocation.MyCommand.Definition $packageArgs = @{ packageName = $env:ChocolateyPackageName fileType = 'exe' - file = "$toolsPath\PDFCreator-3_4_0-Setup.exe" + file = "$toolsPath\PDFCreator-3_4_1-Setup.exe" softwareName = 'PDFCreator' silentArgs = $installArgs validExitCodes = @(0)