Skip to content

Commit

Permalink
AU: 2 updated - GoogleChrome vim
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Sep 22, 2020
1 parent 3989a95 commit b44b896
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
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>85.0.4183.102</version>
<version>85.0.4183.121</version>
<title>Google Chrome</title>
<owners>chocolatey-community</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 = '85.0.4183.102'
$version = '85.0.4183.121'
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 = '5ac765973e517cf29740c580892d84f43c27d5813fa0b9416e108dc4dcbdf058'
checksum64 = 'ea90b2d7962b7698134199fde63bccb06165631a4051e3cf2c8d6624c26f3e59'
checksum = '47f6db3115e7693ee42b37f41ca4078ab09f80f6bcdc4e33da79ff0ac9b550bc'
checksum64 = '43f1e6481a9f537d1591469124afb9f804c830c6d38af2820971947469dc2f3a'
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.1719/gvim_8.2.1719_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.1719/gvim_8.2.1719_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.1724/gvim_8.2.1724_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.1724/gvim_8.2.1724_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: 1B46E695D82A35B769429879C16489FD57980A017A2A990E4B02FCA6FF3EEE03
checksum64: F766F17F197F3BEA79F2C3A67D920E3F866DE850FA47558104343469BF106817
checksum32: CD225080395837DA0E89D363D16A6EFC1976808A7389F90F1D0ACB471E501FBA
checksum64: 86EE646C0F245734D438C16513A070B158ADDAC2A95907C68708D015D63DA6C2
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.1719_x86.zip"
file64 = "$toolsDir\gvim_8.2.1719_x64.zip"
file = "$toolsDir\gvim_8.2.1724_x86.zip"
file64 = "$toolsDir\gvim_8.2.1724_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.1719</version>
<version>8.2.1724</version>
<authors>Bram Moolenaar, Vim Community</authors>
<owners>chocolatey-community, 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 b44b896

Please sign in to comment.