Skip to content

Commit

Permalink
AU: 3 updated - cmake cmake.install cmake.portable
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jul 26, 2019
1 parent 0aedb79 commit 98844c9
Show file tree
Hide file tree
Showing 10 changed files with 19 additions and 19 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.0"
"3.15": "3.15.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.15.0</version>
<version>3.15.1</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.0/cmake-3.15.0-win32-x86.msi>
64-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.15.0/cmake-3.15.0-win64-x64.msi>
32-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.15.1/cmake-3.15.1-win32-x86.msi>
64-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.15.1/cmake-3.15.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: 69E31E8FDF9C04F61115827821CC730843C280159A4A7743199282048EBA1509
checksum64: 2BFB03801360BCF3554432C2C71F30A95246C17F2664F18200C34C58B874992B
checksum32: DEDC56098AA3DB7A866F433B690E7E67E5B7DABF6DBE48804F54DDD54422EC2C
checksum64: B84CE1A5FC7FF7AFE9590BCDF07EE8F8E8D5AE1E85A27DBCB1E6CCAB26B441B9

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.0-win32-x86.msi"
file64 = "$toolsPath\cmake-3.15.0-win64-x64.msi"
file = "$toolsPath\cmake-3.15.1-win32-x86.msi"
file64 = "$toolsPath\cmake-3.15.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.portable/cmake.portable.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
"3.12": "3.12.3",
"3.13": "3.13.4",
"3.14": "3.14.6",
"3.15": "3.15.0"
"3.15": "3.15.1"
}
2 changes: 1 addition & 1 deletion automatic/cmake.portable/cmake.portable.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.portable</id>
<version>3.15.0</version>
<version>3.15.1</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/cmake.portable</packageSourceUrl>
<owners>chocolatey, dtgm</owners>
<title>CMake (Portable)</title>
Expand Down
8 changes: 4 additions & 4 deletions automatic/cmake.portable/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.0/cmake-3.15.0-win32-x86.zip>
64-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.15.0/cmake-3.15.0-win64-x64.zip>
32-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.15.1/cmake-3.15.1-win32-x86.zip>
64-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.15.1/cmake-3.15.1-win64-x64.zip>
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: B8B00885535A33F13E2839F3E2830B404BF870697C1BA30697417FE3D17F529F
checksum64: 2C99E2FE490AA3B66C605DB3131E9735417A887ECC7B8B86AA580BD428D3D721
checksum32: D20A8522DEC26F8966B4A65557D0DCF5021E69E318E6C46B2B1D3786A578164E
checksum64: 82A0EDFED4CB0B45B25D2F99E621D3ED4014F66191D8F3C7EADF1D9CCF9C461B

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.portable/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ $toolsPath = Split-Path -parent $MyInvocation.MyCommand.Definition

$packageArgs = @{
packageName = $env:ChocolateyPackageName
file = "$toolsPath\cmake-3.15.0-win32-x86.zip"
file64 = "$toolsPath\cmake-3.15.0-win64-x64.zip"
file = "$toolsPath\cmake-3.15.1-win32-x86.zip"
file64 = "$toolsPath\cmake-3.15.1-win64-x64.zip"
destination = $toolsPath
}

Expand Down
2 changes: 1 addition & 1 deletion automatic/cmake/cmake.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
"3.12": "3.12.2",
"3.13": "3.13.5",
"3.14": "3.14.6",
"3.15": "3.15.0"
"3.15": "3.15.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.15.0</version>
<version>3.15.1</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/cmake</packageSourceUrl>
<owners>chocolatey, dtgm</owners>
<title>CMake</title>
Expand Down Expand Up @@ -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)</releaseNotes>
<dependencies>
<dependency id="cmake.install" version="[3.15.0]" />
<dependency id="cmake.install" version="[3.15.1]" />
</dependencies>
</metadata>
<files />
Expand Down

0 comments on commit 98844c9

Please sign in to comment.