diff --git a/automatic/cmake.install/cmake.install.json b/automatic/cmake.install/cmake.install.json index fb1b015142f..ce2a2e56cdd 100644 --- a/automatic/cmake.install/cmake.install.json +++ b/automatic/cmake.install/cmake.install.json @@ -11,5 +11,5 @@ "3.17": "3.17.5", "3.18": "3.18.6", "3.19": "3.19.8", - "3.20": "3.20.2" + "3.20": "3.20.3" } diff --git a/automatic/cmake.install/cmake.install.nuspec b/automatic/cmake.install/cmake.install.nuspec index ae224859446..12da4aa3a57 100644 --- a/automatic/cmake.install/cmake.install.nuspec +++ b/automatic/cmake.install/cmake.install.nuspec @@ -3,7 +3,7 @@ cmake.install - 3.20.2 + 3.20.3 https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/cmake.install chocolatey-community, dtgm CMake (Install) diff --git a/automatic/cmake.install/legal/VERIFICATION.txt b/automatic/cmake.install/legal/VERIFICATION.txt index dcac38acb4b..0518e32f198 100644 --- a/automatic/cmake.install/legal/VERIFICATION.txt +++ b/automatic/cmake.install/legal/VERIFICATION.txt @@ -7,15 +7,15 @@ location on 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: 63CA554D2CEF88ECCAA21C435C7BE7DA4B68676E8739F51DBB657C40996CEF20 - checksum64: 552B5D165E568B571BB804FED9B9B9794BF7C515C03C266641C4ED29500D84C2 + checksum32: 583A6A5C896251F25F367FD27FC54C470E01D11E82B4F19B28BF93B549AC3EAD + checksum64: EDF7D8D26D653053E71B4C3FFE8CC410C52EF536AB194DFA3EC116A11620D9C7 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/cmake.install/tools/chocolateyInstall.ps1 b/automatic/cmake.install/tools/chocolateyInstall.ps1 index 5a0d76d1b3b..bdb422f5df4 100644 --- a/automatic/cmake.install/tools/chocolateyInstall.ps1 +++ b/automatic/cmake.install/tools/chocolateyInstall.ps1 @@ -5,8 +5,8 @@ $toolsPath = Split-Path -parent $MyInvocation.MyCommand.Definition $packageArgs = @{ packageName = $env:ChocolateyPackageName fileType = 'msi' - file = "$toolsPath\cmake-3.20.2-windows-i386.msi" - file64 = "$toolsPath\cmake-3.20.2-windows-x86_64.msi" + file = "$toolsPath\cmake-3.20.3-windows-i386.msi" + file64 = "$toolsPath\cmake-3.20.3-windows-x86_64.msi" softwareName = 'CMake' silentArgs = "/qn /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`"" validExitCodes = @(0, 3010, 1641) diff --git a/automatic/cmake.portable/cmake.portable.json b/automatic/cmake.portable/cmake.portable.json index ef1a6f6446f..ecb664a60d0 100644 --- a/automatic/cmake.portable/cmake.portable.json +++ b/automatic/cmake.portable/cmake.portable.json @@ -11,5 +11,5 @@ "3.17": "3.17.5", "3.18": "3.18.6", "3.19": "3.19.8", - "3.20": "3.20.2" + "3.20": "3.20.3" } diff --git a/automatic/cmake.portable/cmake.portable.nuspec b/automatic/cmake.portable/cmake.portable.nuspec index c46be25ca7f..073af886c41 100644 --- a/automatic/cmake.portable/cmake.portable.nuspec +++ b/automatic/cmake.portable/cmake.portable.nuspec @@ -3,7 +3,7 @@ cmake.portable - 3.20.2 + 3.20.3 https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/cmake.portable chocolatey-community, dtgm CMake (Portable) diff --git a/automatic/cmake.portable/legal/VERIFICATION.txt b/automatic/cmake.portable/legal/VERIFICATION.txt index c6d9afb74ad..0a3d3080707 100644 --- a/automatic/cmake.portable/legal/VERIFICATION.txt +++ b/automatic/cmake.portable/legal/VERIFICATION.txt @@ -7,15 +7,15 @@ location on 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: 8AD1F1F9A1A0A0DC82107EB9A4351D91D4E72504B0343368F1569B72A5E48BC1 - checksum64: 15A49E2AB81C1822D75B1B1A92F7863F58E31F6D6AAC1C4103EEF2B071BE3112 + checksum32: B690206F58368AFD69244E8DC029B0B3DACAE31BB6D4F6AB713B0E18A686AA7D + checksum64: E276CF7FBB3E3E88BC666E183BC3DDACEB143A4C83FB357B1DBB1A26FD6E4EA2 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/cmake.portable/tools/chocolateyInstall.ps1 b/automatic/cmake.portable/tools/chocolateyInstall.ps1 index 4bda1e91122..60bfbdc2783 100644 --- a/automatic/cmake.portable/tools/chocolateyInstall.ps1 +++ b/automatic/cmake.portable/tools/chocolateyInstall.ps1 @@ -4,8 +4,8 @@ $toolsPath = Split-Path -parent $MyInvocation.MyCommand.Definition $packageArgs = @{ packageName = $env:ChocolateyPackageName - file = "$toolsPath\cmake-3.20.2-windows-i386.zip" - file64 = "$toolsPath\cmake-3.20.2-windows-x86_64.zip" + file = "$toolsPath\cmake-3.20.3-windows-i386.zip" + file64 = "$toolsPath\cmake-3.20.3-windows-x86_64.zip" destination = $toolsPath } diff --git a/automatic/cmake/cmake.json b/automatic/cmake/cmake.json index 0ec6ac7552b..a1171a2beaf 100644 --- a/automatic/cmake/cmake.json +++ b/automatic/cmake/cmake.json @@ -11,5 +11,5 @@ "3.17": "3.17.5", "3.18": "3.18.6", "3.19": "3.19.8", - "3.20": "3.20.2" + "3.20": "3.20.3" } diff --git a/automatic/cmake/cmake.nuspec b/automatic/cmake/cmake.nuspec index ab1f96709eb..fe2d32e09a9 100644 --- a/automatic/cmake/cmake.nuspec +++ b/automatic/cmake/cmake.nuspec @@ -3,7 +3,7 @@ cmake - 3.20.2 + 3.20.3 https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/cmake chocolatey-community, dtgm CMake @@ -44,7 +44,7 @@ For example: `choco install cmake --installargs 'ADD_CMAKE_TO_PATH=System'` * [News](https://blog.kitware.com/tag/CMake/) * [Changelog](https://www.cmake.org/download/#latest) - + diff --git a/automatic/graphviz/graphviz.nuspec b/automatic/graphviz/graphviz.nuspec index b004681a54c..1564043c4b8 100644 --- a/automatic/graphviz/graphviz.nuspec +++ b/automatic/graphviz/graphviz.nuspec @@ -2,7 +2,7 @@ graphviz - 2.47.1 + 2.47.2 Graphviz Arif Bilgin, graphviz committers chocolatey, Jason Denizac, Friedrich von Never diff --git a/automatic/graphviz/legal/VERIFICATION.txt b/automatic/graphviz/legal/VERIFICATION.txt index e7388f41eb4..acabe40a80a 100644 --- a/automatic/graphviz/legal/VERIFICATION.txt +++ b/automatic/graphviz/legal/VERIFICATION.txt @@ -7,7 +7,7 @@ Package can be verified like this: 1. Go to - x64: https://gitlab.com/graphviz/graphviz/-/package_files/9574245/download + x64: https://gitlab.com/api/v4/projects/4207231/packages/generic/graphviz-releases/2.47.2/stable_windows_10_cmake_Release_x64_graphviz-install-2.47.2-win64.exe to download the installer. @@ -15,7 +15,7 @@ Package can be verified like this: - Use powershell function 'Get-FileHash' - Use Chocolatey utility 'checksum.exe' - checksum64: A10AD83A61A1445AA1754E869C01F56706374A8A7E3329471A0D84F8FAC9AAAD + checksum64: 5BF9AC717723A754B980AB33FC891F1FCD9E92CBDCD1901F51034DA35348F656 File 'license.txt' is a copy of file 'share\license.rtf' obtained from the installation directory diff --git a/automatic/graphviz/tools/chocolateyInstall.ps1 b/automatic/graphviz/tools/chocolateyInstall.ps1 index 61128ddfa9d..fcfc52db73b 100644 --- a/automatic/graphviz/tools/chocolateyInstall.ps1 +++ b/automatic/graphviz/tools/chocolateyInstall.ps1 @@ -5,7 +5,7 @@ $toolsPath = Split-Path $MyInvocation.MyCommand.Definition $packageArgs = @{ packageName = 'graphviz' fileType = 'exe' - file64 = "$toolsPath\stable_windows_10_cmake_Release_x64_graphviz-install-2.47.1-win64.exe.exe" + file64 = "$toolsPath\stable_windows_10_cmake_Release_x64_graphviz-install-2.47.2-win64.exe.exe" silentArgs = '/S' validExitCodes = @(0) softwareName = 'Graphviz*' diff --git a/automatic/mpc-hc-clsid2/legal/VERIFICATION.txt b/automatic/mpc-hc-clsid2/legal/VERIFICATION.txt index aa72ed9b16b..c62f42607f4 100644 --- a/automatic/mpc-hc-clsid2/legal/VERIFICATION.txt +++ b/automatic/mpc-hc-clsid2/legal/VERIFICATION.txt @@ -7,15 +7,15 @@ location on 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: 9BCCAE261BE16A51E5F0C9407AB9A01720CA42EC4164E31DB995E6944D3B396B - checksum64: 25E5F24632361AA7B8BB59E1DECD0762A19B09EAE80DB15A667E71E2F38A3755 + checksum32: A7A08E7D137FDFBFAA3412240E8B1AEFFAF80ED70B22A28CF42C509688330A6F + checksum64: B37561C337503B588D6CA80FD11664B202E4E571FAA515D650D0965B880DC0E3 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/mpc-hc-clsid2/mpc-hc-clsid2.nuspec b/automatic/mpc-hc-clsid2/mpc-hc-clsid2.nuspec index 8f2ebcb165f..0ccbf30ef5a 100644 --- a/automatic/mpc-hc-clsid2/mpc-hc-clsid2.nuspec +++ b/automatic/mpc-hc-clsid2/mpc-hc-clsid2.nuspec @@ -3,7 +3,7 @@ mpc-hc-clsid2 - 1.9.11 + 1.9.12 MPC-HC (fork by clsid2) chocolatey-community,jack1142 clsid2, MPC-HC Team diff --git a/automatic/mpc-hc-clsid2/tools/chocolateyInstall.ps1 b/automatic/mpc-hc-clsid2/tools/chocolateyInstall.ps1 index 99a53e26da5..1c0f1613b91 100644 --- a/automatic/mpc-hc-clsid2/tools/chocolateyInstall.ps1 +++ b/automatic/mpc-hc-clsid2/tools/chocolateyInstall.ps1 @@ -5,8 +5,8 @@ $toolsPath = Split-Path -parent $MyInvocation.MyCommand.Definition $packageArgs = @{ packageName = $env:ChocolateyPackageName fileType = 'exe' - file = "$toolsPath\MPC-HC.1.9.11.x86.exe" - file64 = "$toolsPath\MPC-HC.1.9.11.x64.exe" + file = "$toolsPath\MPC-HC.1.9.12.x86.exe" + file64 = "$toolsPath\MPC-HC.1.9.12.x64.exe" softwareName = 'MPC-HC*' silentArgs = "/VERYSILENT /NORESTART /SUPPRESSMSGBOXES /SP- /LOG=`"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).InnoInstall.log`"" validExitCodes = @(0) diff --git a/automatic/vim/legal/VERIFICATION.txt b/automatic/vim/legal/VERIFICATION.txt index e58f460d838..d4e39954d4f 100644 --- a/automatic/vim/legal/VERIFICATION.txt +++ b/automatic/vim/legal/VERIFICATION.txt @@ -5,11 +5,11 @@ in verifying that this package's contents are trustworthy. The embedded software have been downloaded from GitHub and can be verified like this: 1. Download the following zips: - 32-Bit: - 64-Bit: + 32-Bit: + 64-Bit: 2. You can use one of the following methods to obtain the SHA256 checksum: - Use powershell function 'Get-FileHash' - Use Chocolatey utility 'checksum.exe' - checksum32: B3936874EBDBD210630D3E5BD67C83FD42CFA9F89D099097A7DFFC65178FA8B4 - checksum64: E8D69F3DF68047D566D2616B35AFB056EE9F420B3DD67C0F79AA308BA48E5079 + checksum32: EB31417487249A6BFC404FCBB538CDE48E8C9630353A5FFEB3DEE4C0AF46AF8D + checksum64: E071676AC511727D1A9389450C901362F9E03A7D3DD82D300EC68BBD797D9630 diff --git a/automatic/vim/tools/chocolateyinstall.ps1 b/automatic/vim/tools/chocolateyinstall.ps1 index d54520472d7..3cb91418095 100644 --- a/automatic/vim/tools/chocolateyinstall.ps1 +++ b/automatic/vim/tools/chocolateyinstall.ps1 @@ -9,8 +9,8 @@ $installDir = Get-InstallDir $packageArgs = @{ packageName = $env:ChocolateyPackageName unzipLocation = $installDir - file = "$toolsDir\gvim_8.2.2890_x86.zip" - file64 = "$toolsDir\gvim_8.2.2890_x64.zip" + file = "$toolsDir\gvim_8.2.2891_x86.zip" + file64 = "$toolsDir\gvim_8.2.2891_x64.zip" } $installArgs = @{ diff --git a/automatic/vim/vim.nuspec b/automatic/vim/vim.nuspec index 048836224ef..3be9f07b945 100644 --- a/automatic/vim/vim.nuspec +++ b/automatic/vim/vim.nuspec @@ -3,7 +3,7 @@ vim Vim - 8.2.2890 + 8.2.2891 Bram Moolenaar, Vim Community chocolatey-community, Rob Reynolds, matsuhav Vim is an advanced text editor that seeks to provide the power of the de-facto Unix editor 'Vi', with a more complete feature set. It's useful whether you're already using vi or using a different editor.