diff --git a/automatic/cmake.install/cmake.install.json b/automatic/cmake.install/cmake.install.json index fbc1738494a..c36947c4d84 100644 --- a/automatic/cmake.install/cmake.install.json +++ b/automatic/cmake.install/cmake.install.json @@ -18,5 +18,5 @@ "3.24": "3.24.4", "3.25": "3.25.3", "3.26": "3.26.5", - "3.27": "3.27.1" + "3.27": "3.27.5" } diff --git a/automatic/cmake.install/cmake.install.nuspec b/automatic/cmake.install/cmake.install.nuspec index 9c2d65edb49..2addf799777 100644 --- a/automatic/cmake.install/cmake.install.nuspec +++ b/automatic/cmake.install/cmake.install.nuspec @@ -3,7 +3,7 @@ cmake.install - 3.27.1 + 3.27.5 https://github.com/chocolatey-community/chocolatey-packages/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 43605f37650..c994b1aad37 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: E681B3501E09B1F727CA65B4A62BC70E3CA2519AE1F94A5CC25A6FB0620278B0 - checksum64: F63BEF95F8D4B69B777A94A8D32BC9B2BC5D0F1DE763C322CA5EDD0945DF6FD8 + checksum32: 591D9EDF38AEC363FFEF8B5F48746FBD843F1D781091433343089620E8A4AD20 + checksum64: 359DB89170ADEE2413357D23048157F44CEB9ACA10777E94B73ED89ABAB76D67 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 69263f55608..c520627d9e4 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.27.1-windows-i386.msi" - file64 = "$toolsPath\cmake-3.27.1-windows-x86_64.msi" + file = "$toolsPath\cmake-3.27.5-windows-i386.msi" + file64 = "$toolsPath\cmake-3.27.5-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 2687382a2a2..fd5d3ba180e 100644 --- a/automatic/cmake.portable/cmake.portable.json +++ b/automatic/cmake.portable/cmake.portable.json @@ -18,5 +18,5 @@ "3.24": "3.24.4", "3.25": "3.25.3", "3.26": "3.26.5", - "3.27": "3.27.1" + "3.27": "3.27.5" } diff --git a/automatic/cmake.portable/cmake.portable.nuspec b/automatic/cmake.portable/cmake.portable.nuspec index c4372b825a2..1a3acc4a620 100644 --- a/automatic/cmake.portable/cmake.portable.nuspec +++ b/automatic/cmake.portable/cmake.portable.nuspec @@ -3,7 +3,7 @@ cmake.portable - 3.27.1 + 3.27.5 https://github.com/chocolatey-community/chocolatey-packages/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 22faad02a51..9b93b49c1e6 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: F6BDCA9944EEBE16D6078DD6044FA9F61F22489E4562F49AF58BB32F2ED32C8B - checksum64: 664FE1655999F0B693D1E64DDB430191C727AB0A03DC1DA7278F291172E1E04E + checksum32: CD1225354A5639A992D772F2043A1F0EBADB7ED2D77E0F859E555157410555CE + checksum64: 1E8E06C8ECF63D5F213019E1CD39EA41A6CF952DB5F2C8E69B8E47F5BC302684 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 4beef353d56..ef786064abc 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.27.1-windows-i386.zip" - file64 = "$toolsPath\cmake-3.27.1-windows-x86_64.zip" + file = "$toolsPath\cmake-3.27.5-windows-i386.zip" + file64 = "$toolsPath\cmake-3.27.5-windows-x86_64.zip" destination = $toolsPath } diff --git a/automatic/cmake/cmake.json b/automatic/cmake/cmake.json index 84b256bc27d..af81ff6029d 100644 --- a/automatic/cmake/cmake.json +++ b/automatic/cmake/cmake.json @@ -18,5 +18,5 @@ "3.24": "3.24.4", "3.25": "3.25.3", "3.26": "3.26.5", - "3.27": "3.27.1" + "3.27": "3.27.5" } diff --git a/automatic/cmake/cmake.nuspec b/automatic/cmake/cmake.nuspec index 0ac4b2f8833..0fc40f730d9 100644 --- a/automatic/cmake/cmake.nuspec +++ b/automatic/cmake/cmake.nuspec @@ -3,7 +3,7 @@ cmake - 3.27.1 + 3.27.5 https://github.com/chocolatey-community/chocolatey-packages/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/smartftp/smartftp.nuspec b/automatic/smartftp/smartftp.nuspec index c39dc81674a..f18d8637542 100644 --- a/automatic/smartftp/smartftp.nuspec +++ b/automatic/smartftp/smartftp.nuspec @@ -5,7 +5,7 @@ smartftp SmartFTP chocolatey-community - 10.0.3153.0 + 10.0.3155.0 SmartSoft FTP, FTPS, SFTP, HTTP, Amazon S3, WebDAV, Google Drive, Google Cloud Storage, Microsoft OneDrive, Telnet, Terminal client.