diff --git a/automatic/php/legal/VERIFICATION.txt b/automatic/php/legal/VERIFICATION.txt index e2bc0415b74..49e6abe9a5e 100644 --- a/automatic/php/legal/VERIFICATION.txt +++ b/automatic/php/legal/VERIFICATION.txt @@ -7,19 +7,19 @@ location on and can be verified by doing the following: 1. Download the following: - 32-Bit software (threadsafe): - 64-Bit software (threadsafe): - 32-Bit software (non-threadsafe): - 64-Bit software (non-threadsafe): + 32-Bit software (threadsafe): + 64-Bit software (threadsafe): + 32-Bit software (non-threadsafe): + 64-Bit software (non-threadsafe): 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: - checksum32 (threadsafe): 1ADB196CEAC3FC8DBF1BC1D09F392DC0222EEA8A646B45070AA1E1763D5F535E - checksum64 (threadsafe): 363279F7015DABB082197C8043FD9FB6C5006BF34BDFC76D9EAB7D565A877D42 - checksum32 (non-threadsafe): DE0FFD387A8626246B247162113A2A27F3998BDE27A6D8A1DED9737AD8AC5865 - checksum64 (non-threadsafe): CC06B98185CD7C09266EE1E87A9BD7E48C4BF956D661FB432DFC295352A4A81D + checksum32 (threadsafe): 2E6B063B5C0F67953B55723AC039A98E340E3A7B25F65B53E87511BB348EB374 + checksum64 (threadsafe): 6B8CA3C5116F7D7181DB8BEED504AF89133BEAFB9020B30DAD65AD1FE34147EA + checksum32 (non-threadsafe): 9814B6B1B5D631988759A9D016B06C71FD626B8FE215E72732DE550E6725D76B + checksum64 (non-threadsafe): CBB8C804A3A8FC98BB3E4C5ED3B6543C019AF769E9C5BBDFED2379DF6A149196 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/php/php.json b/automatic/php/php.json index df423f34739..784dfc8f505 100644 --- a/automatic/php/php.json +++ b/automatic/php/php.json @@ -4,6 +4,6 @@ "5.6": "5.6.40", "7.2": "7.2.34", "7.3": "7.3.28", - "7.4": "7.4.19", - "8.0": "8.0.6" + "7.4": "7.4.20", + "8.0": "8.0.7" } diff --git a/automatic/php/php.nuspec b/automatic/php/php.nuspec index 031cc343805..dd56fb49431 100644 --- a/automatic/php/php.nuspec +++ b/automatic/php/php.nuspec @@ -4,7 +4,7 @@ php PHP (Hypertext Preprocessor) - 8.0.6 + 8.0.7 PHP Authors chocolatey-community, Rob Reynolds PHP – widely-used general-purpose scripting language that is especially suited for Web development and can be embedded into HTML. @@ -26,7 +26,7 @@ For example: `choco install php --package-parameters='"/ThreadSafe ""/InstallDir php development programming foss cross-platform admin http://us.php.net/license/ false - https://www.php.net/ChangeLog-8.php#8.0.6 + https://www.php.net/ChangeLog-8.php#8.0.7 https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@4e147ce52b1a2a7ac522ffbce6d176f257de6ac1/icons/php.svg https://bugs.php.net/ https://secure.php.net/docs.php diff --git a/automatic/php/tools/chocolateyInstall.ps1 b/automatic/php/tools/chocolateyInstall.ps1 index 2e044937887..77e8b5b8c6b 100644 --- a/automatic/php/tools/chocolateyInstall.ps1 +++ b/automatic/php/tools/chocolateyInstall.ps1 @@ -14,10 +14,10 @@ if ($installLocation) { $pp = Get-PackageParameters $filesInfo = @{ - filets32 = "$toolsPath\php-8.0.6-Win32-vs16-x86.zip" - filets64 = "$toolsPath\php-8.0.6-Win32-vs16-x64.zip" - filents32 = "$toolsPath\php-8.0.6-nts-Win32-vs16-x86.zip" - filents64 = "$toolsPath\php-8.0.6-nts-Win32-vs16-x64.zip" + filets32 = "$toolsPath\php-8.0.7-Win32-vs16-x86.zip" + filets64 = "$toolsPath\php-8.0.7-Win32-vs16-x64.zip" + filents32 = "$toolsPath\php-8.0.7-nts-Win32-vs16-x86.zip" + filents64 = "$toolsPath\php-8.0.7-nts-Win32-vs16-x64.zip" } if ($pp.ThreadSafe) { diff --git a/automatic/smartftp/smartftp.nuspec b/automatic/smartftp/smartftp.nuspec index 01097af90af..39e59e4c72a 100644 --- a/automatic/smartftp/smartftp.nuspec +++ b/automatic/smartftp/smartftp.nuspec @@ -5,7 +5,7 @@ smartftp SmartFTP chocolatey-community - 9.0.2850.0 + 9.0.2851.0 SmartSoft FTP, FTPS, SFTP, HTTP, Amazon S3, WebDAV, Google Drive, Google Cloud Storage, Microsoft OneDrive, Telnet, Terminal client. - 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: 01BF8A259FE737492D32EB58C0FCF68BC4B4C003D394EA25DF4FA5FC2742FEA3 - checksum64: 01FFA4188E671AB4236EED24A011916108CB61B5173186D19FAED07544D9D772 + checksum32: DE3C0F9FBCF604D3FC8F847305BC3B5F4ADF850EF4456AD50D01CF2CE1186730 + checksum64: F3ED50F6B6B73DB1CE5A1D3AB220A6BF686964AD828B075FDA0D533C7FEA6DC5 diff --git a/automatic/vim/tools/chocolateyinstall.ps1 b/automatic/vim/tools/chocolateyinstall.ps1 index 3ff37b0df1b..81b1b781f2d 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.2914_x86.zip" - file64 = "$toolsDir\gvim_8.2.2914_x64.zip" + file = "$toolsDir\gvim_8.2.2920_x86.zip" + file64 = "$toolsDir\gvim_8.2.2920_x64.zip" } $installArgs = @{ diff --git a/automatic/vim/vim.nuspec b/automatic/vim/vim.nuspec index 20fe77ec66b..4f95b965ed2 100644 --- a/automatic/vim/vim.nuspec +++ b/automatic/vim/vim.nuspec @@ -3,7 +3,7 @@ vim Vim - 8.2.2914 + 8.2.2920 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.