diff --git a/automatic/brave/brave.json b/automatic/brave/brave.json index dfa4fda4756..d71a2bdf15a 100644 --- a/automatic/brave/brave.json +++ b/automatic/brave/brave.json @@ -1,4 +1,4 @@ { "stable": "1.31.84", - "beta": "1.31.82-beta" + "beta": "1.32.69-beta" } diff --git a/automatic/brave/brave.nuspec b/automatic/brave/brave.nuspec index e5f555608b7..b4149522f73 100644 --- a/automatic/brave/brave.nuspec +++ b/automatic/brave/brave.nuspec @@ -2,8 +2,8 @@ brave - 1.31.84 - Brave Browser + 1.32.69-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 cf5d4b940bc..d6d978a934f 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.31.84/BraveBrowserStandaloneSilentSetup32.exe -x86_64: https://github.com/brave/brave-browser/releases/download/v1.31.84/BraveBrowserStandaloneSilentSetup.exe +x86: https://github.com/brave/brave-browser/releases/download/v1.32.69/BraveBrowserStandaloneSilentBetaSetup32.exe +x86_64: https://github.com/brave/brave-browser/releases/download/v1.32.69/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 -checksum32: 0F6F7553C5962FFECAB08ECBCD5E1FA498B4063592E40440674BA6389D635174 -checksum64: 3992B0538FEC475DA3FEC5015F160EBE88A89A1CA360F537D45F1B911E1A903E +checksum32: 59BFCBEE2806DD04FC0A0371E18E7512692022D8D2E6226F3D865BCF62A5C686 +checksum64: D6D4E52194DDE2FA4B4F6B778CAE4EB4AA0BEABF3FCB93049FF1563B19DBF6A1 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 9e021e3a955..a4319653d8a 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\BraveBrowserStandaloneSilentBetaSetup32.exe" + file64 = "$toolsPath\BraveBrowserStandaloneSilentBetaSetup.exe" } -[version]$softwareVersion = '1.31.84' +[version]$softwareVersion = '1.32.69' Write-Host "Checking already installed version..." $installedVersion = Get-InstalledVersion diff --git a/automatic/chromium/chromium.json b/automatic/chromium/chromium.json index 3ae206f8925..3358ede9326 100644 --- a/automatic/chromium/chromium.json +++ b/automatic/chromium/chromium.json @@ -1,4 +1,4 @@ { - "snapshots": "97.0.4669.0-snapshots", + "snapshots": "97.0.4670.0-snapshots", "stable": "94.0.4606.81" } diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index 13656384298..3b2907b3c00 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,7 +3,7 @@ chromium - 97.0.4669.0-snapshots + 97.0.4670.0-snapshots Chromium Snapshots chocolatey-community The Chromium Authors diff --git a/automatic/chromium/legal/VERIFICATION.txt b/automatic/chromium/legal/VERIFICATION.txt index 5f43433a85f..fa8717b3f2e 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: 8952CFCDD1B502409AB6D3FD543C72A5D988D6FCB93987459BD89AE47D92FA09 - checksum64: 57188CC3E9C1A4EBDAD9F0FC96306D584B42AD6640E63FB8A9BDD5E2BD301620 + checksum32: 282D8D0DB2BA59CC5F22D4D7C34FC6318FEA0965969E6585EF47927EE9AC852B + checksum64: 818AB69D9376C76CF03784F3556683780513A5E38BDE5B9CD29742C88B9953AB The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index 54afd8fec9e..a92df84299b 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 = "97.0.4669.0-snapshots" +$version = "97.0.4670.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 f77ad547f72..7da66446be7 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/cca2d71a825cf1cdf893d245127fe430f2407249/VSCodeSetup-ia32-1.62.0-insider.exe' - url64bit = 'https://az764295.vo.msecnd.net/insider/cca2d71a825cf1cdf893d245127fe430f2407249/VSCodeSetup-x64-1.62.0-insider.exe' + url = 'https://az764295.vo.msecnd.net/insider/cad4c193d85f0891204da41c0508de39e7aa38c6/VSCodeSetup-ia32-1.62.0-insider.exe' + url64bit = 'https://az764295.vo.msecnd.net/insider/cad4c193d85f0891204da41c0508de39e7aa38c6/VSCodeSetup-x64-1.62.0-insider.exe' softwareName = 'Microsoft Visual Studio Code Insiders' - checksum = '6bfc994f8a5d34329892ee279c4dc7560ade2ae983170cb4d657e2a3edcdd69c2ca111b9d1f0f510bf78726a10a94a2d9aa9d181c75984faaf2c50cfa7b0d8f9' + checksum = 'a2338d19a09f476a0421859c60a1f058b93ef7cb7a28105787433a8f362540dd5406b2602bd0465f221f93fa87ae2aebd87e02439a7149b00e5748dc88f82e74' checksumType = 'sha512' - checksum64 = '66c6705ab385707eaeeb13ce0a1009ae1b114f5d670d2c9717c87aeaa98bcac7d92baa823189bc839dbb5692d6249e2fc5c10134e628100c668e07683144ac00' + checksum64 = '1e3b517d90866d181217c277b3ac03f90d16db48e217cf1578b9c5721379a54cfb159da145975f404de107a5ec71bd2f74774756e3848be2c894ce47f3731436' 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 ee36e4d2701..780d2a6d4d0 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.62.0.20211013 + 1.62.0.20211014 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 029a068ba73..aba0132d52d 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.62.0.20211013 + 1.62.0.20211014 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