From c8f9760bc052143fcd9ac3e1f0a8c3d2fe174404 Mon Sep 17 00:00:00 2001 From: Chocolatey Community Date: Thu, 9 Jan 2025 12:32:46 +0000 Subject: [PATCH] AU: 1 updated - brave [skip ci] --- 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 88557345f9a..e0166f5a40d 100644 --- a/automatic/brave/brave.json +++ b/automatic/brave/brave.json @@ -1,4 +1,4 @@ { "stable": "1.73.105", - "beta": "1.74.44-beta" + "beta": "1.75.156-beta" } diff --git a/automatic/brave/brave.nuspec b/automatic/brave/brave.nuspec index 342fa0ca18c..d1600f94477 100644 --- a/automatic/brave/brave.nuspec +++ b/automatic/brave/brave.nuspec @@ -2,8 +2,8 @@ brave - 1.73.105 - Brave Browser + 1.75.156-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 33d76468538..c8a96c6e128 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.73.105/BraveBrowserStandaloneSilentSetup.exe +x86_64: https://github.com/brave/brave-browser/releases/download/v1.75.156/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: 53FC2EAA7F4E4DA9A72C22DA1722516F5FBF3411377F3FC84A04F039B2A39CC6 +checksum64: C1FB05785795B47AF7B6D0155DEC46C95CEFF0748AAD1E60CABCFFC1DBDA9C70 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 b65b5db74f4..02c6e2521a0 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.73.105/BraveBrowserStandaloneSilentSetup32.exe' - checksum = '071B6F819EDE32ECB51C00AC4BCE8F28AF2A00539D8B1CC1281F201FEF4DA3B6' + url = 'https://github.com/brave/brave-browser/releases/download/v1.75.156/BraveBrowserStandaloneSilentBetaSetup32.exe' + checksum = '64685E75AAC088AD635127520B7DC8B2D3B97FEA64B697A5F87194D1A388A844' checksumType= 'sha256' - file64 = "$toolsPath\BraveBrowserStandaloneSilentSetup.exe" + file64 = "$toolsPath\BraveBrowserStandaloneSilentBetaSetup.exe" } -[version]$softwareVersion = '1.73.105' +[version]$softwareVersion = '1.75.156' Write-Host "Checking already installed version..." $installedVersion = Get-InstalledVersion