diff --git a/automatic/brave/brave.json b/automatic/brave/brave.json index abf844016a2..9ee7d759687 100644 --- a/automatic/brave/brave.json +++ b/automatic/brave/brave.json @@ -1,4 +1,4 @@ { - "stable": "1.3.114", + "stable": "1.3.115", "beta": "1.4.81-beta" } diff --git a/automatic/brave/brave.nuspec b/automatic/brave/brave.nuspec index fba3ecb2d46..d9aa79e3999 100644 --- a/automatic/brave/brave.nuspec +++ b/automatic/brave/brave.nuspec @@ -2,7 +2,7 @@ brave - 1.3.114 + 1.3.115 Brave Browser chromium - 82.0.4053.0-snapshots + 82.0.4054.0-snapshots Chromium Snapshots chocolatey The Chromium Authors diff --git a/automatic/chromium/legal/VERIFICATION.txt b/automatic/chromium/legal/VERIFICATION.txt index b66a0578a6c..8ea630e3c08 100644 --- a/automatic/chromium/legal/VERIFICATION.txt +++ b/automatic/chromium/legal/VERIFICATION.txt @@ -7,15 +7,15 @@ location on (the listed mirrors and can be verified by doing the following: 1. Download the following: - 32-Bit software: - 64-Bit software: + 32-Bit software: + 64-Bit software: 2. Get the checksum using one of the following methods: - Using powershell function 'Get-FileHash' - Use chocolatey utility 'checksum.exe' 3. The checksums should match the following: checksum type: sha256 - checksum32: 216B583432BC8560D34B8C962E8D47EE77BE3A1B73F811632ADED406AB6F6296 - checksum64: 7BF45616D0DC4653685990CA4702AEBA4249E0C52A1A2776D002B75795E9B31A + checksum32: 57EF4C4B1DDBA4CDE70D20F106C193BAECFB0F566E5EF98CF640109955CDD371 + checksum64: 56E76D804D17FFF2DE33E3AC785C1EB426E71B2C1265D0E4C0DF0A2622C06FD6 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index 9e4c862bfb4..28e39c7ae41 100644 --- a/automatic/chromium/tools/chocolateyInstall.ps1 +++ b/automatic/chromium/tools/chocolateyInstall.ps1 @@ -2,7 +2,7 @@ $scriptDir=$toolsDir = $(Split-Path -parent $MyInvocation.MyCommand.Definition) . (Join-Path $scriptDir 'helper.ps1') -$version = "82.0.4053.0-snapshots" +$version = "82.0.4054.0-snapshots" $hive = "hkcu" $chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium" $Chromium = $hive + ":" + $chromium_string