From 6cea480b87eab0465da53a3a6ae64f75f9479a0a Mon Sep 17 00:00:00 2001 From: Chocolatey Community Date: Fri, 18 Mar 2022 18:13:44 +0000 Subject: [PATCH] AU: 4 updated - cmake cmake.install cmake.portable webstorm [skip ci] https://gist.github.com/a14b1e5bfaf70839b338eb1ab7f8226f/e4af1a7e23197a1a4d9fd490856b747764254a3b --- automatic/cmake.install/cmake.install.json | 2 +- automatic/cmake.install/cmake.install.nuspec | 2 +- automatic/cmake.install/legal/VERIFICATION.txt | 8 ++++---- automatic/cmake.install/tools/chocolateyInstall.ps1 | 4 ++-- automatic/cmake.portable/cmake.portable.json | 2 +- automatic/cmake.portable/cmake.portable.nuspec | 2 +- automatic/cmake.portable/legal/VERIFICATION.txt | 8 ++++---- automatic/cmake.portable/tools/chocolateyInstall.ps1 | 4 ++-- automatic/cmake/cmake.json | 2 +- automatic/cmake/cmake.nuspec | 4 ++-- automatic/webstorm/tools/ChocolateyInstall.ps1 | 4 ++-- automatic/webstorm/webstorm.nuspec | 2 +- 12 files changed, 22 insertions(+), 22 deletions(-) diff --git a/automatic/cmake.install/cmake.install.json b/automatic/cmake.install/cmake.install.json index 9f76aefd522..e8ae23cc9a6 100644 --- a/automatic/cmake.install/cmake.install.json +++ b/automatic/cmake.install/cmake.install.json @@ -14,5 +14,5 @@ "3.20": "3.20.6", "3.21": "3.21.6", "3.22": "3.22.3", - "3.23": "3.23.0-rc3" + "3.23": "3.23.0-rc4" } diff --git a/automatic/cmake.install/cmake.install.nuspec b/automatic/cmake.install/cmake.install.nuspec index 8dece3ca772..f04731bc8ba 100644 --- a/automatic/cmake.install/cmake.install.nuspec +++ b/automatic/cmake.install/cmake.install.nuspec @@ -3,7 +3,7 @@ cmake.install - 3.23.0-rc3 + 3.23.0-rc4 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 2b29df75041..9e52feb19a9 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: DD66665D3D8BF2E05808E813D6C0CF23B092B6DD4ADB0532F415B3B3F34E38BB - checksum64: 5BBE29FBA3A1C6220C7C54973117A56D4FA65F25D76FD98F08E2520757E83E02 + checksum32: 5020D464E9595649C7D5A9548EFD2933FFCFF49A38ECDD98CE02531FA05B5290 + checksum64: C9B04C9AE063FE818359AC73A93EB4C7622FC0677B97809E5D8A7B31AC66B481 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 9acd0773bdf..71fe62ccb84 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.23.0-rc3-windows-i386.msi" - file64 = "$toolsPath\cmake-3.23.0-rc3-windows-x86_64.msi" + file = "$toolsPath\cmake-3.23.0-rc4-windows-i386.msi" + file64 = "$toolsPath\cmake-3.23.0-rc4-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 377ccdda781..f349498e363 100644 --- a/automatic/cmake.portable/cmake.portable.json +++ b/automatic/cmake.portable/cmake.portable.json @@ -14,5 +14,5 @@ "3.20": "3.20.6", "3.21": "3.21.6", "3.22": "3.22.3", - "3.23": "3.23.0-rc3" + "3.23": "3.23.0-rc4" } diff --git a/automatic/cmake.portable/cmake.portable.nuspec b/automatic/cmake.portable/cmake.portable.nuspec index 97af71cafce..032c548e603 100644 --- a/automatic/cmake.portable/cmake.portable.nuspec +++ b/automatic/cmake.portable/cmake.portable.nuspec @@ -3,7 +3,7 @@ cmake.portable - 3.23.0-rc3 + 3.23.0-rc4 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 06403f2e32e..1a9d2de4985 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: 4CE5522F9461AE2642AAA2ED8FF2FF2FA298B135321E7E88248300FFA7339A44 - checksum64: B6F873E32967D34AD5564BD11E36B47A2A0589B1CF902DEA1A1845F443289D36 + checksum32: 32E2F79739F1A9694FC9A60AAD56D7CC2672CB9AE9944B38D5BDEA2B6C36F767 + checksum64: 915ADB96C0CA4A0245840C64A83BF63004FE8CF8C53F718C30147D3342A371A9 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 1f5fefa60a4..80a986cef68 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.23.0-rc3-windows-i386.zip" - file64 = "$toolsPath\cmake-3.23.0-rc3-windows-x86_64.zip" + file = "$toolsPath\cmake-3.23.0-rc4-windows-i386.zip" + file64 = "$toolsPath\cmake-3.23.0-rc4-windows-x86_64.zip" destination = $toolsPath } diff --git a/automatic/cmake/cmake.json b/automatic/cmake/cmake.json index a0d0213ad96..53d1cfee3a6 100644 --- a/automatic/cmake/cmake.json +++ b/automatic/cmake/cmake.json @@ -14,5 +14,5 @@ "3.20": "3.20.6", "3.21": "3.21.6", "3.22": "3.22.3", - "3.23": "3.23.0-rc3" + "3.23": "3.23.0-rc4" } diff --git a/automatic/cmake/cmake.nuspec b/automatic/cmake/cmake.nuspec index ff5ddec5911..7916c965192 100644 --- a/automatic/cmake/cmake.nuspec +++ b/automatic/cmake/cmake.nuspec @@ -3,7 +3,7 @@ cmake - 3.23.0-rc3 + 3.23.0-rc4 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/webstorm/tools/ChocolateyInstall.ps1 b/automatic/webstorm/tools/ChocolateyInstall.ps1 index 1e29ffd8ba2..d5cad3ea4c5 100644 --- a/automatic/webstorm/tools/ChocolateyInstall.ps1 +++ b/automatic/webstorm/tools/ChocolateyInstall.ps1 @@ -19,8 +19,8 @@ New-Item -ItemType Directory -Force -Path $installDir $arguments = @{ packageName = $env:ChocolateyPackageName softwareName = 'JetBrains WebStorm*' - url = 'https://download.jetbrains.com/webstorm/WebStorm-2021.3.2.exe' - checksum = '98b8f5901299bb6ad74913104e72bdaf275a1dc6a1ba9664149b802f10ad26e9' + url = 'https://download.jetbrains.com/webstorm/WebStorm-2021.3.3.exe' + checksum = 'b3f96f5fa4a9841ec518a28bc16907840813407a9487670c449aff6e7b18c23d' fileType = 'exe' checksumType = 'sha256' silentArgs = $silentArgs diff --git a/automatic/webstorm/webstorm.nuspec b/automatic/webstorm/webstorm.nuspec index b1cac47bf90..9ff07199190 100644 --- a/automatic/webstorm/webstorm.nuspec +++ b/automatic/webstorm/webstorm.nuspec @@ -3,7 +3,7 @@ webstorm - 2021.3.2 + 2021.3.3 JetBrains WebStorm JetBrains http://www.jetbrains.com/webstorm/buy/buy.jsp