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 Jan 7, 2021
1 parent f5af077 commit 21c985e
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
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"stable": "1.18.77",
"beta": "1.19.74-beta"
"beta": "1.19.77-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.19.74-beta</version>
<version>1.19.77-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.19.74/BraveBrowserSilentBetaSetup32.exe
x86_64: https://github.com/brave/brave-browser/releases/download/v1.19.74/BraveBrowserSilentBetaSetup.exe
x86: https://github.com/brave/brave-browser/releases/download/v1.19.77/BraveBrowserSilentBetaSetup32.exe
x86_64: https://github.com/brave/brave-browser/releases/download/v1.19.77/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: CBC7B56036CFC179AAEB64303990F9C17209F0ED685A7A4ACA425E5F40C3F9DC
checksum64: E264790ABD493F932926C0383DE0F0B58DF2D56DF2AFD149F202E4A16FC2D8FF
checksum32: A4B9B251F1E5959F1F3BA0CA9BBF44E8531865E6859C89A36E69516EA9C24C80
checksum64: A79BFEA92C5D042497AF4D28CC67EBEFD5D0CE2B6D33D70CA7610A115E0331B8

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
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ $packageArgs = @{
file64 = "$toolsPath\BraveBrowserSilentBetaSetup.exe"
}

[version]$softwareVersion = '1.19.74'
[version]$softwareVersion = '1.19.77'

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

0 comments on commit 21c985e

Please sign in to comment.