Skip to content

Commit

Permalink
AU: 2 updated - googlechromebeta vim
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jan 23, 2020
1 parent f17af8c commit 298df8b
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
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>80.0.3987.53-beta</version>
<version>80.0.3987.66-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 = '80.0.3987.53-beta'
$version = '80.0.3987.66-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 = '9674f0ce16b2ae23f012b87fdd123820955ef40ef572477a83a860d7a46f0613'
checksum64 = '947efe15228a950f684fc3d99e5f9d5a1a894f3cc5c99f449ccc58d241b8a95a'
checksum = 'a73978106ebe5ace01aa4a6625bf4bf1da7c1d83a18b3bdc389612f99d101346'
checksum64 = 'da8b4aa56ee78e0b6acfb62ce48e26b0b9d173443608a4b45c21686330ed9f65'
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.2.0140/gvim_8.2.0140_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.0140/gvim_8.2.0140_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.0141/gvim_8.2.0141_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.0141/gvim_8.2.0141_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: 74AF12EE8A2E5A4EA8F2CFB689F0EF950A465138202D72C63C2AB5800280527B
checksum64: A618F78064210BBF63B8DC4CD5F3A5915840BC72A39C11123A03A11431A6852A
checksum32: 868414C1C4C3297DCBE8CADCD2D6E404D65EA5E5177718FB0F8648B6E0DEE35B
checksum64: C3B99ECF7D0AA3FB2FCBFDBD10FDA9AC4483B2B036B90B5BFCEF7A0475669E48
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.2.0140_x86.zip"
file64 = "$toolsDir\gvim_8.2.0140_x64.zip"
file = "$toolsDir\gvim_8.2.0141_x86.zip"
file64 = "$toolsDir\gvim_8.2.0141_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.2.0140</version>
<version>8.2.0141</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 298df8b

Please sign in to comment.