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 Jun 13, 2017
1 parent ebdf2fe commit 42a60f1
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.30.6065</version>
<version>5.31.6104</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/ccsetup530.exe'
$url32 = 'https://download.piriform.com/ccsetup531.exe'
$url64 = $url32
$checksum32 = '8d7262f4107fc7b1c1bdfd406d3662474be51ebb71437a86d6065c22d05b6f39'
$checksum32 = '0aae3ae3a29138d4479f9c52969b7ed65019fe3f8183e6d563d6b885d5678e9a'
$checksum64 = $checksum32

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

0 comments on commit 42a60f1

Please sign in to comment.