diff --git a/automatic/brave/brave.json b/automatic/brave/brave.json index 5a129934ccd..3c6c05d4856 100644 --- a/automatic/brave/brave.json +++ b/automatic/brave/brave.json @@ -1,4 +1,4 @@ { "stable": "1.14.81", - "beta": "1.15.46-beta" + "beta": "1.15.51-beta" } diff --git a/automatic/brave/brave.nuspec b/automatic/brave/brave.nuspec index c5b030b129f..1b9ffb14726 100644 --- a/automatic/brave/brave.nuspec +++ b/automatic/brave/brave.nuspec @@ -2,8 +2,8 @@ brave - 1.14.81 - Brave Browser + 1.15.51-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 395ae7737aa..aadf750dcd0 100644 --- a/automatic/brave/legal/VERIFICATION.txt +++ b/automatic/brave/legal/VERIFICATION.txt @@ -6,16 +6,16 @@ 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.14.81/BraveBrowserStandaloneSilentSetup32.exe -x86_64: https://github.com/brave/brave-browser/releases/download/v1.14.81/BraveBrowserStandaloneSilentSetup.exe +x86: https://github.com/brave/brave-browser/releases/download/v1.15.51/BraveBrowserSilentBetaSetup32.exe +x86_64: https://github.com/brave/brave-browser/releases/download/v1.15.51/BraveBrowserSilentBetaSetup.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 -checksum32: 7B59269F54266A036244B93F351400F9A93BFFF34C398B11DD789555B1BF79FE -checksum64: C65443C06C6B5F2FC497F698D19CB9AB601D5A1A9E5BABD31E38E38C43AE6572 +checksum32: 5EA8966FDFA76F22B73135317FE8BB9B6696968BC4CA046A1FE777C060FE5878 +checksum64: 21893CCD7359F19D8800AD1CE9F825C93AFD32272D1FE35BE8E7F90AA46E9C9A 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 2dc8672743e..6ad62e40621 100644 --- a/automatic/brave/tools/chocolateyInstall.ps1 +++ b/automatic/brave/tools/chocolateyInstall.ps1 @@ -3,11 +3,11 @@ $packageArgs = @{ packageName = $env:ChocolateyPackageName - file = "$toolsPath\BraveBrowserStandaloneSilentSetup32.exe" - file64 = "$toolsPath\BraveBrowserStandaloneSilentSetup.exe" + file = "$toolsPath\BraveBrowserSilentBetaSetup32.exe" + file64 = "$toolsPath\BraveBrowserSilentBetaSetup.exe" } -[version]$softwareVersion = '1.14.81' +[version]$softwareVersion = '1.15.51' Write-Host "Checking already installed version..." $installedVersion = Get-InstalledVersion diff --git a/automatic/chromium/chromium.json b/automatic/chromium/chromium.json index fa366db7d94..68e725709d3 100644 --- a/automatic/chromium/chromium.json +++ b/automatic/chromium/chromium.json @@ -1,4 +1,4 @@ { - "snapshots": "87.0.4264.0-snapshots", + "snapshots": "87.0.4265.0-snapshots", "stable": "85.0.4183.102" } diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index 55a0d4049ed..c253592ff35 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,7 +3,7 @@ chromium - 87.0.4264.0-snapshots + 87.0.4265.0-snapshots Chromium Snapshots chocolatey-community The Chromium Authors diff --git a/automatic/chromium/legal/VERIFICATION.txt b/automatic/chromium/legal/VERIFICATION.txt index 4dd23c8918e..ad7f46bd7d4 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: 31372D912ADFCED920DA84E57DFC1840F36E214E46004E4A4D02AFAA1A53BA07 - checksum64: 479F02F1485193842E137F7F8C3E4BDAD8E05647E78C76D1A785BDEA6778D035 + checksum32: 56B899F1CFA57E461D2E3D2919CC6A4366FA2664CDAE47328F6959BD3F2483A6 + checksum64: 955E51C92B8549AD2E45C9AB38E0AFB34C7F22ECC75836757933699B52AF75AA The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index 135eedd8255..1f4bbdc0bc1 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 = "87.0.4264.0-snapshots" +$version = "87.0.4265.0-snapshots" $hive = "hkcu" $chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium" $Chromium = $hive + ":" + $chromium_string diff --git a/automatic/vscode-insiders.install/tools/chocolateyInstall.ps1 b/automatic/vscode-insiders.install/tools/chocolateyInstall.ps1 index 15ff0ea0874..ac01187a472 100644 --- a/automatic/vscode-insiders.install/tools/chocolateyInstall.ps1 +++ b/automatic/vscode-insiders.install/tools/chocolateyInstall.ps1 @@ -22,14 +22,14 @@ function Get-MergeTasks { $packageArgs = @{ packageName = "$env:ChocolateyPackageName" fileType = 'exe' - url = 'https://az764295.vo.msecnd.net/insider/cca20eba8974b1d6b6a9b71bf4e60a29c8f26648/VSCodeSetup-ia32-1.50.0-insider.exe' - url64bit = 'https://az764295.vo.msecnd.net/insider/cca20eba8974b1d6b6a9b71bf4e60a29c8f26648/VSCodeSetup-x64-1.50.0-insider.exe' + url = 'https://az764295.vo.msecnd.net/insider/e13875b77c89b95f20ccb5667e14ff164c198e57/VSCodeSetup-ia32-1.50.0-insider.exe' + url64bit = 'https://az764295.vo.msecnd.net/insider/e13875b77c89b95f20ccb5667e14ff164c198e57/VSCodeSetup-x64-1.50.0-insider.exe' softwareName = 'Microsoft Visual Studio Code Insiders' - checksum = '2bceebde9df967fca1631345109d8ff4e032f78c448e93179a1183f116f49e34cdef0fbc33ae95e99c18ad0d45b497955b60b2de1727addb22bd3f44effc54ac' + checksum = '03d512b15d685e922ca1b97c7a63cffc0561a3bb4269e3334977ca8b96c2df161dfb4febf668a048e8763a42a843d8fa7606095c8ed59097cdd970973481bf4a' checksumType = 'sha512' - checksum64 = '3e6672db503cba11b33ed1570aa6638e4ff1f0b9abd870502f9a6f4340da2b67ef4de4dc1be553ecfb6e7a072ed955c0a16c86ef082c6790f14d7f3dd5ce9584' + checksum64 = '7122741eea11b00a34bcc948c58bca0b14305ac074be23489b3d765a1dcf4dc6088f93549126fbb4b0def4545dab91ef7b8fa2725a2e2a2f78c55a45cd58e998' checksumType64 = 'sha512' silentArgs = '/verysilent /suppressmsgboxes /mergetasks="{0}" /log="{1}\install.log"' -f (Get-MergeTasks), (Get-PackageCacheLocation) diff --git a/automatic/vscode-insiders.install/vscode-insiders.install.nuspec b/automatic/vscode-insiders.install/vscode-insiders.install.nuspec index d26a1bfc858..98458e4fb4e 100644 --- a/automatic/vscode-insiders.install/vscode-insiders.install.nuspec +++ b/automatic/vscode-insiders.install/vscode-insiders.install.nuspec @@ -4,7 +4,7 @@ vscode-insiders.install Visual Studio Code Insiders (Install) - 1.50.0.20200912 + 1.50.0.20200915 Microsoft chocolatey-community https://code.visualstudio.com/insiders diff --git a/automatic/vscode-insiders/vscode-insiders.nuspec b/automatic/vscode-insiders/vscode-insiders.nuspec index 8d964f7e189..76dbf619807 100644 --- a/automatic/vscode-insiders/vscode-insiders.nuspec +++ b/automatic/vscode-insiders/vscode-insiders.nuspec @@ -4,7 +4,7 @@ vscode-insiders Visual Studio Code Insiders - 1.50.0.20200912 + 1.50.0.20200915 Microsoft chocolatey-community https://code.visualstudio.com/insiders @@ -47,7 +47,7 @@ Example: `choco install vscode-insiders --params "/NoDesktopIcon /DontAddToPath" ]]> microsoft visualstudiocode visualstudiocode-insiders vscode vscode-insiders development editor ide javascript typescript admin foss cross-platform - + https://code.visualstudio.com/updates/#_preview-features