diff --git a/automatic/brave/brave.json b/automatic/brave/brave.json index 4cc6433bfcb..fc1db7b9c97 100644 --- a/automatic/brave/brave.json +++ b/automatic/brave/brave.json @@ -1,4 +1,4 @@ { "stable": "1.10.86", - "beta": "1.10.85-beta" + "beta": "1.11.55-beta" } diff --git a/automatic/brave/brave.nuspec b/automatic/brave/brave.nuspec index 30c4b36353c..9bfc8eeccd0 100644 --- a/automatic/brave/brave.nuspec +++ b/automatic/brave/brave.nuspec @@ -2,8 +2,8 @@ brave - 1.10.86 - Brave Browser + 1.11.55-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 afdb3730968..7b900d5a449 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/v1.10.86/BraveBrowserStandaloneSilentSetup32.exe -x86_64: https://github.com/brave/brave-browser/releases/download/v1.10.86/BraveBrowserStandaloneSilentSetup.exe +x86: https://github.com/brave/brave-browser/releases/download/v1.11.55/BraveBrowserSilentBetaSetup32.exe +x86_64: https://github.com/brave/brave-browser/releases/download/v1.11.55/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: 342E7478321A80BFA8FB23017B20956F1206897549B719E85179396189D86557 -checksum64: 634B4D22B960385A7DE2B0BD2F923AAA62F1F2C3721C75E56BA384FDA86875FB +checksum32: 7202060CE75388D66326AC694C3C01EFA0784E51E66FCE02B2B152B95E4D7F8C +checksum64: DE1B0BF38488C2E17AAE9F95381D024936DF1E5B460F6140D77FE2ABA7DABBB9 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 addf50ac664..c87728dc0da 100644 --- a/automatic/brave/tools/chocolateyInstall.ps1 +++ b/automatic/brave/tools/chocolateyInstall.ps1 @@ -3,11 +3,11 @@ $packageArgs = @{ packageName = $env:ChocolateyPackageName - file = "$toolsPath\BraveBrowserStandaloneSilentSetup32.exe" - file64 = "$toolsPath\BraveBrowserStandaloneSilentSetup.exe" + file = "$toolsPath\BraveBrowserSilentBetaSetup32.exe" + file64 = "$toolsPath\BraveBrowserSilentBetaSetup.exe" } -[version]$softwareVersion = '1.10.86' +[version]$softwareVersion = '1.11.55' Write-Host "Checking already installed version..." $installedVersion = Get-InstalledVersion