Skip to content

Commit

Permalink
AU: 4 updated - cmake cmake.install cmake.portable youtube-dl
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jan 18, 2018
1 parent bde7c35 commit 523d732
Show file tree
Hide file tree
Showing 12 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion automatic/cmake.install/cmake.install.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"3.8": "3.8.2",
"3.9": "3.9.6",
"3.10": "3.10.1.20180115"
"3.10": "3.10.2"
}
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.10.1.20180115</version>
<version>3.10.2</version>
<packageSourceUrl>https://github.com/chocolatey/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://cmake.org/files/v3.10/cmake-3.10.1-win32-x86.msi>
64-Bit software: <https://cmake.org/files/v3.10/cmake-3.10.1-win64-x64.msi>
32-Bit software: <https://cmake.org/files/v3.10/cmake-3.10.2-win32-x86.msi>
64-Bit software: <https://cmake.org/files/v3.10/cmake-3.10.2-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: 2D3B18344D476A64FF4AD151B186C1FF9AA533129821AFD80E6CEFFB9BB28680
checksum64: 23FE84A5CEC997E1B8A7725713CF8B0934071F5B25B53C51ACF51490DFF4E468
checksum32: B3103B5868189FF7589F66CFD95EF4E6DC550095F1D242D5BDCBB8A56A047D01
checksum64: F8602B6258AD900BB7850D5958E8585A6902751B5C28D8ECCE58D3BE9710AA94

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.10.1-win32-x86.msi"
file64 = "$toolsPath\cmake-3.10.1-win64-x64.msi"
file = "$toolsPath\cmake-3.10.2-win32-x86.msi"
file64 = "$toolsPath\cmake-3.10.2-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
@@ -1,5 +1,5 @@
{
"3.8": "3.8.2",
"3.9": "3.9.6",
"3.10": "3.10.1.20180115"
"3.10": "3.10.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.10.1.20180115</version>
<version>3.10.2</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.1-win32-x86.zip>
64-Bit software: <https://cmake.org/files/v3.10/cmake-3.10.1-win64-x64.zip>
32-Bit software: <https://cmake.org/files/v3.10/cmake-3.10.2-win32-x86.zip>
64-Bit software: <https://cmake.org/files/v3.10/cmake-3.10.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: 6FE010CCE1201D884CD7A9535DB8A1F16D98B8965341251FDE8F1C5069EE58C0
checksum64: 8251F70C85B58F3CA1F24E4A3B0637E2D609B5E4A341D00B70E02E89244D5029
checksum32: F5F7E41A21D0E9B655ACA58498B08E17ECD27796BF82837E2C84435359169DD6
checksum64: FD44D90D7EAB48FBCA0862E758D07F84E027EF68CB0D7A2D1EC865964CA58B12

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.1-win32-x86.zip"
file64 = "$toolsPath\cmake-3.10.1-win64-x64.zip"
file = "$toolsPath\cmake-3.10.2-win32-x86.zip"
file64 = "$toolsPath\cmake-3.10.2-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
@@ -1,5 +1,5 @@
{
"3.8": "3.8.2",
"3.9": "3.9.6",
"3.10": "3.10.1.20180115"
"3.10": "3.10.2"
}
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.1.20180115</version>
<version>3.10.2</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.1.20180115]" />
<dependency id="cmake.install" version="[3.10.2]" />
</dependencies>
</metadata>
<files />
Expand Down
4 changes: 2 additions & 2 deletions automatic/youtube-dl/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ in verifying that this package's contents are trustworthy.
The installer have been downloaded from their official download link listed on <https://github.com/rg3/youtube-dl/releases/latest>
and can be verified like this:

1. Download <https://github.com/rg3/youtube-dl/releases/download/2018.01.14/youtube-dl.exe>
1. Download <https://github.com/rg3/youtube-dl/releases/download/2018.01.18/youtube-dl.exe>
2. Then use one of the following methods to obtain the checksum
- Use powershell function 'Get-Filehash'
- Use chocolatey utility 'checksum.exe'

checksum type: sha512
checksum: 82b7cc8a21e621011f98fd2f77708ff83e2aa08d36db61aa25b07dadcc83054565fd0457f9627de3b8b1491d1902196e91aa65ec8eabcbf9e1fe353aa61dc4ca
checksum: 4f0da7589f483e8172e9adfa0e01b4ee9daff94ebc9967820d7ba29f1d3eb3b610c5f3bf8ed3b299c2ca2d45550d97a9ab10b22ef9c4b0a2f7861b58b749724c

File 'LICENSE.txt' is obtained from <https://github.com/rg3/youtube-dl/blob/b7769a05eca3611e492f7a75f1c40cddd2019ef1/LICENSE>
2 changes: 1 addition & 1 deletion automatic/youtube-dl/youtube-dl.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>youtube-dl</id>
<version>2018.01.14</version>
<version>2018.01.18</version>
<title>youtube-dl</title>
<owners>chocolatey</owners>
<authors>Ricardo Garcia and others</authors>
Expand Down

0 comments on commit 523d732

Please sign in to comment.