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 Aug 31, 2021
1 parent 6768701 commit b7e8687
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.29.75",
"stable": "1.29.76",
"beta": "1.29.71-beta"
}
2 changes: 1 addition & 1 deletion automatic/brave/brave.nuspec
Expand Up @@ -2,7 +2,7 @@
<package>
<metadata>
<id>brave</id>
<version>1.29.75</version>
<version>1.29.76</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.29.75/BraveBrowserStandaloneSilentSetup32.exe
x86_64: https://github.com/brave/brave-browser/releases/download/v1.29.75/BraveBrowserStandaloneSilentSetup.exe
x86: https://github.com/brave/brave-browser/releases/download/v1.29.76/BraveBrowserStandaloneSilentSetup32.exe
x86_64: https://github.com/brave/brave-browser/releases/download/v1.29.76/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: 759AD55CE2674F00A53646971F29CBE9DCEA056C647CDD151BD9CD5EA64774C6
checksum64: 5CCF34359EDE3548FB2A25873D2D40B3DE8E3E73D7218BF3524178E297AF6070
checksum32: C0A64A314A9B32BEB80B68693CA49F58AC49125B0805956494B013C9FDD8B3E2
checksum64: 21BB2BCB331A243EFE831BE2D5BBC3C40953990D6A00F912FAA28CEBC92E280A

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.29.75'
[version]$softwareVersion = '1.29.76'

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

0 comments on commit b7e8687

Please sign in to comment.