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 Nov 12, 2018
1 parent 68d8634 commit e2ee875
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
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>ccleaner</id>
<title>CCleaner</title>
<version>5.48.6834</version>
<version>5.49.6856</version>
<authors>Piriform</authors>
<owners>maartenba, tonigellida</owners>
<summary>
Expand Down
4 changes: 2 additions & 2 deletions automatic/ccleaner/tools/chocolateyInstall.ps1
Expand Up @@ -22,8 +22,8 @@ if ($Env:ChocolateyPackageParameters -match '/UseSystemLocale') {
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'EXE'
url = 'https://download.ccleaner.com/ccsetup548.exe'
checksum = 'c1984cfe42302d2eff0bee3640b0fab1a9be5c3c00222752f0e446b6199d3274'
url = 'https://download.ccleaner.com/ccsetup549.exe'
checksum = '569f51d8459c61d8fbc9efcb97a5eb08228745385b526c015c77ab6c2b8ab832'
checksumType = 'sha256'
silentArgs = "/S $locale"
validExitCodes = @(0)
Expand Down

0 comments on commit e2ee875

Please sign in to comment.