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 Dec 17, 2017
1 parent 878ada2 commit 30822df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.38.6357</version>
<version>5.38.6357.20171217</version>
<authors>Piriform</authors>
<owners>maartenba, tonigellida</owners>
<summary>
Expand Down
2 changes: 1 addition & 1 deletion automatic/ccleaner/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
$packageName = 'ccleaner'
$url32 = 'https://download.piriform.com/ccsetup538.exe'
$url64 = $url32
$checksum32 = '5d451496b64c534e788a12d0372d10e371f91c7fcff211de7a1a6457538deca7'
$checksum32 = 'e28d4eb40c69b7457d72a1ebef1d8ed41f9e087800d02074d1742c83d584453c'
$checksum64 = $checksum32

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

0 comments on commit 30822df

Please sign in to comment.