Skip to content

Commit

Permalink
AU: 2 updated - ccleaner datagrip
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Feb 19, 2019
1 parent 32e12e0 commit 9191ef6
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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.51.6939</version>
<version>5.53.7034</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/ccsetup551.exe'
checksum = '57c00353b459d6c164e32b1de48a7537dca2788c8d3eda29ba50734ffa800b07'
url = 'https://download.ccleaner.com/ccsetup553.exe'
checksum = '654eebb38506e36b159f0dda7b316e2b726548145a179cec49b32bb030d5aba8'
checksumType = 'sha256'
silentArgs = "/S $locale"
validExitCodes = @(0)
Expand Down
2 changes: 1 addition & 1 deletion automatic/datagrip/datagrip.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>datagrip</id>
<version>2018.3.2</version>
<version>2018.3.3</version>
<title>JetBrains DataGrip</title>
<authors>JetBrains</authors>
<licenseUrl>https://www.datagrip.org/terms.php</licenseUrl>
Expand Down
4 changes: 2 additions & 2 deletions automatic/datagrip/tools/ChocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ New-Item -ItemType Directory -Force -Path $installDir
$arguments = @{
packageName = $env:ChocolateyPackageName
softwareName = 'JetBrains DataGrip*'
url = 'https://download.jetbrains.com/datagrip/datagrip-2018.3.2.exe'
checksum = 'cd6a7712988c8d768e2c79d5c9269f767e5b48d7e134b22d85fb686040e7e40e'
url = 'https://download.jetbrains.com/datagrip/datagrip-2018.3.3.exe'
checksum = '792ac36cc28ed8f711252ecd2c2b6339ed7a8a154ee89ad0f4b689d43ea25bdd'
fileType = 'exe'
checksumType = 'sha256'
silentArgs = $silentArgs
Expand Down

0 comments on commit 9191ef6

Please sign in to comment.