Skip to content

Commit

Permalink
AU: 2 updated - kitty PDFCreator
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Sep 12, 2022
1 parent e65811d commit a095072
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 8 deletions.
2 changes: 1 addition & 1 deletion automatic/kitty/kitty.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>kitty</id>
<version>0.76.0.10</version>
<version>0.76.0.11</version>
<title>KiTTY</title>
<authors>Cyril Dupont</authors>
<owners>chocolatey-community, Andre-Patrick Bubel, Miodrag Milic</owners>
Expand Down
6 changes: 3 additions & 3 deletions automatic/kitty/legal/VERIFICATION.txt
Expand Up @@ -5,17 +5,17 @@ in verifying that this package's contents are trustworthy.

Package can be verified like this:

1. Download the zip file: https://github.com/cyd01/KiTTY/releases/download/v0.76.0.10/kitty-bin-0.76.0.10.zip
1. Download the zip file: https://github.com/cyd01/KiTTY/releases/download/v0.76.0.11/kitty-bin-0.76.0.11.zip

2. You can use one of the following methods to obtain the SHA256 checksum:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'

SHA256: 23b4602aaa09ac950b2237c3acfc5fae5db7bfb5341a0137439c428d9c97e1cf
SHA256: 7a22b4b6759b121694eaa157d8bced27fe33b05301761e41c977af0d7da02308

Using AU:

Get-RemoteChecksum https://github.com/cyd01/KiTTY/releases/download/v0.76.0.10/kitty-bin-0.76.0.10.zip
Get-RemoteChecksum https://github.com/cyd01/KiTTY/releases/download/v0.76.0.11/kitty-bin-0.76.0.11.zip

File 'LICENSE.TXT' is obtained from:
https://raw.githubusercontent.com/cyd01/KiTTY/master/LICENCE.TXT
Expand Down
2 changes: 1 addition & 1 deletion automatic/kitty/tools/chocolateyInstall.ps1
Expand Up @@ -5,7 +5,7 @@ StopProcesses

$packageArgs = @{
PackageName = 'kitty'
FileFullPath = "$toolsPath\kitty-bin-0.76.0.10.zip"
FileFullPath = "$toolsPath\kitty-bin-0.76.0.11.zip"
Destination = $toolsPath
}

Expand Down
2 changes: 1 addition & 1 deletion automatic/pdfcreator/legal/VERIFICATION.txt
Expand Up @@ -13,6 +13,6 @@ and can be verified by doing the following:
3. The checksums should match the following:

checksum type: sha256
checksum: DE10403DA4D1873914900AFF14F62DC73C2C87E573D2A19FCC0202B5DF6CFF61
checksum: 05F06F778672AD3EF34420C40919A13D6C27BDC6B4988E87FD8004FE50325F1B

The file 'LICENSE.txt' has been obtained from <https://github.com/pdfforge/PDFCreator/blob/dbbe3558157f5861bff35dcb37b328b679b0ccfd/LICENSE>
8 changes: 6 additions & 2 deletions automatic/pdfcreator/pdfcreator.nuspec
Expand Up @@ -4,7 +4,7 @@
<metadata>
<!-- == PACKAGE SPECIFIC SECTION == -->
<id>PDFCreator</id>
<version>4.4.3</version>
<version>4.4.3.20220912</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/pdfcreator</packageSourceUrl>
<owners>chocolatey-community</owners>
<!-- == SOFTWARE SPECIFIC SECTION == -->
Expand All @@ -30,7 +30,7 @@
- Support for digital signatures
- COM interface for application or scripted actions
## Notes
## Package Parameters
The installer has a few options that can be configured via the `--ia` switch:
Expand All @@ -39,6 +39,10 @@ The installer has a few options that can be configured via the `--ia` switch:
- `/Printername=(name)` - Use a custom printer name (default: *PDFCreator*)
Example use: `choco install pdfcreator --ia '"/NOICONS /TASKS=!winexplorer"'`
## Notes
- **If the package is out of date please check [Version History](#versionhistory) for the latest submitted version. If you have a question, please ask it in [Chocolatey Community Package Discussions](https://github.com/chocolatey-community/chocolatey-packages/discussions) or raise an issue on the [Chocolatey Community Packages Repository](https://github.com/chocolatey-community/chocolatey-packages/issues) if you have problems with the package. Disqus comments will generally not be responded to.**
]]></description>
<dependencies>
<dependency id="chocolatey-core.extension" version="1.3.3" />
Expand Down

0 comments on commit a095072

Please sign in to comment.