diff --git a/automatic/brave/brave.json b/automatic/brave/brave.json index bccc20d9730..f9f6bb7d228 100644 --- a/automatic/brave/brave.json +++ b/automatic/brave/brave.json @@ -1,4 +1,4 @@ { "stable": "1.39.122", - "beta": "1.40.96-beta" + "beta": "1.40.100-beta" } diff --git a/automatic/brave/brave.nuspec b/automatic/brave/brave.nuspec index b6f43c24a0f..bb5e675a384 100644 --- a/automatic/brave/brave.nuspec +++ b/automatic/brave/brave.nuspec @@ -2,7 +2,7 @@ brave - 1.40.96-beta + 1.40.100-beta Brave Browser (Beta) chromium - 105.0.5123.0-snapshots + 105.0.5124.0-snapshots Chromium Snapshots chocolatey-community The Chromium Authors diff --git a/automatic/chromium/legal/VERIFICATION.txt b/automatic/chromium/legal/VERIFICATION.txt index e933c2f4435..a287d88d13c 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: 412951C5AC6AE2334AC1BE0F3D6A8CA1AFE563461EEA0376A63EE575E75BBF4C - checksum64: C3E8A1F98CADE64C1167637E95C0FE02A5662AC5F1B66ACE68CB8EE9468DDA87 + checksum32: AAC3ECF9C7DC0AA78C53D9B18484C5174B18015F5F8C439E5DA8A5BBCE27BC0A + checksum64: 63236F2A4E4F4A33FF54E7E3B2B533A16544EC5F101964248C9B0CA1E16C1E3A The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index 7029a7f8ff6..65859cdef76 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 = "105.0.5123.0-snapshots" +$version = "105.0.5124.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 0d097cb711d..2bf8a035840 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/0b74e15affc1b44a5b7cd671dd0a02d3ed6d51a7/VSCodeSetup-ia32-1.69.0-insider.exe' - url64bit = 'https://az764295.vo.msecnd.net/insider/0b74e15affc1b44a5b7cd671dd0a02d3ed6d51a7/VSCodeSetup-x64-1.69.0-insider.exe' + url = 'https://az764295.vo.msecnd.net/insider/6f7c824a826ff0ccaf4de05d6fe0aac3be7bc136/VSCodeSetup-ia32-1.69.0-insider.exe' + url64bit = 'https://az764295.vo.msecnd.net/insider/6f7c824a826ff0ccaf4de05d6fe0aac3be7bc136/VSCodeSetup-x64-1.69.0-insider.exe' softwareName = 'Microsoft Visual Studio Code Insiders' - checksum = 'de9ba2c46518758971956270c01d96ae71479141d515778a3b2ccf3c0182d55604b3984cff87368c36744365eb72e502e5c190037ad9113117e533e676f6f633' + checksum = '6b1863d26412a2492ca90eb828703e8a4d32b8cbb3fab9306476c1a95a0bca35e0f27115b20e91f44c9425a8ac9f982c2699d2211f1955d0cc818526bd4d60f3' checksumType = 'sha512' - checksum64 = '24ce6a5089c3cad4496a7db7ca4a4bdcbace59d97bb99823f475e178afc4781207afdf3c8a4f7ba3385156edbd5cc45dfebe1c1a03ae0e03a52d4a03a2190434' + checksum64 = '6ee1d9b72c54494d1399a971d124be4d5328d3ef553f4f226247997ddf8e29d677e03d3c747ed9de5f538385cbb5dfbcc2b801505d2b85f16a7c36e2a90cde57' 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 091de3d7ffd..00b0bcd3d7c 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.69.0.20220615 + 1.69.0.20220616 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 809873a33b4..b6ff96492b5 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.69.0.20220615 + 1.69.0.20220616 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