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 Sep 5, 2019
1 parent e668a4e commit 07e50dc
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
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
"3.12": "3.12.4",
"3.13": "3.13.4",
"3.14": "3.14.6",
"3.15": "3.15.2"
"3.15": "3.15.3"
}
2 changes: 1 addition & 1 deletion automatic/cmake.install/cmake.install.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>cmake.install</id>
<version>3.15.2</version>
<version>3.15.3</version>
<packageSourceUrl>https://github.com/chocolatey-community/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
Original file line number Diff line number Diff line change
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://github.com/Kitware/CMake/releases/download/v3.15.2/cmake-3.15.2-win32-x86.msi>
64-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.15.2/cmake-3.15.2-win64-x64.msi>
32-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.15.3/cmake-3.15.3-win32-x86.msi>
64-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.15.3/cmake-3.15.3-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: 76AB2E1A3076936CE86999E8F37327B0BAB3E46206A52ABD73CDAE6E5B63F2BC
checksum64: BB5895C55692842511F848969301B1D7D41A8EE43776B300A988E978DE73139D
checksum32: 7CDCA51D3C4E8613F5ECBC30A14E25ADF1C88EC361F223472CCBE06C747600F2
checksum64: E35C2D18FFB6959AD4B4963144D5928DBA8C2479F9EEFAB3FB3FA770DCF09D73

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
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ $toolsPath = Split-Path -parent $MyInvocation.MyCommand.Definition
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'msi'
file = "$toolsPath\cmake-3.15.2-win32-x86.msi"
file64 = "$toolsPath\cmake-3.15.2-win64-x64.msi"
file = "$toolsPath\cmake-3.15.3-win32-x86.msi"
file64 = "$toolsPath\cmake-3.15.3-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 07e50dc

Please sign in to comment.