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 10, 2021
1 parent 6483c70 commit 23de348
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.30.87",
"beta": "1.31.74-beta"
"beta": "1.31.80-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.74-beta</version>
<version>1.31.80-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
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.74/BraveBrowserStandaloneSilentBetaSetup32.exe
x86_64: https://github.com/brave/brave-browser/releases/download/v1.31.74/BraveBrowserStandaloneSilentBetaSetup.exe
x86: https://github.com/brave/brave-browser/releases/download/v1.31.80/BraveBrowserStandaloneSilentBetaSetup32.exe
x86_64: https://github.com/brave/brave-browser/releases/download/v1.31.80/BraveBrowserStandaloneSilentBetaSetup.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: 72F52761C7BDEDB63214235143AE5F2A4CFFB0CE214AC451F629D6CF1F930F8B
checksum64: 669A85E4EDE2732750970D4465CD1BC8F61B5F6BAA8837DFC560C398FFDF73B0
checksum32: 260F425B3A78BD142D0D89DBDC46B56633D1980ECA0E1C042B6E90E4F4B89CAE
checksum64: 6CF428A8973D558216AE787F776B4546CC96C4F6DA8D130F756873D63BB0E98B

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\BraveBrowserStandaloneSilentBetaSetup.exe"
}

[version]$softwareVersion = '1.31.74'
[version]$softwareVersion = '1.31.80'

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

0 comments on commit 23de348

Please sign in to comment.