diff --git a/automatic/brave/brave.json b/automatic/brave/brave.json index a70890b47a6..808b62108fa 100644 --- a/automatic/brave/brave.json +++ b/automatic/brave/brave.json @@ -1,4 +1,4 @@ { "stable": "1.65.126", - "beta": "1.66.95-beta" + "beta": "1.66.97-beta" } diff --git a/automatic/brave/brave.nuspec b/automatic/brave/brave.nuspec index fe99525a23a..509ad9b8d7f 100644 --- a/automatic/brave/brave.nuspec +++ b/automatic/brave/brave.nuspec @@ -2,8 +2,8 @@ brave - 1.65.126 - Brave Browser + 1.66.97-beta + Brave Browser (Beta) - https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@a23ca306537e2537a574ddc55e9c28dc1151ab30/icons/brave.svg + https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@a23ca306537e2537a574ddc55e9c28dc1151ab30/icons/brave-beta.svg A browser that lets you browse safer and faster by blocking ads and trackers. chocolatey-community, Sanshiro Brave Software Inc. diff --git a/automatic/brave/legal/VERIFICATION.txt b/automatic/brave/legal/VERIFICATION.txt index 2cd20622d2b..4e59f32bf97 100644 --- a/automatic/brave/legal/VERIFICATION.txt +++ b/automatic/brave/legal/VERIFICATION.txt @@ -6,14 +6,14 @@ The installer has been downloaded from the GitHub mirror and can be verified lik 1. Download the following installer(s): -x86_64: https://github.com/brave/brave-browser/releases/download/v1.65.126/BraveBrowserStandaloneSilentSetup.exe +x86_64: https://github.com/brave/brave-browser/releases/download/v1.66.97/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 -checksum64: D469485EB01B5F12046CC82F9C023DBC683DF4AEE26AD1692EFB71C6339465A3 +checksum64: BE02CDEB587EB7EC97E4DE403200962A28E4F3AB1FAAA545C47F700CBE2407A3 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 1754fa33db8..c97e6db87d0 100644 --- a/automatic/brave/tools/chocolateyInstall.ps1 +++ b/automatic/brave/tools/chocolateyInstall.ps1 @@ -3,13 +3,13 @@ $packageArgs = @{ packageName = $env:ChocolateyPackageName - url = 'https://github.com/brave/brave-browser/releases/download/v1.65.126/BraveBrowserStandaloneSilentSetup32.exe' - checksum = '6851C4909E189130AF2AA60AED3E15B153F3B72133F96973D5DC18BE81F1B46C' + url = 'https://github.com/brave/brave-browser/releases/download/v1.66.97/BraveBrowserStandaloneSilentBetaSetup32.exe' + checksum = 'A196BAFEB078D1E41DD26765AE62A105F4B3DCB85D28D45468DD178627EBDE3A' checksumType= 'sha256' - file64 = "$toolsPath\BraveBrowserStandaloneSilentSetup.exe" + file64 = "$toolsPath\BraveBrowserStandaloneSilentBetaSetup.exe" } -[version]$softwareVersion = '1.65.126' +[version]$softwareVersion = '1.66.97' Write-Host "Checking already installed version..." $installedVersion = Get-InstalledVersion