Skip to content

Commit

Permalink
AU: 1 updated - datagrip
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Dec 22, 2022
1 parent 6051353 commit c822995
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion automatic/datagrip/datagrip.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>datagrip</id>
<version>2022.3.1</version>
<version>2022.3.2</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
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-2022.3.1.exe'
checksum = '3ef641951802bf235a3e02e59f9a8844a8c7947ba7c3ee919106fee2809f7cf0'
url = 'https://download.jetbrains.com/datagrip/datagrip-2022.3.2.exe'
checksum = 'a87248306e82537c2c7e4aa5253ac9fe96ea0d4c6da1ce587a57afcd68b0ae00'
fileType = 'exe'
checksumType = 'sha256'
silentArgs = $silentArgs
Expand Down

0 comments on commit c822995

Please sign in to comment.