From eee7c4d2ade898a6bc4da1520590a9922669f785 Mon Sep 17 00:00:00 2001 From: Chocolatey Community Date: Sun, 16 Jul 2023 00:15:09 +0000 Subject: [PATCH] AU: 1 updated - brave [skip ci] https://gist.github.com/choco-bot/a14b1e5bfaf70839b338eb1ab7f8226f/2368e4b61bde23074b42d21302144b21a855180d --- automatic/brave/brave.json | 2 +- automatic/brave/brave.nuspec | 8 ++++---- automatic/brave/legal/VERIFICATION.txt | 4 ++-- automatic/brave/tools/chocolateyInstall.ps1 | 8 ++++---- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/automatic/brave/brave.json b/automatic/brave/brave.json index 642b2025f5a..188af323548 100644 --- a/automatic/brave/brave.json +++ b/automatic/brave/brave.json @@ -1,4 +1,4 @@ { "stable": "1.52.130", - "beta": "1.57.1-beta" + "beta": "1.57.13-beta" } diff --git a/automatic/brave/brave.nuspec b/automatic/brave/brave.nuspec index 9a97cbb0501..aa1b99d9fd9 100644 --- a/automatic/brave/brave.nuspec +++ b/automatic/brave/brave.nuspec @@ -2,8 +2,8 @@ brave - 1.52.130 - Brave Browser + 1.57.13-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 d3232084750..5952e1c1dc4 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.52.130/BraveBrowserStandaloneSilentSetup.exe +x86_64: https://github.com/brave/brave-browser/releases/download/v1.57.13/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: 3E4B611D96DAAD599EB5D6A90F5746C965F8E6B7223E4E91424C266FFF11A2CA +checksum64: E6FBFE4FE859D19B5CFD2EA3D6A0E3CDBC8C67ABC4BC8492734C46661EB008AB 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 36ae04b63dd..c847a976d7c 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.52.130/BraveBrowserStandaloneSilentSetup32.exe' - checksum = 'E510714216ADFF93857B475C13540A516429A523BA21D806D5476330D1A36B76' + url = 'https://github.com/brave/brave-browser/releases/download/v1.57.13/BraveBrowserStandaloneSilentBetaSetup32.exe' + checksum = '10CAED524B99C3A04B609B26F503D2E1C2BE2E2525BFC889A2690C2960A1CE89' checksumType= 'sha256' - file64 = "$toolsPath\BraveBrowserStandaloneSilentSetup.exe" + file64 = "$toolsPath\BraveBrowserStandaloneSilentBetaSetup.exe" } -[version]$softwareVersion = '1.52.130' +[version]$softwareVersion = '1.57.13' Write-Host "Checking already installed version..." $installedVersion = Get-InstalledVersion