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 Dec 4, 2020
1 parent 03f436a commit 1daf760
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.17.75",
"stable": "1.18.69",
"beta": "1.19.46-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.17.75</version>
<version>1.18.69</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
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.17.75/BraveBrowserStandaloneSilentSetup32.exe
x86_64: https://github.com/brave/brave-browser/releases/download/v1.17.75/BraveBrowserStandaloneSilentSetup.exe
x86: https://github.com/brave/brave-browser/releases/download/v1.18.69/BraveBrowserStandaloneSilentSetup32.exe
x86_64: https://github.com/brave/brave-browser/releases/download/v1.18.69/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: 7C45990C2A30ECAD4717B45792D47AC90B7A311345474FC077D2E30F271F034F
checksum64: C095C35EA174D5E247F743526482618E5F0C1F24B74EE0E53674480EED4360A6
checksum32: 5B72376211A8B1EDF15F71DBC6151CAF4DC150D6AA49EB2A5411B9FE2A96820B
checksum64: F632C76BAF92FC690FD9957E313939BD5D161D247D26A3CF4057EB1F10393F4D

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

[version]$softwareVersion = '1.17.75'
[version]$softwareVersion = '1.18.69'

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

0 comments on commit 1daf760

Please sign in to comment.