Skip to content

Commit

Permalink
AU: 2 updated - alldup cmake.portable
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Nov 19, 2019
1 parent e755725 commit 080dae0
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion automatic/alldup/alldup.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>alldup</id>
<version>4.4.8.20191030</version>
<version>4.4.10</version>
<title>AllDup</title>
<owners>chocolatey</owners>
<authors>Michael Thummerer Software Design</authors>
Expand Down
2 changes: 1 addition & 1 deletion automatic/alldup/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ Package can be verified like this:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'

checksum32: 752D8E76F6E50731A9863DF35C5AC8B5C11CF371092807A9028E7B42E1B9A8BF
checksum32: 2CCE27E5CAC0335654DB3B26CFA5F73BE2E096E919631E782C097EF1E245FC73

File 'Redistribution.pdf' is from personal email communication
2 changes: 1 addition & 1 deletion automatic/cmake.portable/cmake.portable.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
"3.13": "3.13.4",
"3.14": "3.14.7",
"3.15": "3.15.5",
"3.16": "3.16.0-rc3"
"3.16": "3.16.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.16.0-rc3</version>
<version>3.16.0-rc4</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.16.0-rc3/cmake-3.16.0-rc3-win32-x86.zip>
64-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.16.0-rc3/cmake-3.16.0-rc3-win64-x64.zip>
32-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.16.0-rc4/cmake-3.16.0-rc4-win32-x86.zip>
64-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.16.0-rc4/cmake-3.16.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: E4725BF197ECBEC1AC41438AEA6A94500292D9D587FC32CCE96C73C11DD4C220
checksum64: 1F081E4757A0753361C0B39C97B5CE8F65330D2324F2B2FA07DD1C7DC3A25AD3
checksum32: FB062C969A56E7551104D7276A22BF02C7361C491857C0A7247E22D856D2116F
checksum64: 90067B74940587FDE84780BF5CC995903C056571A1689C9BB111A91DEEE3F68D

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.16.0-rc3-win32-x86.zip"
file64 = "$toolsPath\cmake-3.16.0-rc3-win64-x64.zip"
file = "$toolsPath\cmake-3.16.0-rc4-win32-x86.zip"
file64 = "$toolsPath\cmake-3.16.0-rc4-win64-x64.zip"
destination = $toolsPath
}

Expand Down

0 comments on commit 080dae0

Please sign in to comment.