diff --git a/automatic/chromium/chromium.json b/automatic/chromium/chromium.json index 4b706839436..1912ffac269 100644 --- a/automatic/chromium/chromium.json +++ b/automatic/chromium/chromium.json @@ -1,4 +1,4 @@ { - "snapshots": "108.0.5351.0-snapshots", + "snapshots": "108.0.5352.0-snapshots", "stable": "106.0.5249.103" } diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index 66cb3343766..3bc11a60969 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,7 +3,7 @@ chromium - 108.0.5351.0-snapshots + 108.0.5352.0-snapshots Chromium Snapshots chocolatey-community The Chromium Authors diff --git a/automatic/chromium/legal/VERIFICATION.txt b/automatic/chromium/legal/VERIFICATION.txt index fc90ccd4b22..b1590f4c510 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: E04B82D4DBC88AD994FBBCA79A4ACD609F2E0D2021A6AB77AED8492451C15D81 - checksum64: 9B1B16DA60B08406FD6A495A47B3609838814C150CB45C6FB9744063E203E13E + checksum32: 7810CE6129A4A32ECBCDC024224726DE982FA8AC0CC45B1138F7AE17CFD36A04 + checksum64: C4F9AAA5A1F5D879EE35843F2AAF25F226FEA4EEBA1A6734A0CA55D41EFDB47E The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index d215b68c60a..a7990d76237 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 = "108.0.5351.0-snapshots" +$version = "108.0.5352.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 8e6595157b5..cbeceecd056 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/fad3a77833b9249158dfd88477114a06435e46a2/VSCodeSetup-ia32-1.73.0-insider.exe' - url64bit = 'https://az764295.vo.msecnd.net/insider/fad3a77833b9249158dfd88477114a06435e46a2/VSCodeSetup-x64-1.73.0-insider.exe' + url = 'https://az764295.vo.msecnd.net/insider/8e1235ee25e3aad3598ab58016c071b5596b826a/VSCodeSetup-ia32-1.73.0-insider.exe' + url64bit = 'https://az764295.vo.msecnd.net/insider/8e1235ee25e3aad3598ab58016c071b5596b826a/VSCodeSetup-x64-1.73.0-insider.exe' softwareName = 'Microsoft Visual Studio Code Insiders' - checksum = '3c1bf120e3149781bdd5dcd5aff658d56f46adb0ca6c006baa2550b28a3c8c5b7e2e082a06f9055aa5883aa328fa116fad2c1fe2c64d0c5f0687660954144caf' + checksum = 'e4886df030059b1f7b22456a5bde0253920fa8c7859ba30fe76b52ded0d2337d7c1cc192630e6a4ebab8c3d883cb64a681224eae0f53e9957fd256b9d7d8695a' checksumType = 'sha512' - checksum64 = '2b58cfa7b209e3c4c5f466ba1c0524ec2e4df3d0dbae4cbb6aacb40f6191b8bd0ea016f2502fb4e411437fa2d4cf7d79c5cdf88b51c740867a6afce66f595de1' + checksum64 = '7b97fe867ff86891a179ed8d0478237d161f6529254fd76b8573d2322088109857a398a31cc13d0f66ffcc1e553a0bfa4fc66fef0ca0b3f468f4613ce8376491' 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 d8236a8b1e5..0393cc9776a 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.73.0.20221007 + 1.73.0.20221010 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 0b6d0b5c796..c93af6e9c45 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.73.0.20221007 + 1.73.0.20221010 Microsoft chocolatey-community https://code.visualstudio.com/insiders @@ -48,7 +48,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