Skip to content

Commit

Permalink
AU: 2 updated - brave datagrip
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jan 22, 2020
1 parent 4d4eec3 commit 3479658
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion automatic/brave/brave.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"stable": "1.2.43",
"beta": "1.3.97-beta"
"beta": "1.3.98-beta"
}
2 changes: 1 addition & 1 deletion automatic/brave/brave.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package>
<metadata>
<id>brave</id>
<version>1.3.97-beta</version>
<version>1.3.98-beta</version>
<title>Brave Browser (Beta)</title>
<description><![CDATA[Brave is a free and open-source web browser developed by Brave Software Inc. based on the Chromium web browser. Brave supports Windows, macOS, Linux and Android.
Expand Down
8 changes: 4 additions & 4 deletions automatic/brave/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@ The installer have been downloaded from the GitHub mirror and can be verified li

1. Download the following installer(s):

x86: https://github.com/brave/brave-browser/releases/download/v1.3.97/BraveBrowserSilentBetaSetup32.exe
x86_64: https://github.com/brave/brave-browser/releases/download/v1.3.97/BraveBrowserSilentBetaSetup.exe
x86: https://github.com/brave/brave-browser/releases/download/v1.3.98/BraveBrowserSilentBetaSetup32.exe
x86_64: https://github.com/brave/brave-browser/releases/download/v1.3.98/BraveBrowserSilentBetaSetup.exe

2. You can use one of the following methods to obtain the checksum(s):
- Use powershell function 'Get-Filehash'
- Use chocolatey utility 'checksum.exe'

checksum type: sha256
checksum32: C8A73D3DFE2497AAB7ED72B37DFC186678B741B9719C060F841C2DAC8C6F871C
checksum64: AAC570D0B012458606B15023D55957D1E619E01C08AB57D72A3B46F42EBCAAA9
checksum32: B6E6862C8DE607C70ED4EBBD63950FA74BA04C5B2F0AF4A5E228C2A7ECA20FC8
checksum64: 3F8EAAD9FA4CA4DDA1EEDF2E15AEC649559124E49FC396FDB38B79030A4D69F7

The included 'LICENSE.txt' file have been obtained from:
https://github.com/brave/brave-browser/blob/master/LICENSE
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>2019.3</version>
<version>2019.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
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-2019.3.exe'
checksum = '8439e385e6a4d4cfbac75e29af31541a5435bf860af433eb51e276c2b29a10a1'
url = 'https://download.jetbrains.com/datagrip/datagrip-2019.3.2.exe'
checksum = 'dc77dd60c7eca12e42104e581aeda17d3615b1a57061ac83bf9403be4fea0c3b'
fileType = 'exe'
checksumType = 'sha256'
silentArgs = $silentArgs
Expand Down

0 comments on commit 3479658

Please sign in to comment.