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 23, 2017
1 parent 05f172e commit e13ff87
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.6063</version>
<version>5.30.6065</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/ccsetup530.exe'
$url32 = 'https://download.piriform.com/ccsetup530.exe'
$url64 = $url32
$checksum32 = 'bc6ff86760e64fad54d46f6216a44b1c218d1bbff153c2cdd985ee06813d0297'
$checksum32 = '8d7262f4107fc7b1c1bdfd406d3662474be51ebb71437a86d6065c22d05b6f39'
$checksum64 = $checksum32

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

0 comments on commit e13ff87

Please sign in to comment.