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 Oct 31, 2019
1 parent aab4aae commit 7f0dc09
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": "0.70.121",
"beta": "0.71.105-beta"
"beta": "0.71.106-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>0.71.105-beta</version>
<version>0.71.106-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/v0.71.105/BraveBrowserSilentBetaSetup32.exe
x86_64: https://github.com/brave/brave-browser/releases/download/v0.71.105/BraveBrowserSilentBetaSetup.exe
x86: https://github.com/brave/brave-browser/releases/download/v0.71.106/BraveBrowserSilentBetaSetup32.exe
x86_64: https://github.com/brave/brave-browser/releases/download/v0.71.106/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: 596B960E171B4F5CC33947170C80F704463626C1B30B39C0C450043A2AF240C6
checksum64: 151A68D1474B2AF6C1EFA446753E657979FE70B1394D0B8BEC02E8473095A859
checksum32: D67E4C18071CBB01F22BA9F7B329CC1DD6185B1090E3044E0F1EAB0633DF9785
checksum64: 3CDD04A9360F3C7C7BC368F6540902ADF2565489691D1E0967C494CB099C5641

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.2.5</version>
<version>2019.2.6</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.2.5.exe'
checksum = 'e475d0c7d1c1c0d71b2cb75c6a56cc199b94457b1d26e9bfb287cca00a54a4f8'
url = 'https://download.jetbrains.com/datagrip/datagrip-2019.2.6.exe'
checksum = 'e05976d35f954f53770f5a1688d3aaad5ee793caf41134068dd706d8d6ef86c5'
fileType = 'exe'
checksumType = 'sha256'
silentArgs = $silentArgs
Expand Down

0 comments on commit 7f0dc09

Please sign in to comment.