Skip to content

Commit

Permalink
AU: 1 updated - cmake.install
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Nov 2, 2018
1 parent 64dad10 commit 162d899
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion automatic/cmake.install/cmake.install.json
Expand Up @@ -3,6 +3,6 @@
"3.9": "3.9.6",
"3.10": "3.10.3",
"3.11": "3.11.4",
"3.12": "3.12.2",
"3.12": "3.12.4",
"3.13": "3.13.0-rc2"
}
2 changes: 1 addition & 1 deletion automatic/cmake.install/cmake.install.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>cmake.install</id>
<version>3.13.0-rc2</version>
<version>3.12.4</version>
<packageSourceUrl>https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/automatic/cmake.install</packageSourceUrl>
<owners>chocolatey, dtgm</owners>
<title>CMake (Install)</title>
Expand Down
8 changes: 4 additions & 4 deletions automatic/cmake.install/legal/VERIFICATION.txt
Expand Up @@ -7,15 +7,15 @@ location on <https://cmake.org/download/>
and can be verified by doing the following:

1. Download the following:
32-Bit software: <https://cmake.org/files/v3.13/cmake-3.13.0-rc2-win32-x86.msi>
64-Bit software: <https://cmake.org/files/v3.13/cmake-3.13.0-rc2-win64-x64.msi>
32-Bit software: <https://cmake.org/files/v3.12/cmake-3.12.4-win32-x86.msi>
64-Bit software: <https://cmake.org/files/v3.12/cmake-3.12.4-win64-x64.msi>
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: 8380385C369C50274024A0528378899E6113AAE700D0729E6E7112EBDBD4CB66
checksum64: 5E76BAE72D6544890BF09D0C7EBEF06250AB69C8F4263C264E7B0D70A7170D88
checksum32: 4FF6861E995C0EE175C7CCEF95F59CB541F3552BCA49CB2F93BFDE681E14DA3F
checksum64: F8413E07FC8BFE5C5EFDD6203BE04BD15DF1E310F04284367E9F7D763216A677

The file 'LICENSE.txt' has been obtained from <https://gitlab.kitware.com/cmake/cmake/blob/master/Copyright.txt>
4 changes: 2 additions & 2 deletions automatic/cmake.install/tools/chocolateyInstall.ps1
Expand Up @@ -5,8 +5,8 @@ $toolsPath = Split-Path -parent $MyInvocation.MyCommand.Definition
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'msi'
file = "$toolsPath\cmake-3.13.0-rc2-win32-x86.msi"
file64 = "$toolsPath\cmake-3.13.0-rc2-win64-x64.msi"
file = "$toolsPath\cmake-3.12.4-win32-x86.msi"
file64 = "$toolsPath\cmake-3.12.4-win64-x64.msi"
softwareName = 'CMake'
silentArgs = "/qn /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
validExitCodes = @(0, 3010, 1641)
Expand Down

0 comments on commit 162d899

Please sign in to comment.