From e94087ec760999884cffca6334bd7508ae5ca4a6 Mon Sep 17 00:00:00 2001 From: tunisiano187 Date: Tue, 16 Feb 2021 04:11:04 +0000 Subject: [PATCH] AU: 1 updated - brave-nightly [skip ci] https://gist.github.com/7032dea203873812b435f152ee3794bf/b05b776987d7934280d3c55830fd8116387bde21 --- automatic/brave-nightly/brave-nightly.nuspec | 2 +- automatic/brave-nightly/tools/chocolateyInstall.ps1 | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/automatic/brave-nightly/brave-nightly.nuspec b/automatic/brave-nightly/brave-nightly.nuspec index 7766252d6..27d27b9da 100644 --- a/automatic/brave-nightly/brave-nightly.nuspec +++ b/automatic/brave-nightly/brave-nightly.nuspec @@ -3,7 +3,7 @@ brave-nightly - 1.22.22-nightly + 1.22.25-nightly Brave Browser (Nightly) Brave Software Inc. tunisiano diff --git a/automatic/brave-nightly/tools/chocolateyInstall.ps1 b/automatic/brave-nightly/tools/chocolateyInstall.ps1 index d1eb46ef7..6eebf0631 100644 --- a/automatic/brave-nightly/tools/chocolateyInstall.ps1 +++ b/automatic/brave-nightly/tools/chocolateyInstall.ps1 @@ -3,10 +3,10 @@ $toolsPath = Split-Path $MyInvocation.MyCommand.Definition . $toolsPath\helpers.ps1 $packageName = $env:ChocolateyPackageName -$url32 = 'https://github.com/brave/brave-browser/releases/download/v1.22.22/BraveBrowserSilentNightlySetup32.exe' -$url64 = 'https://github.com/brave/brave-browser/releases/download/v1.22.23/BraveBrowserSilentNightlySetup.exe' -$checksum32 = 'd4fe187c9a121da18afd4155fe84bea9da1233d6ab9654e875e07f9b3792c171' -$checksum64 = 'f8c3956689f10bf4de515d5803104bf77cda9cb922e804364568556d0a9f1573' +$url32 = 'https://github.com/brave/brave-browser/releases/download/v1.22.25/BraveBrowserSilentNightlySetup32.exe' +$url64 = 'https://github.com/brave/brave-browser/releases/download/v1.22.26/BraveBrowserSilentNightlySetup.exe' +$checksum32 = '504a668ac671ef35f5bd53b13ba50340d468ed3d10b4a798c220a9b118609f96' +$checksum64 = '90c9a9344500ccba8608e6ded1d7b6e5a21eef07757d52463a62270b076a2c55' $checksumType32 = 'sha256' $checksumType64 = 'sha256'