diff --git a/automatic/brave-nightly/brave-nightly.nuspec b/automatic/brave-nightly/brave-nightly.nuspec index 389dd4fcd..2c5b6efb2 100644 --- a/automatic/brave-nightly/brave-nightly.nuspec +++ b/automatic/brave-nightly/brave-nightly.nuspec @@ -3,7 +3,7 @@ brave-nightly - 1.15.1-nightly + 1.15.2-nightly Brave Browser (Nightly) Brave Software Inc. tunisiano diff --git a/automatic/brave-nightly/tools/VERIFICATION.txt b/automatic/brave-nightly/tools/VERIFICATION.txt index 2626c45bf..7ac33fa12 100644 --- a/automatic/brave-nightly/tools/VERIFICATION.txt +++ b/automatic/brave-nightly/tools/VERIFICATION.txt @@ -6,8 +6,8 @@ The installer have been downloaded from the GitHub mirror and can be verified li 1. Download the following installer(s): -x86: https://github.com/brave/brave-browser/releases/download/v1.15.1/BraveBrowserSilentNightlySetup32.exe -x86_64: https://github.com/brave/brave-browser/releases/download/v1.15.1/BraveBrowserSilentNightlySetup.exe +x86: https://github.com/brave/brave-browser/releases/download/v1.15.2/BraveBrowserSilentNightlySetup32.exe +x86_64: https://github.com/brave/brave-browser/releases/download/v1.15.2/BraveBrowserSilentNightlySetup.exe 2. You can use one of the following methods to obtain the checksum(s): - Use powershell function 'Get-Filehash' diff --git a/automatic/brave-nightly/tools/chocolateyInstall.ps1 b/automatic/brave-nightly/tools/chocolateyInstall.ps1 index 8a2c6a8de..41f4a4abc 100644 --- a/automatic/brave-nightly/tools/chocolateyInstall.ps1 +++ b/automatic/brave-nightly/tools/chocolateyInstall.ps1 @@ -7,7 +7,7 @@ $packageArgs = @{ file = "$toolsPath\BraveBrowserSilentNightlySetup32.exe" file64 = "$toolsPath\BraveBrowserSilentNightlySetup.exe" } -$version = '1.15.1-nightly' +$version = '1.15.2-nightly' $version = $version.Split('-')[0] [version]$softwareVersion = $version