From 000b288d90bf3ed2c5449f812b171ab705d68b94 Mon Sep 17 00:00:00 2001 From: Chocolatey Date: Mon, 27 May 2019 18:11:53 +0000 Subject: [PATCH] AU: 1 updated - PDFCreator [skip ci] https://gist.github.com/a14b1e5bfaf70839b338eb1ab7f8226f/fcc8b9bfa3c13163e6dc7bf4e58b64593aa6d518 --- automatic/pdfcreator/README.md | 2 +- automatic/pdfcreator/legal/VERIFICATION.txt | 4 ++-- automatic/pdfcreator/pdfcreator.nuspec | 6 +++--- automatic/pdfcreator/tools/chocolateyInstall.ps1 | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/automatic/pdfcreator/README.md b/automatic/pdfcreator/README.md index 0f90e96b30b..e2818b59b9e 100644 --- a/automatic/pdfcreator/README.md +++ b/automatic/pdfcreator/README.md @@ -1,4 +1,4 @@ -# [PDFCreator](https://chocolatey.org/packages/PDFCreator) +# [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. diff --git a/automatic/pdfcreator/legal/VERIFICATION.txt b/automatic/pdfcreator/legal/VERIFICATION.txt index 2a53f151dfe..76238c15620 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: 406469845BC4BF52B4E822060F1595629296F8637DFB0725CD2BDEAE71B10593 + checksum: 6089957EBA8969EE8DB165550CA6BC7D47BF356EDDBDDA7E107E1740D9D05FD8 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/pdfcreator/pdfcreator.nuspec b/automatic/pdfcreator/pdfcreator.nuspec index 5d217165f12..6bb3f9599a5 100644 --- a/automatic/pdfcreator/pdfcreator.nuspec +++ b/automatic/pdfcreator/pdfcreator.nuspec @@ -4,14 +4,14 @@ PDFCreator - 3.4.1 - https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/automatic/pdfcreator + 3.5.0 + https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/pdfcreator chocolatey PDF Creator pdfforge http://www.pdfforge.org/ - https://cdn.jsdelivr.net/gh/chocolatey/chocolatey-coreteampackages@6e52bf3b9392bc72475a3e254eab23578ccb9d0e/icons/PDFCreator.png + https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@6e52bf3b9392bc72475a3e254eab23578ccb9d0e/icons/PDFCreator.png https://github.com/pdfforge/PDFCreator/blob/master/LICENSE false https://github.com/pdfforge/PDFCreator diff --git a/automatic/pdfcreator/tools/chocolateyInstall.ps1 b/automatic/pdfcreator/tools/chocolateyInstall.ps1 index 91a57845316..80863c49436 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_1-Setup.exe" + file = "$toolsPath\PDFCreator-3_5_0-Setup.exe" softwareName = 'PDFCreator' silentArgs = $installArgs validExitCodes = @(0)