Skip to content

Commit

Permalink
AU: 1 updated - ccleaner
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Aug 15, 2017
1 parent cc118c4 commit 8a15ec3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.32.6129</version>
<version>5.33.6162</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
@@ -1,9 +1,9 @@
$ErrorActionPreference = 'Stop'

$packageName = 'ccleaner'
$url32 = 'https://download.piriform.com/ccsetup532.exe'
$url32 = 'https://download.piriform.com/ccsetup533.exe'
$url64 = $url32
$checksum32 = '5efe445a696914b968f763b5830a62365d95e45052c35a96e05794bc7a7a2964'
$checksum32 = '1a4a5123d7b2c534cb3e3168f7032cf9ebf38b9a2a97226d0fdb7933cf6030ff'
$checksum64 = $checksum32

if ($Env:ChocolateyPackageParameters -match '/UseSystemLocale') {
Expand Down

0 comments on commit 8a15ec3

Please sign in to comment.