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 Nov 13, 2020
1 parent 53b7a60 commit d2f8559
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>87.0.4280.47-beta</version>
<version>87.0.4280.60-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 = '87.0.4280.47-beta'
$version = '87.0.4280.60-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 = 'ea2b8bfd16cf9d7c601f68ca915b36873d1b6d9390305949bee0c7e4e2268790'
checksum64 = '89622751e87c447e2624ee1a3631e04e9c968f7a8d917f6a5756224458289a3e'
checksum = '8f49bc3c403c3d1725a4de6f7f5716f796a62b336b43ac4a6d1e548a63329eec'
checksum64 = '3a5f3a55804092857d4f9974d6f86dfdff6e0c63535031ebe834f37bf6974917'
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.1976/gvim_8.2.1976_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.1976/gvim_8.2.1976_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.1980/gvim_8.2.1980_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.1980/gvim_8.2.1980_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: 39C9019FBB28C3EE845BFB040CC8521520ABB497FCAD051D3BA8EBEA2A063ECA
checksum64: 3A690B07C92FE385286724DA34F90346B3904FC20B20C82D85BBDBEEB11B0894
checksum32: A484C6982BB6DFC6020D07CC6C9195D78CB6377C8B79D1BF3523B1486553B6B3
checksum64: 82DE4B21CB0494D7577F1AADE863D748255681F0DCC56D565AEE4B1D4E4C8704
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.1976_x86.zip"
file64 = "$toolsDir\gvim_8.2.1976_x64.zip"
file = "$toolsDir\gvim_8.2.1980_x86.zip"
file64 = "$toolsDir\gvim_8.2.1980_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.1976</version>
<version>8.2.1980</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 d2f8559

Please sign in to comment.