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 May 7, 2020
1 parent a5450be commit d9b0283
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
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>googlechromebeta</id>
<version>83.0.4103.24-beta</version>
<version>83.0.4103.44-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
@@ -1,7 +1,7 @@
$toolsPath = Split-Path $MyInvocation.MyCommand.Definition
. $toolsPath\helpers.ps1

$version = '83.0.4103.24-beta'
$version = '83.0.4103.44-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 = '41e538f5b60e3ee78513da72a681416cc6e2df571f6475d95c1deef53ba2c6ae'
checksum64 = '459f6f5a85571d9d6a56bb2dc01955b009eb2939bee94b9de17c6db9dc1e0b27'
checksum = '67f496c79d95f0db65053edebbb0358a955fd54bab44ab9505dc91e98e13f2ed'
checksum64 = 'df05a8bfd321d6e1899475ac1e5b0bcf09b28525193531660f31982b3e0b413c'
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
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.0701/gvim_8.2.0701_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.0701/gvim_8.2.0701_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.0705/gvim_8.2.0705_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.0705/gvim_8.2.0705_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: 2D7D2188E035A9049C419617D243084CC664B971FB6F7F612504D7F35AFC5985
checksum64: FF3905F47E8CA016A9F3C7934BF281F98297B89A9A728B171955A54CB8070C58
checksum32: 338E945E2035C15F2FDDC0A24A30CBF8A519E169B1E2CF7536345242EB79455F
checksum64: A39340834BD9B3AD35C796A12CD06F721C8CEFB6F68885768E27B092EDF0C9A5
4 changes: 2 additions & 2 deletions automatic/vim/tools/chocolateyinstall.ps1
Expand Up @@ -9,8 +9,8 @@ $installDir = Get-InstallDir
$packageArgs = @{
packageName = $env:ChocolateyPackageName
unzipLocation = $installDir
file = "$toolsDir\gvim_8.2.0701_x86.zip"
file64 = "$toolsDir\gvim_8.2.0701_x64.zip"
file = "$toolsDir\gvim_8.2.0705_x86.zip"
file64 = "$toolsDir\gvim_8.2.0705_x64.zip"
}

$installArgs = @{
Expand Down
2 changes: 1 addition & 1 deletion automatic/vim/vim.nuspec
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>vim</id>
<title>Vim</title>
<version>8.2.0701</version>
<version>8.2.0705</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 d9b0283

Please sign in to comment.