Skip to content

Commit

Permalink
AU: 4 updated - cmake cmake.install GoogleChrome vim
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Nov 19, 2019
1 parent c1c798b commit e755725
Show file tree
Hide file tree
Showing 11 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
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-rc3"
"3.16": "3.16.0-rc4"
}
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-rc3</version>
<version>3.16.0-rc4</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-rc3/cmake-3.16.0-rc3-win32-x86.msi>
64-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.16.0-rc3/cmake-3.16.0-rc3-win64-x64.msi>
32-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.16.0-rc4/cmake-3.16.0-rc4-win32-x86.msi>
64-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.16.0-rc4/cmake-3.16.0-rc4-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: B34A3F67345787B5B99F0245E04D4751795F566464785A10F6956321999F8D3E
checksum64: FA1877A5129B69F9043775B6C82C893D95F5B086D94891EA126B0262C949D93E
checksum32: 55B5EEEC01302822B95EF4568AF3ABA68756EB5E4B794759CADB12AEC4BE196D
checksum64: E71DD20A35C64CAA090E2FE304D12DC897D1AD99353745F8DD16B1BD085CF1D0

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-rc3-win32-x86.msi"
file64 = "$toolsPath\cmake-3.16.0-rc3-win64-x64.msi"
file = "$toolsPath\cmake-3.16.0-rc4-win32-x86.msi"
file64 = "$toolsPath\cmake-3.16.0-rc4-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/cmake.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
"3.13": "3.13.5",
"3.14": "3.14.7",
"3.15": "3.15.5",
"3.16": "3.16.0-rc3"
"3.16": "3.16.0-rc4"
}
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-rc3</version>
<version>3.16.0-rc4</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-rc3]" />
<dependency id="cmake.install" version="[3.16.0-rc4]" />
</dependencies>
</metadata>
<files />
Expand Down
2 changes: 1 addition & 1 deletion automatic/googlechrome/googlechrome.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>GoogleChrome</id>
<version>78.0.3904.97</version>
<version>78.0.3904.108</version>
<title>Google Chrome</title>
<owners>chocolatey</owners>
<authors>Google Inc.</authors>
Expand Down
6 changes: 3 additions & 3 deletions automatic/googlechrome/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.97'
$version = '78.0.3904.108'
if ($version -eq (Get-ChromeVersion)) {
Write-Host "Google Chrome $version is already installed."
return
Expand All @@ -12,8 +12,8 @@ $packageArgs = @{
fileType = 'MSI'
url = 'https://dl.google.com/tag/s/dl/chrome/install/googlechromestandaloneenterprise.msi'
url64bit = 'https://dl.google.com/tag/s/dl/chrome/install/googlechromestandaloneenterprise64.msi'
checksum = 'c4765963d17babaccf75da577ed5d04bc3f56e6003370d4e25e54163d3761f4f'
checksum64 = 'e10df882197933dd389ae4e0a2eca731f3fb4b9708c40e41b0c3877f6f1cd9a4'
checksum = '1232162e5bf3f80aefcf4aa99cd52c72c5c700f1e6e2bb71eecd3076cd6ced7e'
checksum64 = '6d6468522c34b7eb480eff34b4727c879ba82e27b83ede10db64ed6f41465bf6'
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.2318/gvim_8.1.2318_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.1.2318/gvim_8.1.2318_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.1.2321/gvim_8.1.2321_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.1.2321/gvim_8.1.2321_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: 91A767630EA543AFA4E323613BBD00219DAF618F9F28AF943C2121EC5F0C7605
checksum64: EECAD96F278CBB7DB8C1644896979FF80871030EEAFC99E5188835964B7D9B07
checksum32: 4B7FDAC63AB3ECAE0FE9182EAC3E489055B20C1648145DD0DB93645DE7DE1660
checksum64: 23149DEC1D4EF2E4C8B27D4F9FFCE36B7C931A14A4505D90CC47A08F4F3838A8
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.2318_x86.zip"
file64 = "$toolsDir\gvim_8.1.2318_x64.zip"
file = "$toolsDir\gvim_8.1.2321_x86.zip"
file64 = "$toolsDir\gvim_8.1.2321_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.2318</version>
<version>8.1.2321</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 e755725

Please sign in to comment.