Skip to content

Commit

Permalink
AU: 5 updated - cmake cmake.install cmake.portable python vim
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jun 10, 2020
1 parent c13ebc4 commit e56ab81
Show file tree
Hide file tree
Showing 15 changed files with 32 additions and 29 deletions.
3 changes: 2 additions & 1 deletion automatic/cmake.install/cmake.install.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@
"3.14": "3.14.7",
"3.15": "3.15.7",
"3.16": "3.16.8",
"3.17": "3.17.3"
"3.17": "3.17.3",
"3.18": "3.18.0-rc1"
}
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.16.8</version>
<version>3.18.0-rc1</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.16.8/cmake-3.16.8-win32-x86.msi>
64-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.16.8/cmake-3.16.8-win64-x64.msi>
32-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.18.0-rc1/cmake-3.18.0-rc1-win32-x86.msi>
64-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.18.0-rc1/cmake-3.18.0-rc1-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: 53B2BFB74ABB6D0EA0B6D14B2DE7E3DA8F82EFDC2284ACDEA03480BD933CEBBF
checksum64: 3E4B7BE9BB8DA42DC6AE2794CBA60349B7EC78C4C808D539FCEB1AB99112883B
checksum32: 9487F531F53A666B287E180029DAD80EAAA4A1ACDA1C5FB6303DE5F56A5B65A4
checksum64: 36C3C0494B4AB49E293742141EA6FEC1BE93BE8C58A6E8F7727BF0F4D69762D8

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.16.8-win32-x86.msi"
file64 = "$toolsPath\cmake-3.16.8-win64-x64.msi"
file = "$toolsPath\cmake-3.18.0-rc1-win32-x86.msi"
file64 = "$toolsPath\cmake-3.18.0-rc1-win64-x64.msi"
softwareName = 'CMake'
silentArgs = "/qn /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
validExitCodes = @(0, 3010, 1641)
Expand Down
3 changes: 2 additions & 1 deletion automatic/cmake.portable/cmake.portable.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@
"3.14": "3.14.7",
"3.15": "3.15.7",
"3.16": "3.16.8",
"3.17": "3.17.3"
"3.17": "3.17.3",
"3.18": "3.18.0-rc1"
}
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.8</version>
<version>3.18.0-rc1</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.8/cmake-3.16.8-win32-x86.zip>
64-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.16.8/cmake-3.16.8-win64-x64.zip>
32-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.18.0-rc1/cmake-3.18.0-rc1-win32-x86.zip>
64-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.18.0-rc1/cmake-3.18.0-rc1-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: 125AC8A84C5E685298FAAE28C036A9F7117D5D6D9C67B2079359BC30EC63202D
checksum64: 1E2706D3C070F3095B387A5328D8B2FB6D017ECC62052AC27045DD7B1BCB4C0E
checksum32: 9487F531F53A666B287E180029DAD80EAAA4A1ACDA1C5FB6303DE5F56A5B65A4
checksum64: DDA1B86410BA92C3DE8BEB9DE0EC39F914A4B784B5AAEB8DCEBAB51A5CF2272A

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.8-win32-x86.zip"
file64 = "$toolsPath\cmake-3.16.8-win64-x64.zip"
file = "$toolsPath\cmake-3.18.0-rc1-win32-x86.zip"
file64 = "$toolsPath\cmake-3.18.0-rc1-win64-x64.zip"
destination = $toolsPath
}

Expand Down
3 changes: 2 additions & 1 deletion automatic/cmake/cmake.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@
"3.14": "3.14.7",
"3.15": "3.15.7",
"3.16": "3.16.8",
"3.17": "3.17.3"
"3.17": "3.17.3",
"3.18": "3.18.0-rc1"
}
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.16.8</version>
<version>3.18.0-rc1</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.16.8]" />
<dependency id="cmake.install" version="[3.18.0-rc1]" />
</dependencies>
</metadata>
<files />
Expand Down
2 changes: 1 addition & 1 deletion automatic/python/python.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
"3.6": "3.6.8.20200110",
"3.7": "3.7.7",
"3.8": "3.8.3",
"3.9": "3.9.0-b2"
"3.9": "3.9.0-b3"
}
4 changes: 2 additions & 2 deletions automatic/python/python.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>python</id>
<version>3.9.0-b2</version>
<version>3.9.0-b3</version>
<title>Python</title>
<owners>chocolatey</owners>
<authors>Python Software Foundation</authors>
Expand All @@ -24,7 +24,7 @@ Python is a programming language that lets you work more quickly and integrate y
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/python</packageSourceUrl>
<projectSourceUrl>https://www.python.org/downloads/source</projectSourceUrl>
<dependencies>
<dependency id="python3" version="[3.9.0-b2]" />
<dependency id="python3" version="[3.9.0-b3]" />
</dependencies>
<licenseUrl>https://www.python.org/download/releases/3.4.0/license</licenseUrl>
</metadata>
Expand Down
8 changes: 4 additions & 4 deletions automatic/vim/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ in verifying that this package's contents are trustworthy.
The embedded software have been downloaded from GitHub and can be verified like this:

1. Download the following zips:
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.0935/gvim_8.2.0935_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.0935/gvim_8.2.0935_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.0940/gvim_8.2.0940_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.0940/gvim_8.2.0940_x64.zip>
2. You can use one of the following methods to obtain the SHA256 checksum:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'

checksum32: CC045C4B3B36BE4719C17697F508AF1EE4700C482724F6A165A751F1F3B116C0
checksum64: 07FE003ACDB7D98133B5D3B655E20AB711731DB96DDFE910EA6D49E39C19A61F
checksum32: 5A3A760AEF85EE89DEE7CDD9143954AA9F7B859683ADE776FC6D2DFE931A8256
checksum64: 13FB7E9A51BDE0BB9B3AC1677D1E9CA1C62DA6A3BC603F718791298674EF45B3
4 changes: 2 additions & 2 deletions automatic/vim/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ $installDir = Get-InstallDir
$packageArgs = @{
packageName = $env:ChocolateyPackageName
unzipLocation = $installDir
file = "$toolsDir\gvim_8.2.0935_x86.zip"
file64 = "$toolsDir\gvim_8.2.0935_x64.zip"
file = "$toolsDir\gvim_8.2.0940_x86.zip"
file64 = "$toolsDir\gvim_8.2.0940_x64.zip"
}

$installArgs = @{
Expand Down
2 changes: 1 addition & 1 deletion automatic/vim/vim.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>vim</id>
<title>Vim</title>
<version>8.2.0935</version>
<version>8.2.0940</version>
<authors>Bram Moolenaar, Vim Community</authors>
<owners>chocolatey, Rob Reynolds, matsuhav</owners>
<summary>Vim is an advanced text editor that seeks to provide the power of the de-facto Unix editor 'Vi', with a more complete feature set. It's useful whether you're already using vi or using a different editor.</summary>
Expand Down

0 comments on commit e56ab81

Please sign in to comment.