Skip to content

Commit

Permalink
AU: 6 updated - cmake cmake.install cmake.portable dropbox prey youtu…
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed May 17, 2018
1 parent 3e14874 commit 96ae50e
Show file tree
Hide file tree
Showing 17 changed files with 31 additions and 31 deletions.
2 changes: 1 addition & 1 deletion automatic/cmake.install/cmake.install.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.1"
"3.11": "3.11.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.11.1</version>
<version>3.11.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.11/cmake-3.11.1-win32-x86.msi>
64-Bit software: <https://cmake.org/files/v3.11/cmake-3.11.1-win64-x64.msi>
32-Bit software: <https://cmake.org/files/v3.11/cmake-3.11.2-win32-x86.msi>
64-Bit software: <https://cmake.org/files/v3.11/cmake-3.11.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: EC44E70BDA43759E76F48D0F33AB214753B6E4B29B282D09E2DC13512FC66BD4
checksum64: 13544E606D65BBCA352768D78DBAA4F387C4C44F8B605D033406EB0C199AFF95
checksum32: B1940E9B745799121259598698D564BAC43359718BAEA067ACBFFFED6F1E8D81
checksum64: C1AB51D36AD80DB4D91970C50453219FDE0558346787A3CBBF92C6B23D684FF0

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.11.1-win32-x86.msi"
file64 = "$toolsPath\cmake-3.11.1-win64-x64.msi"
file = "$toolsPath\cmake-3.11.2-win32-x86.msi"
file64 = "$toolsPath\cmake-3.11.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
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.1"
"3.11": "3.11.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.11.1</version>
<version>3.11.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.11/cmake-3.11.1-win32-x86.zip>
64-Bit software: <https://cmake.org/files/v3.11/cmake-3.11.1-win64-x64.zip>
32-Bit software: <https://cmake.org/files/v3.11/cmake-3.11.2-win32-x86.zip>
64-Bit software: <https://cmake.org/files/v3.11/cmake-3.11.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: 415A24C0C1250514747EA3C1D45B1930BC51DC5D6ACB01062E1D680051BB0EA9
checksum64: ED23C3D22E164FAE7300C82DB3E72EAC4648E016EABDEACE1BD573A9A6ECD218
checksum32: 0D8BF9BF56519733A09BD9F39423514ADFBB6513ED4E0508A3222E31F1F8264D
checksum64: 8C998FD7C278169E44F19F546DE2C9A275E2ACC8DBF858F0112A02242DFBBCD2

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.11.1-win32-x86.zip"
file64 = "$toolsPath\cmake-3.11.1-win64-x64.zip"
file = "$toolsPath\cmake-3.11.2-win32-x86.zip"
file64 = "$toolsPath\cmake-3.11.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
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.1"
"3.11": "3.11.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.11.1</version>
<version>3.11.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 @@ -43,7 +43,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.11.1]" />
<dependency id="cmake.install" version="[3.11.2]" />
</dependencies>
</metadata>
<files />
Expand Down
2 changes: 1 addition & 1 deletion automatic/dropbox/dropbox.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"beta": "50.3.68-beta",
"beta": "50.3.69-beta",
"stable": "50.3.66"
}
2 changes: 1 addition & 1 deletion automatic/dropbox/dropbox.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>dropbox</id>
<version>50.3.68-beta</version>
<version>50.3.69-beta</version>
<title>Dropbox</title>
<authors>Dropbox</authors>
<owners>chocolatey,ferventcoder,the-running-dev</owners>
Expand Down
4 changes: 2 additions & 2 deletions automatic/dropbox/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
$packageArgs = @{
packageName = $env:ChocolateyPackageName
softwareName = "Dropbox*"
url = 'https://clientupdates.dropboxstatic.com/dbx-releng/client/Dropbox%2050.3.68%20Offline%20Installer.exe'
checksum = 'cffe785bd4a2b01c2a9ab7563e6ca484a130feefd0bb2e1690c0df5faf5dceba'
url = 'https://clientupdates.dropboxstatic.com/dbx-releng/client/Dropbox%2050.3.69%20Offline%20Installer.exe'
checksum = 'f4527ae7d4b5198e864e4aacc6409cc2888cc1df5d784c539573d004e8ad979f'
fileType = 'exe'
checksumType = 'sha256'
silentArgs = '/s'
Expand Down
2 changes: 1 addition & 1 deletion automatic/prey/prey.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>prey</id>
<version>1.7.4</version>
<version>1.7.5</version>
<title>Prey</title>
<owners>chocolatey</owners>
<authors>Fork Ltd</authors>
Expand Down
8 changes: 4 additions & 4 deletions automatic/prey/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ $ErrorActionPreference = 'Stop'
$packageArgs = @{
packageName = 'prey'
fileType = 'msi'
url = 'https://github.com/prey/prey-node-client/releases/download/v1.7.4/prey-windows-1.7.4-x86.msi'
url64bit = 'https://github.com/prey/prey-node-client/releases/download/v1.7.4/prey-windows-1.7.4-x64.msi'
checksum = 'cfc1dcbb7db2f21433bdfdaca1d660db797d1e591293ce3b7da9566f20fe638b'
checksum64 = 'ceffccea3085382b2c65907d8e21aaba95e8c2bbd36bc3290c2893680a367a50'
url = 'https://github.com/prey/prey-node-client/releases/download/v1.7.5/prey-windows-1.7.5-x86.msi'
url64bit = 'https://github.com/prey/prey-node-client/releases/download/v1.7.5/prey-windows-1.7.5-x64.msi'
checksum = 'eecc0ae67afdd943d7429309b7a35e1d2847b506d9ef1cf4de17ca4f83d79de0'
checksum64 = 'a3f0ea7440ed05304ad3ec1c422f32fac90d87e6d31a025d2318040109ff600d'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = '/qn'
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.05.01/youtube-dl.exe>
1. Download <https://github.com/rg3/youtube-dl/releases/download/2018.05.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: e0395fe93601aeaa1e18ee9165bf2c545bf246be377e470f2fff139fa4a20bb979932cafc928262ba23034c0050f4ffe9e42edf1cd20daeb1929a67fa27a4a2d
checksum: 1004d90df297860707e0eeb7607f191a526f4bf42b129256e34681e7d002c5da55fafd399a46441f382f103bccbb4b97233155087b5a69cf702aac73d1391171

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.05.01</version>
<version>2018.05.18</version>
<title>youtube-dl</title>
<owners>chocolatey</owners>
<authors>Ricardo Garcia and others</authors>
Expand Down

0 comments on commit 96ae50e

Please sign in to comment.