Skip to content

Commit

Permalink
AU: 1 updated - cmake.portable
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Aug 8, 2019
1 parent 691cd29 commit 47d7417
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
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.1"
"3.15": "3.15.2"
}
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.1</version>
<version>3.15.2</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.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>
32-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.15.2/cmake-3.15.2-win32-x86.zip>
64-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.15.2/cmake-3.15.2-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: D20A8522DEC26F8966B4A65557D0DCF5021E69E318E6C46B2B1D3786A578164E
checksum64: 82A0EDFED4CB0B45B25D2F99E621D3ED4014F66191D8F3C7EADF1D9CCF9C461B
checksum32: AFC698E6470358ABDEFF56231ACD582762A6ABBDF8C27EFC0938B5F7CC842CFA
checksum64: 28332003B55ED76A8928E9D071D9CF89CBA040BEA7C4E4C2100204ECBED7B2CF

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.1-win32-x86.zip"
file64 = "$toolsPath\cmake-3.15.1-win64-x64.zip"
file = "$toolsPath\cmake-3.15.2-win32-x86.zip"
file64 = "$toolsPath\cmake-3.15.2-win64-x64.zip"
destination = $toolsPath
}

Expand Down

0 comments on commit 47d7417

Please sign in to comment.