Skip to content

Commit

Permalink
AU: 2 updated - cmake cmake.install
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Aug 9, 2018
1 parent a254514 commit 35406b7
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 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 @@ -3,5 +3,5 @@
"3.9": "3.9.6",
"3.10": "3.10.3",
"3.11": "3.11.4",
"3.12": "3.12.0"
"3.12": "3.12.1"
}
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.12.0</version>
<version>3.12.1</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
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://cmake.org/files/v3.12/cmake-3.12.0-win32-x86.msi>
64-Bit software: <https://cmake.org/files/v3.12/cmake-3.12.0-win64-x64.msi>
32-Bit software: <https://cmake.org/files/v3.12/cmake-3.12.1-win32-x86.msi>
64-Bit software: <https://cmake.org/files/v3.12/cmake-3.12.1-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: 8E7398006B5F0E0E73E548CB2183CC246F1032DAE3F872480F7D79BFDAE6301A
checksum64: FA67349F54551C5DCA61E5F06B21AF9EF2600526CF902D42660B166081121EF6
checksum32: 95AA444ABB960045450AA070C4950B57AA50A5B2A4C8D9F5DC15252ECC0E7503
checksum64: F44E0E9AF6431C276003E5D9BF4ACA7406126D53DC7301115CC3A1CADCBA1800

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.12.0-win32-x86.msi"
file64 = "$toolsPath\cmake-3.12.0-win64-x64.msi"
file = "$toolsPath\cmake-3.12.1-win32-x86.msi"
file64 = "$toolsPath\cmake-3.12.1-win64-x64.msi"
softwareName = 'CMake'
silentArgs = "/qn /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
validExitCodes = @(0, 3010, 1641)
Expand Down
2 changes: 1 addition & 1 deletion automatic/cmake/cmake.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"3.9": "3.9.6",
"3.10": "3.10.3",
"3.11": "3.11.4",
"3.12": "3.12.0"
"3.12": "3.12.1"
}
4 changes: 2 additions & 2 deletions automatic/cmake/cmake.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</id>
<version>3.12.0</version>
<version>3.12.1</version>
<packageSourceUrl>https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/automatic/cmake</packageSourceUrl>
<owners>chocolatey, dtgm</owners>
<title>CMake</title>
Expand Down Expand Up @@ -43,7 +43,7 @@ For example: `choco install cmake --installargs 'ADD_CMAKE_TO_PATH=User'`
* [News](https://blog.kitware.com/tag/CMake/)
* [Changelog](https://www.cmake.org/download/#latest)</releaseNotes>
<dependencies>
<dependency id="cmake.install" version="[3.12.0]" />
<dependency id="cmake.install" version="[3.12.1]" />
</dependencies>
</metadata>
<files />
Expand Down

0 comments on commit 35406b7

Please sign in to comment.