Skip to content

Commit

Permalink
AU: 2 updated - cmake cmake.portable
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Mar 19, 2018
1 parent a94dd4e commit b6fdc04
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 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 @@ -2,5 +2,5 @@
"3.8": "3.8.2",
"3.9": "3.9.6",
"3.10": "3.10.3",
"3.11": "3.11.0-rc3"
"3.11": "3.11.0-rc4"
}
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.10.3</version>
<version>3.11.0-rc4</version>
<packageSourceUrl>https://github.com/chocolatey/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://cmake.org/files/v3.10/cmake-3.10.3-win32-x86.zip>
64-Bit software: <https://cmake.org/files/v3.10/cmake-3.10.3-win64-x64.zip>
32-Bit software: <https://cmake.org/files/v3.11/cmake-3.11.0-rc4-win32-x86.zip>
64-Bit software: <https://cmake.org/files/v3.11/cmake-3.11.0-rc4-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: EDBBFB7F6F4E4F913DE4A16D228CF6156AC7071596B6D25F2891A60A006735EA
checksum64: 3BD57D1CFCF720A4CC72DB77BDA4C76A7B700FB0341821AD868963AD28856CD0
checksum32: D3A6694A5750AFEE7CFF17197BF6791B3329C498CA5DFB8D5052E553ADD787C8
checksum64: FCA2AA7AD9AE82EE24397776BC3EB95E52EB5EE824736270A83585C5D84CE88A

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.10.3-win32-x86.zip"
file64 = "$toolsPath\cmake-3.10.3-win64-x64.zip"
file = "$toolsPath\cmake-3.11.0-rc4-win32-x86.zip"
file64 = "$toolsPath\cmake-3.11.0-rc4-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 @@ -2,5 +2,5 @@
"3.8": "3.8.2",
"3.9": "3.9.6",
"3.10": "3.10.3",
"3.11": "3.11.0-rc3"
"3.11": "3.11.0-rc4"
}
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.10.3</version>
<version>3.11.0-rc4</version>
<packageSourceUrl>https://github.com/chocolatey/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=User'`
* [News](https://blog.kitware.com/tag/CMake/)
* [Changelog](https://www.cmake.org/download/#latest)</releaseNotes>
<dependencies>
<dependency id="cmake.install" version="[3.10.3]" />
<dependency id="cmake.install" version="[3.11.0-rc4]" />
</dependencies>
</metadata>
<files />
Expand Down

0 comments on commit b6fdc04

Please sign in to comment.