Skip to content

Commit

Permalink
AU: 2 updated - chromium datagrip
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Dec 24, 2020
1 parent 072d21d commit 89c5071
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion automatic/chromium/chromium.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"snapshots": "89.0.4366.0-snapshots",
"snapshots": "89.0.4367.0-snapshots",
"stable": "87.0.4280.88"
}
2 changes: 1 addition & 1 deletion automatic/chromium/chromium.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>chromium</id>
<version>89.0.4366.0-snapshots</version>
<version>89.0.4367.0-snapshots</version>
<title>Chromium Snapshots</title>
<owners>chocolatey-community</owners>
<authors>The Chromium Authors</authors>
Expand Down
8 changes: 4 additions & 4 deletions automatic/chromium/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ location on <https://github.com/henrypp/chromium/releases/> (the listed mirrors
and can be verified by doing the following:

1. Download the following:
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/839084/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/839084/mini_installer.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/839243/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/839243/mini_installer.exe>
2. Get the checksum using one of the following methods:
- Using powershell function 'Get-FileHash'
- Use chocolatey utility 'checksum.exe'
3. The checksums should match the following:

checksum type: sha256
checksum32: 6D32F8B62D19FF6FC89B95D139E137869A6B00D91C3F41676F181892A23654CA
checksum64: E3B3D40CD68B0CA03E11E32A40CB3937EA062C0FD541261B938944E760F33917
checksum32: DC92C59AA3B37FF3C80F66AB35B9CA694948D96E903DC30ED2BE6C82985BB0C1
checksum64: 15E9AA94FC5D264C0E31B7B91BDABDC139121844D9BC492B50AB718FBE4CF468

The file 'LICENSE.txt' has been obtained from <https://chromium.googlesource.com/chromium/src.git/+/master/LICENSE>
2 changes: 1 addition & 1 deletion automatic/chromium/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
$scriptDir=$toolsDir = $(Split-Path -parent $MyInvocation.MyCommand.Definition)
. (Join-Path $scriptDir 'helper.ps1')

$version = "89.0.4366.0-snapshots"
$version = "89.0.4367.0-snapshots"
$hive = "hkcu"
$chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium"
$Chromium = $hive + ":" + $chromium_string
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>2020.3</version>
<version>2020.3.1</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.3.exe'
checksum = '69289d35afd7db6a91bb03afb8b0db017c366300a10dd2c0718306e648d523c1'
url = 'https://download.jetbrains.com/datagrip/datagrip-2020.3.1.exe'
checksum = 'f28a58c4b4a99c527ec85e44f2dcdbdf09f4fa1ea8790f367ca7e3ea32b5a07b'
fileType = 'exe'
checksumType = 'sha256'
silentArgs = $silentArgs
Expand Down

0 comments on commit 89c5071

Please sign in to comment.