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 May 27, 2019
1 parent 659329b commit 000b288
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion automatic/pdfcreator/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# <img src="https://cdn.jsdelivr.net/gh/chocolatey/chocolatey-coreteampackages@6e52bf3b9392bc72475a3e254eab23578ccb9d0e/icons/PDFCreator.png" width="48" height="48"/> [PDFCreator](https://chocolatey.org/packages/PDFCreator)
# <img src="https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@6e52bf3b9392bc72475a3e254eab23578ccb9d0e/icons/PDFCreator.png" width="48" height="48"/> [PDFCreator](https://chocolatey.org/packages/PDFCreator)


PDFCreator easily creates PDFs from any Windows program. Use it like a printer in Word, StarCalc or any other Windows application.
Expand Down
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://teal.download.pdfforge.org/pdfcreator/3.4.1/PDFCreator-3_4_1-Setup.exe>
1. Download the following <https://cyan.download.pdfforge.org/pdfcreator/3.5.0/PDFCreator-3_5_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: 406469845BC4BF52B4E822060F1595629296F8637DFB0725CD2BDEAE71B10593
checksum: 6089957EBA8969EE8DB165550CA6BC7D47BF356EDDBDDA7E107E1740D9D05FD8

The file 'LICENSE.txt' has been obtained from <https://github.com/pdfforge/PDFCreator/blob/dbbe3558157f5861bff35dcb37b328b679b0ccfd/LICENSE>
6 changes: 3 additions & 3 deletions automatic/pdfcreator/pdfcreator.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
<metadata>
<!-- == PACKAGE SPECIFIC SECTION == -->
<id>PDFCreator</id>
<version>3.4.1</version>
<packageSourceUrl>https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/automatic/pdfcreator</packageSourceUrl>
<version>3.5.0</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/pdfcreator</packageSourceUrl>
<owners>chocolatey</owners>
<!-- == SOFTWARE SPECIFIC SECTION == -->
<title>PDF Creator</title>
<authors>pdfforge</authors>
<projectUrl>http://www.pdfforge.org/</projectUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey/chocolatey-coreteampackages@6e52bf3b9392bc72475a3e254eab23578ccb9d0e/icons/PDFCreator.png</iconUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@6e52bf3b9392bc72475a3e254eab23578ccb9d0e/icons/PDFCreator.png</iconUrl>
<licenseUrl>https://github.com/pdfforge/PDFCreator/blob/master/LICENSE</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<projectSourceUrl>https://github.com/pdfforge/PDFCreator</projectSourceUrl>
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_4_1-Setup.exe"
file = "$toolsPath\PDFCreator-3_5_0-Setup.exe"
softwareName = 'PDFCreator'
silentArgs = $installArgs
validExitCodes = @(0)
Expand Down

0 comments on commit 000b288

Please sign in to comment.