diff --git a/automatic/chromium/chromium.json b/automatic/chromium/chromium.json index da3591e2e5d..350d90a916b 100644 --- a/automatic/chromium/chromium.json +++ b/automatic/chromium/chromium.json @@ -1,4 +1,4 @@ { - "snapshots": "111.0.5491.0-snapshots", + "snapshots": "111.0.5493.0-snapshots", "stable": "108.0.5359.125" } diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index 00784118ed8..2a1f7a66b84 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,7 +3,7 @@ chromium - 111.0.5491.0-snapshots + 111.0.5493.0-snapshots Chromium Snapshots chocolatey-community The Chromium Authors diff --git a/automatic/chromium/legal/VERIFICATION.txt b/automatic/chromium/legal/VERIFICATION.txt index 213c9239852..7c38547d2e4 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: D8101DF0F5D83802E0FCB38DB9FF5B8236BDB45340286C1039BEB06EB8E37351 - checksum64: F11EC1718460AB253047823893C7DA75152CD00B7273462B5427F2CD4F0DBFC7 + checksum32: 41EE579A512EF152DBF82AB914563ABAA14B636CBF81486B9B1A8214D2DEEBE7 + checksum64: 5AA6DD2949C049A63EF356F2338E83325F8F8E1D732F4F9CAC31ADF61975E3D3 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index 52a5d4bb3c0..bb691ccd182 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 = "111.0.5491.0-snapshots" +$version = "111.0.5493.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 e9ca96c7c38..34f4b5920ee 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/c437ec2497ccd6b5ff5b2f6da86a8042e1ed951a/VSCodeSetup-ia32-1.75.0-insider.exe' - url64bit = 'https://az764295.vo.msecnd.net/insider/c437ec2497ccd6b5ff5b2f6da86a8042e1ed951a/VSCodeSetup-x64-1.75.0-insider.exe' + url = 'https://az764295.vo.msecnd.net/insider/42814d18a7d46adfb1c24e1349b7ab18833ec6ac/VSCodeSetup-ia32-1.75.0-insider.exe' + url64bit = 'https://az764295.vo.msecnd.net/insider/42814d18a7d46adfb1c24e1349b7ab18833ec6ac/VSCodeSetup-x64-1.75.0-insider.exe' softwareName = 'Microsoft Visual Studio Code Insiders' - checksum = '96379a878c8eee7397253ea538223c05298b9d3bf220ce20d243e3920c4068e5b905e209b18511b16a8ae9a9dd62593ac93658edee9a97500e0e4880c6fbea38' + checksum = '9b1392d0f0d9007970c4d6142159ab25e8808f495628a33e5e1146e320e156995760b51de891279d252cd783bccebc7905e1410b91bf942a4a37f00445909e09' checksumType = 'sha512' - checksum64 = '02d9900fedf2eb99104bb355c7ce62760e17f13f16daca7deebbe3cf76f2e86b5eadcfdbc5f1b089bcdb0bf2001d372bc9531a9d9b639f303de4d1a61e3e05e3' + checksum64 = '0c2fd15423f020a3bad64ea17c847d742371c166439b34528297296e37156088151151ffbb61173c8f71ccee2fb97f8cfcc42201a7d9c3719ad0d26b2143bed7' 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 f3a4283ada8..60914236e42 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.75.0.20221221 + 1.75.0.20221222 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 cd1cbd5204c..ecc6ea1eaf3 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.75.0.20221221 + 1.75.0.20221222 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 diff --git a/automatic/webstorm/tools/ChocolateyInstall.ps1 b/automatic/webstorm/tools/ChocolateyInstall.ps1 index ac06ede7eed..6129330564d 100644 --- a/automatic/webstorm/tools/ChocolateyInstall.ps1 +++ b/automatic/webstorm/tools/ChocolateyInstall.ps1 @@ -19,8 +19,8 @@ New-Item -ItemType Directory -Force -Path $installDir $arguments = @{ packageName = $env:ChocolateyPackageName softwareName = 'JetBrains WebStorm*' - url = 'https://download.jetbrains.com/webstorm/WebStorm-2022.3.exe' - checksum = '5426c0033bc400a26f7f010c48305d4d8fd9c29aa57bf5a1bf0ffc714540a6fb' + url = 'https://download.jetbrains.com/webstorm/WebStorm-2022.3.1.exe' + checksum = 'a84b1a0f0efa214dd49ecaabbb4bae1c0131778c51cda3f7525c47ce37b16f9d' fileType = 'exe' checksumType = 'sha256' silentArgs = $silentArgs diff --git a/automatic/webstorm/webstorm.nuspec b/automatic/webstorm/webstorm.nuspec index 6200f465ba5..e80b5213960 100644 --- a/automatic/webstorm/webstorm.nuspec +++ b/automatic/webstorm/webstorm.nuspec @@ -3,7 +3,7 @@ webstorm - 2022.3 + 2022.3.1 JetBrains WebStorm JetBrains http://www.jetbrains.com/webstorm/buy/buy.jsp