From a7f266021d3219c078214d75374bd705b66024b2 Mon Sep 17 00:00:00 2001 From: Chocolatey Community Date: Thu, 11 Jan 2024 12:14:52 +0000 Subject: [PATCH] AU: 1 updated - brave [skip ci] https://gist.github.com/choco-bot/a14b1e5bfaf70839b338eb1ab7f8226f/0ad3de8eaa5a2cbd59b524dbd596d8439e74d74b --- 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 8571f7e4003..5888527d9d0 100644 --- a/automatic/brave/brave.json +++ b/automatic/brave/brave.json @@ -1,4 +1,4 @@ { "stable": "1.61.116", - "beta": "1.62.130-beta" + "beta": "1.62.137-beta" } diff --git a/automatic/brave/brave.nuspec b/automatic/brave/brave.nuspec index 9bf9fd32fe8..fad4abfb796 100644 --- a/automatic/brave/brave.nuspec +++ b/automatic/brave/brave.nuspec @@ -2,8 +2,8 @@ brave - 1.61.116 - Brave Browser + 1.62.137-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 18464afcc0e..ee4dfeb929a 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.61.116/BraveBrowserStandaloneSilentSetup.exe +x86_64: https://github.com/brave/brave-browser/releases/download/v1.62.137/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: A09B5EE8221E0AE1B02FA0F0BBE29C5A88466061B28C90891EAB8B8C3342C5B1 +checksum64: 3417859EE6E1DCE0F9B81242266E0CC466DB2613E311FE2A5824B144AE30B3C0 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 459d2d64933..c2861711cf4 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.61.116/BraveBrowserStandaloneSilentSetup32.exe' - checksum = '2E365C794E8D2F5A769338BA1486FE3E0095B75F8FBC11F68C7FC8F456E52A74' + url = 'https://github.com/brave/brave-browser/releases/download/v1.62.137/BraveBrowserStandaloneSilentBetaSetup32.exe' + checksum = '485DA8F657954163945DE956D5145C0A2C82F09A898A8CB978FCD10D64683F4A' checksumType= 'sha256' - file64 = "$toolsPath\BraveBrowserStandaloneSilentSetup.exe" + file64 = "$toolsPath\BraveBrowserStandaloneSilentBetaSetup.exe" } -[version]$softwareVersion = '1.61.116' +[version]$softwareVersion = '1.62.137' Write-Host "Checking already installed version..." $installedVersion = Get-InstalledVersion