Skip to content

Commit

Permalink
AU: 6 updated - cmake cmake.install cmake.portable dropbox googlechro…
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Oct 31, 2019
1 parent 4c7080c commit d257ceb
Show file tree
Hide file tree
Showing 18 changed files with 35 additions and 35 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 @@ -6,6 +6,6 @@
"3.12": "3.12.4",
"3.13": "3.13.4",
"3.14": "3.14.7",
"3.15": "3.15.4",
"3.15": "3.15.5",
"3.16": "3.16.0-rc2"
}
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.0-rc2</version>
<version>3.15.5</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.0-rc2/cmake-3.16.0-rc2-win32-x86.msi>
64-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.16.0-rc2/cmake-3.16.0-rc2-win64-x64.msi>
32-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.15.5/cmake-3.15.5-win32-x86.msi>
64-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.15.5/cmake-3.15.5-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: B5FC54C4E26FD33DA423435854D1E6C424AB9C85F3F0755FD6024DFF6E52D3B1
checksum64: 008C133E0E66FFD19FCD900F4B96DA0879AF151BE5C55AD8039990C0344CEC48
checksum32: 3B4A0CF190A7088280FD65410451C8B7FA662169D5D297235383EFF586841193
checksum64: 7251F0BCC7DF97EF875C9114FB483355DDC2045643BA1CE5AE7AC5FD4C6E066F

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.0-rc2-win32-x86.msi"
file64 = "$toolsPath\cmake-3.16.0-rc2-win64-x64.msi"
file = "$toolsPath\cmake-3.15.5-win32-x86.msi"
file64 = "$toolsPath\cmake-3.15.5-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 @@ -6,6 +6,6 @@
"3.12": "3.12.3",
"3.13": "3.13.4",
"3.14": "3.14.7",
"3.15": "3.15.3",
"3.15": "3.15.5",
"3.16": "3.16.0-rc2"
}
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-rc2</version>
<version>3.15.5</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-rc2/cmake-3.16.0-rc2-win32-x86.zip>
64-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.16.0-rc2/cmake-3.16.0-rc2-win64-x64.zip>
32-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.15.5/cmake-3.15.5-win32-x86.zip>
64-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.15.5/cmake-3.15.5-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: CCF76A64B399E4748701A60EBF8FA0A9B1239E1CED0665FECC60EAE71524DC35
checksum64: 00BF5135798020C401738739F4C2E27255E0B446855197E9D342993DF08071CF
checksum32: 54DF7FCC47F1EA8B1C7400F9267EEA1CAC89B4A4DC0A806E9A89DECFD97EABBC
checksum64: 973F83503D5E79EAFC10446B3CDAF70D5089EB001D72E995DF2B22B66800AEB7

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-rc2-win32-x86.zip"
file64 = "$toolsPath\cmake-3.16.0-rc2-win64-x64.zip"
file = "$toolsPath\cmake-3.15.5-win32-x86.zip"
file64 = "$toolsPath\cmake-3.15.5-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 @@ -6,6 +6,6 @@
"3.12": "3.12.2",
"3.13": "3.13.5",
"3.14": "3.14.7",
"3.15": "3.15.4",
"3.15": "3.15.5",
"3.16": "3.16.0-rc2"
}
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.0-rc2</version>
<version>3.15.5</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.0-rc2]" />
<dependency id="cmake.install" version="[3.15.5]" />
</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": "85.3.133-beta",
"stable": "84.3.160"
"stable": "84.4.170"
}
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>85.3.133-beta</version>
<version>84.4.170</version>
<title>Dropbox</title>
<authors>Dropbox</authors>
<owners>chocolatey,ferventcoder,the-running-dev</owners>
Expand Down
6 changes: 3 additions & 3 deletions automatic/dropbox/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
if(!$PSScriptRoot){ $PSScriptRoot = Split-Path $MyInvocation.MyCommand.Path -Parent }
. "$PSScriptRoot\helper.ps1"

$version = '85.3.133'
$version = '84.4.170'

if (!(IsVersionAlreadyInstalled $version)) {
$stop_dropbox = if (Get-Process -Name Dropbox -ErrorAction SilentlyContinue) {$false} else {$true}
Expand All @@ -11,8 +11,8 @@ if (!(IsVersionAlreadyInstalled $version)) {
$packageArgs = @{
packageName = $env:ChocolateyPackageName
softwareName = "Dropbox"
url = 'https://clientupdates.dropboxstatic.com/dbx-releng/client/Dropbox%2085.3.133%20Offline%20Installer.exe'
checksum = 'dadfcf6503d2f0fad0fa14d6a37295b0d96003f89f91e222e41ef3939df25e48'
url = 'https://clientupdates.dropboxstatic.com/dbx-releng/client/Dropbox%2084.4.170%20Offline%20Installer.exe'
checksum = 'caa6f57a6a666f0262767b636f3a07194a65349d490b99ee996f413c882eab71'
fileType = 'exe'
checksumType = 'sha256'
silentArgs = '/s'
Expand Down
2 changes: 1 addition & 1 deletion automatic/googlechromebeta/googlechromebeta.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>googlechromebeta</id>
<version>78.0.3904.70-beta</version>
<version>78.0.3904.85-beta</version>
<title>Google Chrome Beta</title>
<owners>chocolatey,nsleigh</owners>
<authors>Google Inc.</authors>
Expand Down
6 changes: 3 additions & 3 deletions automatic/googlechromebeta/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$toolsPath = Split-Path $MyInvocation.MyCommand.Definition
. $toolsPath\helpers.ps1

$version = '78.0.3904.70-beta'
$version = '78.0.3904.85-beta'
if ($version -eq (Get-ChromeBetaVersion)) {
Write-Host "Google Chrome Beta $version is already installed."
return
Expand All @@ -12,8 +12,8 @@ $packageArgs = @{
fileType = 'MSI'
url = 'https://dl.google.com/tag/s/dl/chrome/install/beta/googlechromebetastandaloneenterprise.msi'
url64bit = 'https://dl.google.com/tag/s/dl/chrome/install/beta/googlechromebetastandaloneenterprise64.msi'
checksum = '4e2a571be237ca8486541d0c6ec1b2bb595add0f26ac2cb70e37e1ef057d070f'
checksum64 = 'ceec49f355386eb6ea7d496cb6935b7f94e620a0105c75c8a90ae8be49c066dd'
checksum = 'af108b3ee23c14ca3a9464424c2301ec5d7a065778f55bc771758d27e468ac2d'
checksum64 = 'ce7edb783468c4fee24c0bbe15db54e00e42f68e7717c1dbbb046ab3aadd98dd'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = "/quiet /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
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.1.2233/gvim_8.1.2233_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.1.2233/gvim_8.1.2233_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.1.2234/gvim_8.1.2234_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.1.2234/gvim_8.1.2234_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: A52D8FCE025F13373759896ECAE5F45A2CD6C63358FE323C4649F17B9174528D
checksum64: D8730F086B083132C3B87CC1C9540187FF63258F597DE0D145915D1729F4A204
checksum32: 594C2E5EEECE3CB2BEFFD4EEE16CB5C0BA02362626FD552A6D283C7AD13A050B
checksum64: 1B71778D6D4613C0669AF2ED011ECE687A8DB2438632DDB8896F272139CD56B6
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.1.2233_x86.zip"
file64 = "$toolsDir\gvim_8.1.2233_x64.zip"
file = "$toolsDir\gvim_8.1.2234_x86.zip"
file64 = "$toolsDir\gvim_8.1.2234_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.1.2233</version>
<version>8.1.2234</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 d257ceb

Please sign in to comment.