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 Jan 17, 2017
1 parent aa24bda commit fd3aa13
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions 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.25.5902</version>
<version>5.26.5937</version>
<authors>Piriform</authors>
<owners>maartenba, tonigellida</owners>
<summary>
Expand All @@ -24,7 +24,7 @@ This package installs CCleaner without additional adware.
<copyright></copyright>
<licenseUrl>http://www.piriform.com/legal/software-license/ccleaner</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<iconUrl>https://cdn.rawgit.com/chocolatey/chocolatey-coreteampackages/e4a49519947c3cff55c17a0b08266c56b0613e64/icons/ccleaner.png</iconUrl>
<iconUrl>https://cdn.rawgit.com/chocolatey/chocolatey-coreteampackages/182294b9b95166915fdc2265a90ef37c6b24efd9/icons/ccleaner.png</iconUrl>
<packageSourceUrl>https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/automatic/ccleaner</packageSourceUrl>
<releaseNotes>https://www.piriform.com/ccleaner/version-history</releaseNotes>
</metadata>
Expand Down
6 changes: 3 additions & 3 deletions automatic/ccleaner/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
$ErrorActionPreference = 'Stop'
$ErrorActionPreference = 'Stop'

$packageName = 'ccleaner'
$url32 = 'http://download.piriform.com/ccsetup525.exe'
$url32 = 'http://download.piriform.com/ccsetup526.exe'
$url64 = $url32
$checksum32 = 'a39560a9e8aedc5e11fb422d308f96678609b70ca361ce842d5f15ee2e142dcc'
$checksum32 = 'ae01f69a33e57dbe8898daffa3ef79de4871b94d95add9bc13c667283da226bb'
$checksum64 = $checksum32

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

0 comments on commit fd3aa13

Please sign in to comment.