From d7e44d346a242ead6d06916726e9eacbb44c4279 Mon Sep 17 00:00:00 2001 From: Chocolatey Date: Fri, 16 Aug 2019 12:11:33 +0000 Subject: [PATCH] AU: 1 updated - brave [skip ci] https://gist.github.com/a14b1e5bfaf70839b338eb1ab7f8226f/673e7ecf3b55c74ad25efea16cc985faf8164326 --- automatic/brave/brave.json | 2 +- automatic/brave/brave.nuspec | 8 ++++---- automatic/brave/legal/VERIFICATION.txt | 8 ++++---- automatic/brave/tools/chocolateyInstall.ps1 | 4 ++-- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/automatic/brave/brave.json b/automatic/brave/brave.json index dafd530b8b9..23e9fec381c 100644 --- a/automatic/brave/brave.json +++ b/automatic/brave/brave.json @@ -1,4 +1,4 @@ { "stable": "0.68.129", - "beta": "0.68.123-beta" + "beta": "0.69.108-beta" } diff --git a/automatic/brave/brave.nuspec b/automatic/brave/brave.nuspec index 75a5aec316a..e0e4245ed80 100644 --- a/automatic/brave/brave.nuspec +++ b/automatic/brave/brave.nuspec @@ -2,8 +2,8 @@ brave - 0.68.129 - Brave Browser + 0.69.108-beta + Brave Browser (Beta) - https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@a23ca30653/icons/brave.svg + https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@a23ca30653/icons/brave-beta.svg A browser that lets you browse safer and faster by blocking ads and trackers. chocolatey, Sanshiro Brave Software Inc. diff --git a/automatic/brave/legal/VERIFICATION.txt b/automatic/brave/legal/VERIFICATION.txt index 05bb019ad7a..ab5d3dba9f8 100644 --- a/automatic/brave/legal/VERIFICATION.txt +++ b/automatic/brave/legal/VERIFICATION.txt @@ -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/v0.68.129/BraveBrowserStandaloneSilentSetup32.exe -x86_64: https://github.com/brave/brave-browser/releases/download/v0.68.129/BraveBrowserStandaloneSilentSetup.exe +x86: https://github.com/brave/brave-browser/releases/download/v0.69.108/BraveBrowserSilentBetaSetup32.exe +x86_64: https://github.com/brave/brave-browser/releases/download/v0.69.108/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: 0BA4BDB144B145410AB3DC72183D1253AD2B77C8A7728069875CABF5C8A9EA3B -checksum64: A34795A5EA614662360C1AD228D45F439BE113558A6B5C4BEABBBC88661CE734 +checksum32: 468F11ED4B7383658554C7DA186DA32F821C410FF0DE481B7F7622726251294E +checksum64: E95CE2FC1C3AB34CDC23261E77FE35641909C6527F7AF88508E3359A5B08956D The included 'LICENSE.txt' file have been obtained from: https://github.com/brave/brave-browser/blob/master/LICENSE diff --git a/automatic/brave/tools/chocolateyInstall.ps1 b/automatic/brave/tools/chocolateyInstall.ps1 index 49732cde894..ff4f809bc90 100644 --- a/automatic/brave/tools/chocolateyInstall.ps1 +++ b/automatic/brave/tools/chocolateyInstall.ps1 @@ -2,8 +2,8 @@ $packageArgs = @{ packageName = $env:ChocolateyPackageName - file = "$toolsDir\BraveBrowserStandaloneSilentSetup32.exe" - file64 = "$toolsDir\BraveBrowserStandaloneSilentSetup.exe" + file = "$toolsDir\BraveBrowserSilentBetaSetup32.exe" + file64 = "$toolsDir\BraveBrowserSilentBetaSetup.exe" } Install-ChocolateyInstallPackage @packageArgs