Skip to content

Commit

Permalink
AU: 3 updated - 1password GoogleChrome vim
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Jun 15, 2021
1 parent a0ac1e3 commit 37bb4b3
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion automatic/1password/1password.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"OPW": "7.7.809-BETA",
"OPW": "7.7.810-BETA",
"OPW4": "4.6.2.626"
}
2 changes: 1 addition & 1 deletion automatic/1password/1password.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>1password</id>
<version>7.7.809-BETA</version>
<version>7.7.810-BETA</version>
<title>1Password</title>
<authors>AgileBits</authors>
<owners>chocolatey-community, AgileBits</owners>
Expand Down
4 changes: 2 additions & 2 deletions automatic/1password/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
url = 'https://c.1password.com/dist/1P/win6/1PasswordSetup-7.7.809-BETA.exe'
url = 'https://c.1password.com/dist/1P/win6/1PasswordSetup-7.7.810-BETA.exe'
softwareName = '1Password*'
checksum = 'a46454f498009b6f7a6390cccd986396c2632136cf2f94b516edfba1a9565b16'
checksum = '964bc6d616bea36139583961d002ae58039bd96645b71314b4126364cf838931'
checksumType = 'sha256'
silentArgs = "--silent"
validExitCodes = @(0)
Expand Down
2 changes: 1 addition & 1 deletion automatic/googlechrome/googlechrome.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>GoogleChrome</id>
<version>91.0.4472.101</version>
<version>91.0.4472.106</version>
<title>Google Chrome</title>
<owners>chocolatey-community</owners>
<authors>Google Inc.</authors>
Expand Down
6 changes: 3 additions & 3 deletions automatic/googlechrome/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.101'
$version = '91.0.4472.106'
if ($version -eq (Get-ChromeVersion)) {
Write-Host "Google Chrome $version is already installed."
return
Expand All @@ -12,8 +12,8 @@ $packageArgs = @{
fileType = 'MSI'
url = 'https://dl.google.com/tag/s/dl/chrome/install/googlechromestandaloneenterprise.msi'
url64bit = 'https://dl.google.com/tag/s/dl/chrome/install/googlechromestandaloneenterprise64.msi'
checksum = 'ddc1f4a0018d0c646b4b6827ebb72e4da054cac5866f20d75468e5632f812ee0'
checksum64 = 'c89675d873e27c22f2972ad7c2d02d3aeb89706f71a2a71c81ab8253a77f0cad'
checksum = '8da81497cf0b4d2ee4dc620b85ede26ccb8d9ee1567e66ecadda737a849cc516'
checksum64 = 'f65228d29eafa8aec5d614e0982a758e41077e166b419e2fff9937e60e682c7b'
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.2994/gvim_8.2.2994_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.2994/gvim_8.2.2994_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.2999/gvim_8.2.2999_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.2999/gvim_8.2.2999_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: 1CC75B8BDDD3B1EF23F9EAA22F1135A9251BCE66571376A665EB4ACD1132C92E
checksum64: 8B3242BD25CD5458DA4AF249A02DD0E91A01D966BF4BB81A9B0FAA1D0731782F
checksum32: D448B1A885E2D5A489D0A3CD9EEB89180D173AB43A70987B54F4AA02DFCA755A
checksum64: 94B1E6658C9DBB0C42A7A331DACEF114C345CA0791575CDD102E76622134A534
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.2994_x86.zip"
file64 = "$toolsDir\gvim_8.2.2994_x64.zip"
file = "$toolsDir\gvim_8.2.2999_x86.zip"
file64 = "$toolsDir\gvim_8.2.2999_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.2994</version>
<version>8.2.2999</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 37bb4b3

Please sign in to comment.