Skip to content

Commit

Permalink
AU: 1 updated - PDFCreator
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Nov 21, 2020
1 parent 95fc299 commit 864a66a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 14 deletions.
6 changes: 3 additions & 3 deletions automatic/pdfcreator/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@ Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.

The embedded software have been downloaded from the listed download
location on <>
location on <http://download.pdfforge.org/download/pdfcreator/list>
and can be verified by doing the following:

1. Download the following <https://lime.download.pdfforge.org/pdfcreator/4.1.2/PDFCreator-4_1_2-Setup_legacy.exe>
1. Download the following <http://download.pdfforge.org/download/pdfcreator/PDFCreator-stable?download>
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: 8A993CD05524175A428D384937A2E65C22C60CA81AE36E76CE8F97459926927D
checksum: 27EA7A6A894E019CFBB24B6AACB2F323F09E9DF1186F9657B1EFCF3BEDF95891

The file 'LICENSE.txt' has been obtained from <https://github.com/pdfforge/PDFCreator/blob/dbbe3558157f5861bff35dcb37b328b679b0ccfd/LICENSE>
15 changes: 5 additions & 10 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>4.1.2</version>
<version>4.2.0</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/pdfcreator</packageSourceUrl>
<owners>chocolatey-community</owners>
<!-- == SOFTWARE SPECIFIC SECTION == -->
Expand All @@ -18,8 +18,7 @@
<docsUrl>http://docs.pdfforge.org/pdfcreator/latest/en/</docsUrl>
<tags>pdfcreator pdf editor printer foss notsilent</tags>
<summary>PDFCreator - PDFCreator easily creates PDFs from any Windows program.</summary>
<description><![CDATA[
PDFCreator easily creates PDFs from any Windows program. Use it like a printer in Word, StarCalc or any other Windows application.
<description><![CDATA[PDFCreator easily creates PDFs from any Windows program. Use it like a printer in Word, StarCalc or any other Windows application.
## Features
Expand All @@ -30,20 +29,16 @@ PDFCreator easily creates PDFs from any Windows program. Use it like a printer i
- Secure against opening, printing or modifying your PDFs with a password
- Support for digital signatures
- COM interface for application or scripted actions
- PDFCreator is Open Source software and licensed under the terms of the Affero General Public License (AGPL)
- You are free to use PDFCreator at home or at work
- You may access the source code and compile it on your own, as long as it stays under the AGPL
## Notes
The installer has a few options that can be configured via the --ia switch:
The installer has a few options that can be configured via the `--ia` switch:
- `/NOICONS` - No desktop or Start Menu icons will be created
- `/TASKS=!winexplorer` - No integration with explorer. (I.E. no context menu)
- `/Printername=(name)` - Use a custom printer name (default: *PDFCreator*)
Example use:
`choco install pdfcreator --ia '"/NOICONS /TASKS=!winexplorer"'`
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-4_1_2-Setup_legacy.exe"
file = "$toolsPath\PDFCreator-4_2_0-Setup.exe.exe"
softwareName = 'PDFCreator'
silentArgs = $installArgs
validExitCodes = @(0)
Expand Down

0 comments on commit 864a66a

Please sign in to comment.