Skip to content

Commit

Permalink
AU: 1 updated - brave
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Oct 18, 2021
1 parent 42927d1 commit d587091
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion automatic/brave/brave.json
@@ -1,4 +1,4 @@
{
"stable": "1.31.85",
"stable": "1.31.86",
"beta": "1.32.69-beta"
}
2 changes: 1 addition & 1 deletion automatic/brave/brave.nuspec
Expand Up @@ -2,7 +2,7 @@
<package>
<metadata>
<id>brave</id>
<version>1.31.85</version>
<version>1.31.86</version>
<title>Brave Browser</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
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.31.85/BraveBrowserStandaloneSilentSetup32.exe
x86_64: https://github.com/brave/brave-browser/releases/download/v1.31.85/BraveBrowserStandaloneSilentSetup.exe
x86: https://github.com/brave/brave-browser/releases/download/v1.31.86/BraveBrowserStandaloneSilentSetup32.exe
x86_64: https://github.com/brave/brave-browser/releases/download/v1.31.86/BraveBrowserStandaloneSilentSetup.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: 51F780D37B2EC1A1C42DF9B4A658DF4BAF103AFC0BF3E0F03F193A4F344A427C
checksum64: 432ADACD07148A730A5C81C5218949FAD30ABB718AE1AB57EA392B75B33C8CCB
checksum32: CD7A61C7A8AF18E7B7B65B1F3231DA6C2977A14D6681BBF9D2806CE880BDB043
checksum64: 8949839EBF3D4498AAE51FD97CEBCE56E2A3DD27D19552E551C8E8405ADC07A3

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/brave/tools/chocolateyInstall.ps1
Expand Up @@ -7,7 +7,7 @@ $packageArgs = @{
file64 = "$toolsPath\BraveBrowserStandaloneSilentSetup.exe"
}

[version]$softwareVersion = '1.31.85'
[version]$softwareVersion = '1.31.86'

Write-Host "Checking already installed version..."
$installedVersion = Get-InstalledVersion
Expand Down

0 comments on commit d587091

Please sign in to comment.