Skip to content

Commit

Permalink
AU: 2 updated - PDFCreator skype
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Apr 16, 2020
1 parent 4dc865e commit bdf09f7
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 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://lime.download.pdfforge.org/pdfcreator/4.0.3/PDFCreator-4_0_3-Setup_legacy.exe>
1. Download the following <https://purple.download.pdfforge.org/pdfcreator/4.0.4/PDFCreator-4_0_4-Setup_legacy.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: 14862178A8664CA3FCC1F493ED31F4D7D9AD56BD5D28CEA634B596AAA91B0A13
checksum: 5F1D931291BEDCDF8FF41719BB9EC59CA73C82020E248CD7B203307FC8C74C2F

The file 'LICENSE.txt' has been obtained from <https://github.com/pdfforge/PDFCreator/blob/dbbe3558157f5861bff35dcb37b328b679b0ccfd/LICENSE>
2 changes: 1 addition & 1 deletion 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.0.3</version>
<version>4.0.4</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/pdfcreator</packageSourceUrl>
<owners>chocolatey</owners>
<!-- == SOFTWARE SPECIFIC SECTION == -->
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_0_3-Setup_legacy.exe"
file = "$toolsPath\PDFCreator-4_0_4-Setup_legacy.exe"
softwareName = 'PDFCreator'
silentArgs = $installArgs
validExitCodes = @(0)
Expand Down
2 changes: 1 addition & 1 deletion automatic/skype/skype.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>skype</id>
<title>Skype</title>
<version>8.58.0.98</version>
<version>8.59.0.77</version>
<authors>Microsoft</authors>
<owners>chocolatey,Rob Reynolds</owners>
<summary>Skype - VOIP</summary>
Expand Down
4 changes: 2 additions & 2 deletions automatic/skype/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
$packageArgs = @{
packageName = $env:ChocolateyPackageName
softwareName = 'Skype*'
url = 'https://download.skype.com/s4l/download/win/Skype-8.58.0.98.exe'
checksum = '6bb1c5983a08509013f2b3fa8c7aa36ac961e57dcd6c6f554605238ae2d4d6ff'
url = 'https://download.skype.com/s4l/download/win/Skype-8.59.0.77.exe'
checksum = '7a6c6bd448f019b2b8d1f2e352d4c7524f845c2e08619f5fe3f096255e4484c1'
checksumType = 'sha256'
silentArgs = "/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP- /LOG=`"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).InnoInstall.log`""
validExitCodes = @(0)
Expand Down

0 comments on commit bdf09f7

Please sign in to comment.