Skip to content

Commit

Permalink
AU: 2 updated - ccleaner dropbox
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jul 21, 2020
1 parent 302953d commit bb459b2
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 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.68.7820.20200625</version>
<version>5.69.7865</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
Expand Up @@ -22,8 +22,8 @@ if ($Env:ChocolateyPackageParameters -match '/UseSystemLocale') {
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'EXE'
url = 'https://download.ccleaner.com/ccsetup568.exe'
checksum = '65AA2E551486ECE85E13885FCA99520EFA9F5C622BAC087B4D78AB2DA2A620CA'
url = 'https://download.ccleaner.com/ccsetup569.exe'
checksum = '9B845E34C3F23DBE16B61BFBBFEB92194EDAFDE73299474B0A7B4AC9D733BE33'
checksumType = 'sha256'
silentArgs = "/S $locale"
validExitCodes = @(0)
Expand Down
4 changes: 2 additions & 2 deletions automatic/dropbox/dropbox.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"beta": "99.4.501-beta",
"stable": "99.4.501"
"beta": "102.3.429-beta",
"stable": "101.4.434"
}
2 changes: 1 addition & 1 deletion automatic/dropbox/dropbox.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>dropbox</id>
<version>99.4.501</version>
<version>101.4.434</version>
<title>Dropbox</title>
<authors>Dropbox</authors>
<owners>chocolatey,ferventcoder,the-running-dev</owners>
Expand Down
6 changes: 3 additions & 3 deletions automatic/dropbox/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ if (!$PSScriptRoot) {
}
. "$PSScriptRoot\helper.ps1"

$version = '99.4.501'
$version = '101.4.434'

if (!(IsVersionAlreadyInstalled $version)) {
$stop_dropbox = if (Get-Process -Name Dropbox -ErrorAction SilentlyContinue) { $false } else { $true }
Expand All @@ -13,8 +13,8 @@ if (!(IsVersionAlreadyInstalled $version)) {
$packageArgs = @{
packageName = $env:ChocolateyPackageName
softwareName = "Dropbox"
url = 'https://clientupdates.dropboxstatic.com/dbx-releng/client/Dropbox%2099.4.501%20Offline%20Installer.exe'
checksum = 'f8b83cc9b7172002f2767c53696ec8e1a84af21d4d19bd6d9151c03d4e2521ea'
url = 'https://clientupdates.dropboxstatic.com/dbx-releng/client/Dropbox%20101.4.434%20Offline%20Installer.exe'
checksum = '8e0d9ffe7114906f6c2d4385eb856dfde4e400da3fca57330323de219b3019ff'
fileType = 'exe'
checksumType = 'sha256'
silentArgs = '/s'
Expand Down

0 comments on commit bb459b2

Please sign in to comment.