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 Community committed Jun 4, 2021
1 parent 5eeb663 commit 5d21896
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>91.0.4472.77-beta</version>
<version>92.0.4515.40-beta</version>
<title>Google Chrome Beta</title>
<owners>chocolatey-community,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 = '91.0.4472.77-beta'
$version = '92.0.4515.40-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 = 'fcdb48a56ae7bc5bc0c7d47dffbe0cffa8e67d91717a6ba61ced7cf117dfd10b'
checksum64 = '7f660e5393d7b9dbdd995de9afb87d08db2a680bc8c9208a4adaeace113afff5'
checksum = '75fedf4976cf32bc9a01af8609a09e3395c226281786cca68ebe9a827b062248'
checksum64 = '34301276e138b5cdce3596006fcb7f5f660176d0075c90cc89b06e850b813b58'
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.2929/gvim_8.2.2929_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.2929/gvim_8.2.2929_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.2932/gvim_8.2.2932_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.2932/gvim_8.2.2932_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: C4E0D156307AD86FE8F5170BB6F849C8F512F01CFEFC5509B282E88703A9BB73
checksum64: 8B9E970DA382BC3E59258AA751C5B24041BBD4BEFAF2BD8C5C72394F0FF234BF
checksum32: 5264C75701EFEBC9E9DA92B52A50DC7F178B0F9E0D77EA2A4BB13A539059EEFF
checksum64: 3D4EA285C19D4309515D30AD7D37FFDBA77F6D5069738A92BF16333F762D1837
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.2929_x86.zip"
file64 = "$toolsDir\gvim_8.2.2929_x64.zip"
file = "$toolsDir\gvim_8.2.2932_x86.zip"
file64 = "$toolsDir\gvim_8.2.2932_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.2929</version>
<version>8.2.2932</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 5d21896

Please sign in to comment.