From 7dc143b68dcc9073c1ac22bd581a4f78a50079d2 Mon Sep 17 00:00:00 2001 From: Chocolatey Community Date: Thu, 9 Nov 2023 12:14:37 +0000 Subject: [PATCH] AU: 1 updated - brave [skip ci] https://gist.github.com/choco-bot/a14b1e5bfaf70839b338eb1ab7f8226f/2a01c4ee2ad294304d57f971e91fd09135d4c389 --- 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 48b06b33619..850cc5c6586 100644 --- a/automatic/brave/brave.json +++ b/automatic/brave/brave.json @@ -1,4 +1,4 @@ { "stable": "1.60.114", - "beta": "1.61.67-beta" + "beta": "1.61.69-beta" } diff --git a/automatic/brave/brave.nuspec b/automatic/brave/brave.nuspec index 0e3253c4910..1d52acfd013 100644 --- a/automatic/brave/brave.nuspec +++ b/automatic/brave/brave.nuspec @@ -2,8 +2,8 @@ brave - 1.60.114 - Brave Browser + 1.61.69-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 f067d66712e..087d43b1be4 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.60.114/BraveBrowserStandaloneSilentSetup.exe +x86_64: https://github.com/brave/brave-browser/releases/download/v1.61.69/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: C97F1E0CA80CFE643F70451DA981ADA001534B0E55C9A0A7ED5A4A1A97AA4E9B +checksum64: 2015B3B32CDD8E94C4AEE537211D194BC4E2127A04654B8FA0DAE889D977BDF6 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 7d17cf20c91..39da23f8f0b 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.60.114/BraveBrowserStandaloneSilentSetup32.exe' - checksum = '69B3AD82A8E9A70C9489AF541AD991A8292081ABA87869556E89DE0394C6D6CB' + url = 'https://github.com/brave/brave-browser/releases/download/v1.61.69/BraveBrowserStandaloneSilentBetaSetup32.exe' + checksum = 'B6E9477C7BA62D53B5E729595E19E734B80F0731017D1DB38D3DF7FDED336DA5' checksumType= 'sha256' - file64 = "$toolsPath\BraveBrowserStandaloneSilentSetup.exe" + file64 = "$toolsPath\BraveBrowserStandaloneSilentBetaSetup.exe" } -[version]$softwareVersion = '1.60.114' +[version]$softwareVersion = '1.61.69' Write-Host "Checking already installed version..." $installedVersion = Get-InstalledVersion