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 22, 2023
1 parent 74e19ef commit bfab6be
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>115.0.5790.32-beta</version>
<version>115.0.5790.40-beta</version>
<title>Google Chrome Beta</title>
<owners>chocolatey-community,nsleigh</owners>
<authors>Google LLC.</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 = '115.0.5790.32-beta'
$version = '115.0.5790.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 = 'f2cc598e2b3ca7caf6b6027471cee14c92c1c36d1a128fcf2eaa408a3d6a8faa'
checksum64 = '9ce084b3a426ab1d5932b09913d2e791c2c950872a3e9f47d8c4889a2286ce2a'
checksum = '1ce44ce0d3f6ba2f54eda03520967081e0d526a69ddf29e5f8f7904a08e7bcb2'
checksum64 = '2920d3f195a6bc0009dd2d61969527881f39923a79d3b6b554bc079867faa31a'
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/v9.0.1636/gvim_9.0.1636_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.0.1636/gvim_9.0.1636_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.0.1642/gvim_9.0.1642_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.0.1642/gvim_9.0.1642_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: E72BAD96D0696616DE9CAE84516833F01C60A100098B3D8EFDA6563BC54FB984
checksum64: DA620BCECECC8BC7EE64325A8E79A8354C3BB78DC346B0DE45806338B758B1B8
checksum32: BF03A16817B8A83B871804B79AF374A803B6CA27097565EE4A2808A77258EA07
checksum64: 98C75078E4E3E0F5F53CA9E5409F43FE1A61925F650EB7438FC1DD3FE2BEF7B2
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_9.0.1636_x86.zip"
file64 = "$toolsDir\gvim_9.0.1636_x64.zip"
file = "$toolsDir\gvim_9.0.1642_x86.zip"
file64 = "$toolsDir\gvim_9.0.1642_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>9.0.1636</version>
<version>9.0.1642</version>
<authors>Bram Moolenaar, Vim Community</authors>
<owners>chocolatey-community, Rob Reynolds</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 bfab6be

Please sign in to comment.