Skip to content

Commit

Permalink
AU: 3 updated - alldup cmake.portable googlechromebeta
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Oct 31, 2019
1 parent ed51f6a commit c440b47
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
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-rc2"
"3.16": "3.16.0-rc3"
}
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.15.5</version>
<version>3.16.0-rc3</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.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>
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>
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: 54DF7FCC47F1EA8B1C7400F9267EEA1CAC89B4A4DC0A806E9A89DECFD97EABBC
checksum64: 973F83503D5E79EAFC10446B3CDAF70D5089EB001D72E995DF2B22B66800AEB7
checksum32: E4725BF197ECBEC1AC41438AEA6A94500292D9D587FC32CCE96C73C11DD4C220
checksum64: 1F081E4757A0753361C0B39C97B5CE8F65330D2324F2B2FA07DD1C7DC3A25AD3

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

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.85-beta</version>
<version>79.0.3945.16-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.85-beta'
$version = '79.0.3945.16-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 = 'af108b3ee23c14ca3a9464424c2301ec5d7a065778f55bc771758d27e468ac2d'
checksum64 = 'ce7edb783468c4fee24c0bbe15db54e00e42f68e7717c1dbbb046ab3aadd98dd'
checksum = '00daab39dbdb711cb01f3c482b0aebd93ff775b823f6c445c71ec16b079e35c7'
checksum64 = 'e2747769adb571de515edc1efcc052a827700a6576ce18c981ad1fb558787b6c'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = "/quiet /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
Expand Down

0 comments on commit c440b47

Please sign in to comment.