diff --git a/automatic/brave/brave.json b/automatic/brave/brave.json index 43dd311930e..9b0fb038e30 100644 --- a/automatic/brave/brave.json +++ b/automatic/brave/brave.json @@ -1,4 +1,4 @@ { "stable": "1.28.106", - "beta": "1.29.64-beta" + "beta": "1.29.68-beta" } diff --git a/automatic/brave/brave.nuspec b/automatic/brave/brave.nuspec index 61d2d65e24f..ec424f56cc3 100644 --- a/automatic/brave/brave.nuspec +++ b/automatic/brave/brave.nuspec @@ -2,7 +2,7 @@ brave - 1.29.64-beta + 1.29.68-beta Brave Browser (Beta) chromium - 95.0.4620.0-snapshots + 95.0.4621.0-snapshots Chromium Snapshots chocolatey-community The Chromium Authors diff --git a/automatic/chromium/legal/VERIFICATION.txt b/automatic/chromium/legal/VERIFICATION.txt index b839e34c12a..afbd8533332 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: C7B3ED5DD0279EEC7ED92062DA89428EA61C1F13A092C50B4CA81CBD626EE0E4 - checksum64: 02827B950DB12E55EEE00F2346304CCEA47CD4CA9D3854D8F0CAAF128746F641 + checksum32: F0748D307B644CA7745D6AC87AE497BB63A094A45672682D86A945DCE880E005 + checksum64: 632FC21086509E5454815E6419B95DC97442052C96D6CF5FEA6FB905218BE36C The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index ac5a0929dd8..10825a88bd6 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 = "95.0.4620.0-snapshots" +$version = "95.0.4621.0-snapshots" $hive = "hkcu" $chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium" $Chromium = $hive + ":" + $chromium_string diff --git a/automatic/git.install/git.install.nuspec b/automatic/git.install/git.install.nuspec index 1d5bdc1a7f3..0c443567bd2 100644 --- a/automatic/git.install/git.install.nuspec +++ b/automatic/git.install/git.install.nuspec @@ -4,7 +4,7 @@ git.install Git (Install) - 2.33.0 + 2.33.0.2 The Git Development Community chocolatey-community Git for Windows offers a native set of tools that bring the full feature set of the Git SCM to Windows diff --git a/automatic/git.install/legal/VERIFICATION.txt b/automatic/git.install/legal/VERIFICATION.txt index a2a1b96c15c..9d8692a9fad 100644 --- a/automatic/git.install/legal/VERIFICATION.txt +++ b/automatic/git.install/legal/VERIFICATION.txt @@ -5,14 +5,14 @@ in verifying that this package's contents are trustworthy. The installer have been downloaded from GitHub and can be verified like this: 1. Download the following installers: - 32-Bit: - 64-Bit: + 32-Bit: + 64-Bit: 2. You can use one of the following methods to obtain the checksum - Use powershell function 'Get-Filehash' - Use chocolatey utility 'checksum.exe' checksum type: - checksum32: 715CFC104C249FEA591AB1FB6BA56F970405CDFCEBF11798EB02175A3178D879 - checksum64: 4E6E0EFBB7D35653907175F2735386F55B72D37D442B3A1BE9656C26F69C693D + checksum32: 764C153A9E16DD7121A78AE36DEB33FB07975D2FE9030C620E99050A97F6DCD8 + checksum64: A5704733C219E9A0C96BFEB0FEBEF62BC2518BDD4E358BC9519DBC5E63A3B5FE File 'LICENSE.txt' is obtained from diff --git a/automatic/git.install/tools/chocolateyInstall.ps1 b/automatic/git.install/tools/chocolateyInstall.ps1 index 03a3903a931..e77238a7534 100644 --- a/automatic/git.install/tools/chocolateyInstall.ps1 +++ b/automatic/git.install/tools/chocolateyInstall.ps1 @@ -8,8 +8,8 @@ Set-InstallerRegistrySettings $pp Stop-GitSSHAgent -$fileName32 = 'Git-2.33.0-32-bit.exe' -$fileName64 = 'Git-2.33.0-64-bit.exe' +$fileName32 = 'Git-2.33.0.2-32-bit.exe' +$fileName64 = 'Git-2.33.0.2-64-bit.exe' $packageArgs = @{ PackageName = 'git.install' FileType = 'exe' diff --git a/automatic/git.portable/git.portable.nuspec b/automatic/git.portable/git.portable.nuspec index 66cd538a74c..236bad9d1f7 100644 --- a/automatic/git.portable/git.portable.nuspec +++ b/automatic/git.portable/git.portable.nuspec @@ -4,7 +4,7 @@ git.portable Git (Portable) - 2.33.0 + 2.33.0.2 The Git Development Community chocolatey-community Git for Windows offers a native set of tools that bring the full feature set of the Git SCM to Windows diff --git a/automatic/git.portable/legal/VERIFICATION.txt b/automatic/git.portable/legal/VERIFICATION.txt index dedca74080f..252c69c4af1 100644 --- a/automatic/git.portable/legal/VERIFICATION.txt +++ b/automatic/git.portable/legal/VERIFICATION.txt @@ -5,14 +5,14 @@ in verifying that this package's contents are trustworthy. The installer have been downloaded from GitHub and can be verified like this: 1. Download the following installers: - 32-Bit: - 64-Bit: + 32-Bit: + 64-Bit: 2. You can use one of the following methods to obtain the checksum - Use powershell function 'Get-Filehash' - Use chocolatey utility 'checksum.exe' checksum type: - checksum32: C3B6F1A8F8C1B5BE2175B7190D35926DCE07A58294780291326A437EF0694676 - checksum64: 12C10FAD2C2DB17D9867DBBACFF1ADC8BE50868B793A73D451C2B878914BB32D + checksum32: CA65539FADDD27A7036A4B9DCDA3B1ECD4026F59258533D919C5CBE34727D583 + checksum64: BC030848E282D49E562AE2392A72501CF539322AD06FFE4CEA8CF766F148DFE8 File 'LICENSE.txt' is obtained from diff --git a/automatic/git/git.nuspec b/automatic/git/git.nuspec index 57c8aa995ce..fe60b5fc854 100644 --- a/automatic/git/git.nuspec +++ b/automatic/git/git.nuspec @@ -4,7 +4,7 @@ git Git - 2.33.0 + 2.33.0.2 The Git Development Community chocolatey-community Git for Windows offers a native set of tools that bring the full feature set of the Git SCM to Windows @@ -48,7 +48,7 @@ Example: `choco install git.install --params "/GitAndUnixToolsOnPath /NoGitLfs / false https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@10a8d98b2f320b565fa5349a4352e79666db71ff/icons/git.svg - + diff --git a/automatic/vscode-insiders.install/tools/chocolateyInstall.ps1 b/automatic/vscode-insiders.install/tools/chocolateyInstall.ps1 index e6efb773d6a..6d5f271b865 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/44568e5947efa4811419e529e80fb14b7554cf61/VSCodeSetup-ia32-1.60.0-insider.exe' - url64bit = 'https://az764295.vo.msecnd.net/insider/44568e5947efa4811419e529e80fb14b7554cf61/VSCodeSetup-x64-1.60.0-insider.exe' + url = 'https://az764295.vo.msecnd.net/insider/f4db5eac35995ab23cb563a55a35425de80ff9ce/VSCodeSetup-ia32-1.60.0-insider.exe' + url64bit = 'https://az764295.vo.msecnd.net/insider/f4db5eac35995ab23cb563a55a35425de80ff9ce/VSCodeSetup-x64-1.60.0-insider.exe' softwareName = 'Microsoft Visual Studio Code Insiders' - checksum = '0513e62e50710282eb9037664336c6f2f76aeae97fa4b15fa2a73d1f3ee3b22570f1740038e296cbfc04808b165d35e818d9e8da35b89bd50c7428dbbe32d230' + checksum = '6bcde9c5d8476cf5475377c61dd55af1367ded734cc841d8c0fc352c36431d786c9b87a61b200c6711d3fb4b86b885f7cc9b1847b5935217acf716d2836f78e2' checksumType = 'sha512' - checksum64 = 'b36d68356d4778a731d43284dadd517f466c3923d52047aa3d3a5baf6041dd265a8b84b266c086869b30dd16c768606c1bddbacca1b86201e5bbbebc4e5213ae' + checksum64 = '8a08e988e50263db22b4eddf62e9dd10a16fe7b6ccf47b0d417fc8e4a5c5cb0d8cf4436a9c62439d45b411f1712dc789268ec22d90c0638a66cdf7ce6d8829ea' 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 84a63a142d4..e8734e8aee3 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.60.0.20210823 + 1.60.0.20210824 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 1f90cefc7d0..181d36e499f 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.60.0.20210823 + 1.60.0.20210824 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 b2268b38ad7..78eecdd9005 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.10258' +$version = '11.2.0.10265' $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.10258/WPSOffice_11.2.0.10258.exe' + url = 'https://wdl1.pcfg.cache.wpscdn.com/wpsdl/wpsoffice/download/11.2.0.10265/WPSOffice_11.2.0.10265.exe' silentArgs = '/S' validExitCodes = @(0) softwareName = $regName - checksum = 'f7d143bf592d4a896fe0ad645befc50fe90bfded5d61d126a5a06ef175f42180' + checksum = '8473ee5f57e1a1663db5d3eaa2a1b88b3bd9053a201e2658bb23dc14edfb37e9' checksumType = 'sha256' } diff --git a/automatic/wps-office-free/wps-office-free.json b/automatic/wps-office-free/wps-office-free.json index d21445e6363..b83ebbf4f5d 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.10258" + "wps": "11.2.0.10265" } diff --git a/automatic/wps-office-free/wps-office-free.nuspec b/automatic/wps-office-free/wps-office-free.nuspec index 5cf54c38be7..a58c636549f 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.10258 + 11.2.0.10265 WPS Office Free chocolatey-community Kingsoft Software