Skip to content

Commit

Permalink
AU: 1 updated - PDFCreator
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jun 10, 2020
1 parent 0dd10ec commit 6a0ee4d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions automatic/pdfcreator/legal/VERIFICATION.txt
Expand Up @@ -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 <https://purple.download.pdfforge.org/pdfcreator/4.0.4/PDFCreator-4_0_4-Setup_legacy.exe>
1. Download the following <https://purple.download.pdfforge.org/pdfcreator/4.1.0/PDFCreator-4_1_0-Setup_legacy.exe>
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: 5F1D931291BEDCDF8FF41719BB9EC59CA73C82020E248CD7B203307FC8C74C2F
checksum: C2CB2F5C8F71C401F0AB69B33D866E24F16B7F66DBA16F5AA126DA5F9233C329

The file 'LICENSE.txt' has been obtained from <https://github.com/pdfforge/PDFCreator/blob/dbbe3558157f5861bff35dcb37b328b679b0ccfd/LICENSE>
2 changes: 1 addition & 1 deletion automatic/pdfcreator/pdfcreator.nuspec
Expand Up @@ -4,7 +4,7 @@
<metadata>
<!-- == PACKAGE SPECIFIC SECTION == -->
<id>PDFCreator</id>
<version>4.0.4</version>
<version>4.1.0</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/pdfcreator</packageSourceUrl>
<owners>chocolatey</owners>
<!-- == SOFTWARE SPECIFIC SECTION == -->
Expand Down
2 changes: 1 addition & 1 deletion automatic/pdfcreator/tools/chocolateyInstall.ps1
Expand Up @@ -21,7 +21,7 @@ $toolsPath = Split-Path -parent $MyInvocation.MyCommand.Definition
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
file = "$toolsPath\PDFCreator-4_0_4-Setup_legacy.exe"
file = "$toolsPath\PDFCreator-4_1_0-Setup_legacy.exe"
softwareName = 'PDFCreator'
silentArgs = $installArgs
validExitCodes = @(0)
Expand Down

0 comments on commit 6a0ee4d

Please sign in to comment.