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 May 9, 2022
1 parent a6adf07 commit 897b9d3
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
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>2022.1.2</version>
<version>2022.1.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-2022.1.2.exe'
checksum = '76dfd8e82db9b9656fd1565eabf8d6e4a1d02da6c45ac0d3ff5a5b3c2ef3c1cc'
url = 'https://download.jetbrains.com/datagrip/datagrip-2022.1.3.exe'
checksum = '790027e2673a15462e3777ee6e27591eb1e4753f517df13794d498a517593a49'
fileType = 'exe'
checksumType = 'sha256'
silentArgs = $silentArgs
Expand Down

0 comments on commit 897b9d3

Please sign in to comment.