Skip to content

Commit

Permalink
AU: 3 updated - ccleaner Ghostscript Ghostscript.app
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Sep 14, 2020
1 parent e8a14d3 commit c358783
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion automatic/ccleaner/ccleaner.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>ccleaner</id>
<title>CCleaner</title>
<version>5.70.7909</version>
<version>5.71.7971</version>
<authors>Piriform</authors>
<owners>maartenba, tonigellida</owners>
<summary>
Expand Down
4 changes: 2 additions & 2 deletions automatic/ccleaner/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ if ($Env:ChocolateyPackageParameters -match '/UseSystemLocale') {
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'EXE'
url = 'https://download.ccleaner.com/ccsetup570.exe'
checksum = '825E7ADC69360A9820BE17603EC93AACE7E998D3278B33B16048D9452F1BA860'
url = 'https://download.ccleaner.com/ccsetup571.exe'
checksum = '8280C68138EEA0E3EBE6C1D37F8B644B28750B2AD1C6E959AD8B7A0DA5D63508'
checksumType = 'sha256'
silentArgs = "/S $locale"
validExitCodes = @(0)
Expand Down
6 changes: 3 additions & 3 deletions automatic/ghostscript.app/ghostscript.app.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>Ghostscript.app</id>
<version>9.53.0</version>
<version>9.53.1</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/ghostscript.app</packageSourceUrl>
<owners>chocolatey</owners>
<title>Ghostscript (Install)</title>
Expand All @@ -14,7 +14,7 @@
<licenseUrl>http://www.gnu.org/licenses/agpl-3.0.html</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<projectSourceUrl>http://git.ghostscript.com/?p=ghostpdl.git;a=summary</projectSourceUrl>
<docsUrl>http://www.ghostscript.com/doc/9.53.0/Readme.htm</docsUrl>
<docsUrl>http://www.ghostscript.com/doc/9.53.1/Readme.htm</docsUrl>
<bugTrackerUrl>https://bugs.ghostscript.com/</bugTrackerUrl>
<tags>ghostscript.app ghostscript postscript admin foss cross-platform</tags>
<summary>an interpreter for the PostScript language and for PDF.</summary>
Expand All @@ -31,7 +31,7 @@ Ghostscript has been under active development for over 20 years, and offers an e
* A set of C procedures (the Ghostscript library) that implement the graphics and filtering (data compression / decompression / conversion) capabilities that appear as primitive operations in the PostScript language and in PDF.
]]></description>
<releaseNotes>https://ghostscript.com/doc/9.53.0/History9.htm</releaseNotes>
<releaseNotes>https://ghostscript.com/doc/9.53.1/History9.htm</releaseNotes>
<dependencies>
<dependency id="chocolatey-core.extension" version="1.3.3" />
</dependencies>
Expand Down
8 changes: 4 additions & 4 deletions automatic/ghostscript.app/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ location on <https://ghostscript.com/download/gsdnld.html>
and can be verified by doing the following:

1. Download the following:
32-Bit software: <https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs9530/gs9530w32.exe>
64-Bit software: <https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs9530/gs9530w64.exe>
32-Bit software: <https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs9531/gs9531w32.exe>
64-Bit software: <https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs9531/gs9531w64.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
checksum32: 5DB11655BFE2B8B165EC043C61C2094F74ACD96A0F2F69D34E2471310A6AA8B8
checksum64: 3169FBB5F4C7BADE6DE236CE8AA3F9F7C12710F69734A2E76010CA9E04D23C65
checksum32: 3C21C5186AD06D70CA8E36A491995D9AEA33FE6BC695B11B79B25C9CFF00A9E3
checksum64: ADC0475C8742824925A8A7A7FCC1DE5AA164E81EA9BE7C4896419053D6CCB0CC

The file 'LICENSE.txt' has been obtained from <http://git.ghostscript.com/?p=ghostpdl.git;a=blob_plain;f=LICENSE;h=572496a331cefa0933a9e997374f5e7dde3b95c8;hb=HEAD>
4 changes: 2 additions & 2 deletions automatic/ghostscript.app/tools/ChocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

$toolsPath = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"

$filePath32 = "$toolsPath\gs9530w32.exe"
$filePath64 = "$toolsPath\gs9530w64.exe"
$filePath32 = "$toolsPath\gs9531w32.exe"
$filePath64 = "$toolsPath\gs9531w64.exe"

$filePath = if ((Get-OSArchitectureWidth 64) -and $env:chocolateyForceX86 -ne $true) {
Write-Host "Installing 64 bit version" ; $filePath64
Expand Down
8 changes: 4 additions & 4 deletions automatic/ghostscript/ghostscript.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>Ghostscript</id>
<version>9.53.0</version>
<version>9.53.1</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/ghostscript</packageSourceUrl>
<owners>chocolatey</owners>
<title>Ghostscript</title>
Expand All @@ -14,7 +14,7 @@
<licenseUrl>http://www.gnu.org/licenses/agpl-3.0.html</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<projectSourceUrl>http://git.ghostscript.com/?p=ghostpdl.git;a=summary</projectSourceUrl>
<docsUrl>http://www.ghostscript.com/doc/9.53.0/Readme.htm</docsUrl>
<docsUrl>http://www.ghostscript.com/doc/9.53.1/Readme.htm</docsUrl>
<bugTrackerUrl>https://bugs.ghostscript.com/</bugTrackerUrl>
<tags>ghostscript.app ghostscript postscript admin foss cross-platform</tags>
<summary>an interpreter for the PostScript language and for PDF.</summary>
Expand All @@ -27,9 +27,9 @@
* A set of C procedures (the Ghostscript library) that implement the graphics and filtering (data compression / decompression / conversion) capabilities that appear as primitive operations in the PostScript language and in PDF
]]></description>
<releaseNotes>https://ghostscript.com/doc/9.53.0/History9.htm</releaseNotes>
<releaseNotes>https://ghostscript.com/doc/9.53.1/History9.htm</releaseNotes>
<dependencies>
<dependency id="ghostscript.app" version="[9.53.0]" />
<dependency id="ghostscript.app" version="[9.53.1]" />
</dependencies>
</metadata>
<files>
Expand Down

0 comments on commit c358783

Please sign in to comment.