diff --git a/automatic/chromium/chromium.json b/automatic/chromium/chromium.json index bdcdfea24c3..f27c813c776 100644 --- a/automatic/chromium/chromium.json +++ b/automatic/chromium/chromium.json @@ -1,4 +1,4 @@ { - "snapshots": "94.0.4580.0-snapshots", + "snapshots": "94.0.4581.0-snapshots", "stable": "91.0.4472.164" } diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index 520188a4f40..2f6d4237696 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,7 +3,7 @@ chromium - 94.0.4580.0-snapshots + 94.0.4581.0-snapshots Chromium Snapshots chocolatey-community The Chromium Authors diff --git a/automatic/chromium/legal/VERIFICATION.txt b/automatic/chromium/legal/VERIFICATION.txt index df8f1062572..57a835840ed 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: 751EE6F44B920A90F7F3933DB792875F8E154F6F2D81D803EA6FDA2AA83219A1 - checksum64: D3897935665C77835190D30A3AD4DED7B773E451E8AE21368C1583465232653D + checksum32: 0799C8B381BC79CA895C4933E911B7E146C4B435C065ED4F841FF9D231E67433 + checksum64: 3612CAFEE0EB0EDFCE7857BECE7D251F6E32327B31B3C0D26F356911478AB9DB The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index fc0891b1290..11f99b0f25d 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 = "94.0.4580.0-snapshots" +$version = "94.0.4581.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 4619f32dfdc..cb4d56f075d 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/50b3811fdc5b5c80ca516a2edfffedcbd464b033/VSCodeSetup-ia32-1.59.0-insider.exe' - url64bit = 'https://az764295.vo.msecnd.net/insider/50b3811fdc5b5c80ca516a2edfffedcbd464b033/VSCodeSetup-x64-1.59.0-insider.exe' + url = 'https://az764295.vo.msecnd.net/insider/d624242076d166bb8ce8b314e8d44b8af6100a3d/VSCodeSetup-ia32-1.59.0-insider.exe' + url64bit = 'https://az764295.vo.msecnd.net/insider/d624242076d166bb8ce8b314e8d44b8af6100a3d/VSCodeSetup-x64-1.59.0-insider.exe' softwareName = 'Microsoft Visual Studio Code Insiders' - checksum = 'a86e5ca150bcee95fa9e6eac18cbfc30147f968f42fa00b6cc73d95fc479ea7ca5f8e74e1c5fd40dfa9f37a8554c3fed6f573af12082ec0b8e429e68598ef311' + checksum = '5a379678017b6b3cbfd2466a587a6ad55927faa02e30c14029b1904e880e3acd2c8fe5eee5a8f1c042d7d8ea9b364be0f29667f1bd4d0c18b1b1a47afefe81a1' checksumType = 'sha512' - checksum64 = '29720576431ea3bf1ecae41f2d1238560a10f652ace712fd839d9147c19706c1520d871e68a313568323e0aeb07e067deb8674ab4373d4862b086a9e064cb5ab' + checksum64 = '905ad8ee8870c3fb652526071fc37f02f546cc12f0a1b9d6478a6231532edd02622503242499fa575f089883aa170fa8a99aa8014801fb15750c7d7ef79cf438' 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 bb6a48caa52..2160e192012 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.59.0.20210715 + 1.59.0.20210719 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 63680782cef..9220991413f 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.59.0.20210715 + 1.59.0.20210719 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 diff --git a/automatic/wps-office-free/tools/chocolateyInstall.ps1 b/automatic/wps-office-free/tools/chocolateyInstall.ps1 index c4bdcd61ac9..16fd136c3ab 100644 --- a/automatic/wps-office-free/tools/chocolateyInstall.ps1 +++ b/automatic/wps-office-free/tools/chocolateyInstall.ps1 @@ -1,6 +1,6 @@ $ErrorActionPreference = 'Stop' -$version = '11.2.0.10200' +$version = '11.2.0.10223' $packageName = 'wps-office-free' $regName = $packageName -replace('\-',' ') $regName = $regName -replace('free','*') @@ -8,11 +8,11 @@ $registry = Get-UninstallRegistryKey -SoftwareName $regName $packageArgs = @{ packageName = 'wps-office-free' fileType = 'exe' - url = 'https://wdl1.pcfg.cache.wpscdn.com/wpsdl/wpsoffice/download/11.2.0.10200/WPSOffice_11.2.0.10200.exe' + url = 'https://wdl1.pcfg.cache.wpscdn.com/wpsdl/wpsoffice/download/11.2.0.10223/WPSOffice_11.2.0.10223.exe' silentArgs = '/S' validExitCodes = @(0) softwareName = $regName - checksum = 'f244cfc831e7446158e3fbcc819aff76e878f391f4bd610c1cb2bc36b93c4d06' + checksum = '05bc12c86266bae65092ab5bdd4d558d20ed3d2072d87ae4a761b53aa600646f' checksumType = 'sha256' } diff --git a/automatic/wps-office-free/wps-office-free.json b/automatic/wps-office-free/wps-office-free.json index 51816eeb4d5..ad85424b1dd 100644 --- a/automatic/wps-office-free/wps-office-free.json +++ b/automatic/wps-office-free/wps-office-free.json @@ -1,3 +1,3 @@ { - "wps": "11.2.0.10200" + "wps": "11.2.0.10223" } diff --git a/automatic/wps-office-free/wps-office-free.nuspec b/automatic/wps-office-free/wps-office-free.nuspec index da5b586014f..6efe8570f7f 100644 --- a/automatic/wps-office-free/wps-office-free.nuspec +++ b/automatic/wps-office-free/wps-office-free.nuspec @@ -3,7 +3,7 @@ wps-office-free - 11.2.0.10200 + 11.2.0.10223 WPS Office Free chocolatey-community Kingsoft Software