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 May 16, 2017
1 parent 20fe7ef commit 4f80973
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.28.6005</version>
<version>5.30.6063</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 = 'http://download.piriform.com/ccsetup528.exe'
$url32 = 'http://download.piriform.com/ccsetup530.exe'
$url64 = $url32
$checksum32 = 'c0095229fe2e0c9bde8ef960b6fed40a71f5f2d9cc17d4c53ee9ca30c5b032a9'
$checksum32 = 'bc6ff86760e64fad54d46f6216a44b1c218d1bbff153c2cdd985ee06813d0297'
$checksum64 = $checksum32

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

0 comments on commit 4f80973

Please sign in to comment.