Skip to content

Commit

Permalink
AU: 2 updated - PDFCreator thunderbird
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Feb 14, 2019
1 parent 89d7f35 commit c86565a
Show file tree
Hide file tree
Showing 6 changed files with 123 additions and 124 deletions.
4 changes: 2 additions & 2 deletions automatic/pdfcreator/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
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/3.3.2/PDFCreator-3_3_2-Setup.exe>
1. Download the following <https://purple.download.pdfforge.org/pdfcreator/3.4.0/PDFCreator-3_4_0-Setup.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: 19EC3EC4BF1AAC017907CE4C47FBF3601444AB1B58ED7A2833DC49D00E8A1E52
checksum: 33947D068F9678E0700C21A80161BC5C228F6CCBDA09098C51DA3D2A1869AA17

The file 'LICENSE.txt' has been obtained from <https://github.com/pdfforge/PDFCreator/blob/dbbe3558157f5861bff35dcb37b328b679b0ccfd/LICENSE>
3 changes: 1 addition & 2 deletions automatic/pdfcreator/pdfcreator.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<!-- == PACKAGE SPECIFIC SECTION == -->
<id>PDFCreator</id>
<version>3.3.2</version>
<version>3.4.0</version>
<packageSourceUrl>https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/automatic/pdfcreator</packageSourceUrl>
<owners>chocolatey</owners>
<!-- == SOFTWARE SPECIFIC SECTION == -->
Expand Down Expand Up @@ -44,7 +44,6 @@ The installer has a few options that can be configured via the --ia switch:
Example use:
`choco install pdfcreator --ia '"/NOICONS /TASKS=!winexplorer"'`
]]></description>
<dependencies>
<dependency id="chocolatey-core.extension" version="1.3.3" />
Expand Down
2 changes: 1 addition & 1 deletion automatic/pdfcreator/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ $toolsPath = Split-Path -parent $MyInvocation.MyCommand.Definition
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
file = "$toolsPath\PDFCreator-3_3_2-Setup.exe"
file = "$toolsPath\PDFCreator-3_4_0-Setup.exe"
softwareName = 'PDFCreator'
silentArgs = $installArgs
validExitCodes = @(0)
Expand Down
2 changes: 1 addition & 1 deletion automatic/thunderbird/thunderbird.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>thunderbird</id>
<version>60.5.0</version>
<version>60.5.1</version>
<title>Mozilla Thunderbird</title>
<owners>chocolatey</owners>
<authors>Mozilla</authors>
Expand Down
Loading

0 comments on commit c86565a

Please sign in to comment.