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 Apr 14, 2023
1 parent 070f709 commit 75e3ad3
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>113.0.5672.24-beta</version>
<version>113.0.5672.35-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 = '113.0.5672.24-beta'
$version = '113.0.5672.35-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 = '5b603d2151a76d81b46debd1adc6c4c757acd187968cf0ac9c96237f09d7b53a'
checksum64 = 'b4967d374a062347c639b7f4c030c5279342a162a5ad1a984aebf39e36b92677'
checksum = 'aef1b5308139c13b6193f3c90e2ba31373622c63ef0c24d56392179d542586eb'
checksum64 = '93d827ebc7757974878174cf34e4c21256003fad0e5a18bc449ca60567b073f6'
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.1447/gvim_9.0.1447_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.0.1447/gvim_9.0.1447_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.0.1452/gvim_9.0.1452_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.0.1452/gvim_9.0.1452_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: A417B7C8957EFE76F636D360BB671E648447D1300D1BE18405D98BC07E4FEEF6
checksum64: E8D5C12DCC7F105F7DF14376F47B521316D05551BC2F3AC60BF997370FF4E49E
checksum32: CD25BF86DE8CA939B3510BF9AD99102A27D04D4B6B6025F248DF6C6B5EA3C07B
checksum64: D741DB8A386D555A996F13FE1A44A731B00DA9B2AC1CEC8EC583A1AD7C693CB6
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.1447_x86.zip"
file64 = "$toolsDir\gvim_9.0.1447_x64.zip"
file = "$toolsDir\gvim_9.0.1452_x86.zip"
file64 = "$toolsDir\gvim_9.0.1452_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.1447</version>
<version>9.0.1452</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 75e3ad3

Please sign in to comment.