Skip to content

Commit

Permalink
AU: 2 updated - datagrip sysinternals
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Sep 17, 2020
1 parent 0aaa880 commit 1f026ed
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
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>2020.2.2</version>
<version>2020.2.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-2020.2.2.exe'
checksum = '8c62e969b5d3b4979ab7a63767b93a4e191b4dc31fde1509ec895a78eefa32d2'
url = 'https://download.jetbrains.com/datagrip/datagrip-2020.2.3.exe'
checksum = '6845636c53df44a71f2f23a508c2e64a07c81e0140def47347f66fe8da4092a1'
fileType = 'exe'
checksumType = 'sha256'
silentArgs = $silentArgs
Expand Down
2 changes: 1 addition & 1 deletion automatic/sysinternals/sysinternals.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>sysinternals</id>
<title>Sysinternals</title>
<version>2020.7.15</version>
<version>2020.9.17</version>
<authors>Mark Russinovich, Bryce Cogswell</authors>
<owners>chocolatey-community, Rob Reynolds</owners>
<summary>Sysinternals - utilities to help you manage, troubleshoot and diagnose your Windows systems and applications.</summary>
Expand Down
4 changes: 2 additions & 2 deletions automatic/sysinternals/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Write-Host "Sysinternals Suite is going to be installed in '$installDir'"
$packageArgs = @{
packageName = 'sysinternals'
url = 'https://download.sysinternals.com/files/SysinternalsSuite.zip'
checksum = '40b2031b1c8d294be083c46a83161b459c0a7fc05bd380287317eddb78b54af7'
checksum = '5999b0a6b2406278494d1e9adecb7be6ab62af7e66cab7b48be04487a5d30b38'
checksumType = 'sha256'
unzipLocation = $installDir
}
Expand All @@ -18,7 +18,7 @@ Accept-Eula
if ($installDir -ne $toolsPath) { Install-ChocolateyPath $installDir }
if (Is-NanoServer) {
$packageArgs.url = 'https://download.sysinternals.com/files/SysinternalsSuite-Nano.zip'
$packageArgs.checksum = '7b6fab7f0ada0bc2b0748f3bc29e93846869f9dd175a0ca070bbebc07ee5de09'
$packageArgs.checksum = '81139e73dc1a6f25de2d19967c4a49994a00e1193fa8959cf46f6b141d2f10df'
}

$old_path = 'c:\sysinternals'
Expand Down

0 comments on commit 1f026ed

Please sign in to comment.