From 55476aecd837983f9c34332f2698c3a3874d87ef Mon Sep 17 00:00:00 2001 From: Chocolatey Community Date: Wed, 26 May 2021 00:13:29 +0000 Subject: [PATCH] AU: 5 updated - 1password dropbox GoogleChrome maxima vim [skip ci] https://gist.github.com/a14b1e5bfaf70839b338eb1ab7f8226f/9e973568498932b931269fa93eadcf458d4b6bdd --- automatic/1password/1password.json | 2 +- automatic/1password/1password.nuspec | 2 +- automatic/1password/tools/chocolateyInstall.ps1 | 2 +- automatic/dropbox/dropbox.json | 2 +- automatic/dropbox/dropbox.nuspec | 2 +- automatic/dropbox/tools/chocolateyinstall.ps1 | 6 +++--- automatic/googlechrome/googlechrome.nuspec | 2 +- automatic/googlechrome/tools/chocolateyInstall.ps1 | 6 +++--- automatic/maxima/maxima.nuspec | 2 +- automatic/maxima/tools/chocolateyInstall.ps1 | 8 ++++---- automatic/vim/legal/VERIFICATION.txt | 8 ++++---- automatic/vim/tools/chocolateyinstall.ps1 | 4 ++-- automatic/vim/vim.nuspec | 2 +- 13 files changed, 24 insertions(+), 24 deletions(-) diff --git a/automatic/1password/1password.json b/automatic/1password/1password.json index bffb3e0ff18..4b86ecae324 100644 --- a/automatic/1password/1password.json +++ b/automatic/1password/1password.json @@ -1,4 +1,4 @@ { - "OPW": "7.7.805-BETA", + "OPW": "7.7.805", "OPW4": "4.6.2.626" } diff --git a/automatic/1password/1password.nuspec b/automatic/1password/1password.nuspec index 9ed1a581219..65b9b2203b2 100644 --- a/automatic/1password/1password.nuspec +++ b/automatic/1password/1password.nuspec @@ -3,7 +3,7 @@ 1password - 7.7.805-BETA + 7.7.805 1Password AgileBits chocolatey-community, AgileBits diff --git a/automatic/1password/tools/chocolateyInstall.ps1 b/automatic/1password/tools/chocolateyInstall.ps1 index a8223fa9ef5..e92d2ec88d1 100644 --- a/automatic/1password/tools/chocolateyInstall.ps1 +++ b/automatic/1password/tools/chocolateyInstall.ps1 @@ -3,7 +3,7 @@ $packageArgs = @{ packageName = $env:ChocolateyPackageName fileType = 'exe' - url = 'https://c.1password.com/dist/1P/win6/1PasswordSetup-7.7.805-BETA.exe' + url = 'https://c.1password.com/dist/1P/win6/1PasswordSetup-7.7.805.exe' softwareName = '1Password*' checksum = '766aed776ffa89d8e55b6a0159001c791662479ed734d2d848a644759a2d0f9d' checksumType = 'sha256' diff --git a/automatic/dropbox/dropbox.json b/automatic/dropbox/dropbox.json index 66c9351a0fa..16a5a7f7d70 100644 --- a/automatic/dropbox/dropbox.json +++ b/automatic/dropbox/dropbox.json @@ -1,4 +1,4 @@ { "beta": "123.3.4825-beta", - "stable": "122.4.4867" + "stable": "123.4.4832" } diff --git a/automatic/dropbox/dropbox.nuspec b/automatic/dropbox/dropbox.nuspec index c9feb2a05ee..7b5bff00de0 100644 --- a/automatic/dropbox/dropbox.nuspec +++ b/automatic/dropbox/dropbox.nuspec @@ -2,7 +2,7 @@ dropbox - 123.3.4825-beta + 123.4.4832 Dropbox Dropbox chocolatey-community,ferventcoder,the-running-dev diff --git a/automatic/dropbox/tools/chocolateyinstall.ps1 b/automatic/dropbox/tools/chocolateyinstall.ps1 index 22a44ab280e..d6cc3de9c14 100644 --- a/automatic/dropbox/tools/chocolateyinstall.ps1 +++ b/automatic/dropbox/tools/chocolateyinstall.ps1 @@ -4,7 +4,7 @@ if (!$PSScriptRoot) { } . "$PSScriptRoot\helper.ps1" -$version = '123.3.4825' +$version = '123.4.4832' if (!(IsVersionAlreadyInstalled $version)) { $stop_dropbox = if (Get-Process -Name Dropbox -ErrorAction SilentlyContinue) { $false } else { $true } @@ -13,8 +13,8 @@ if (!(IsVersionAlreadyInstalled $version)) { $packageArgs = @{ packageName = $env:ChocolateyPackageName softwareName = "Dropbox" - url = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20123.3.4825%20Offline%20Installer.exe' - checksum = '49b53f415ece2bb0c2daf14aa09cafaa9de57e5e6cd6ce701509a9f30f910f6f' + url = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20123.4.4832%20Offline%20Installer.exe' + checksum = '5ad495377527400e5f972e822c3562383806626d8599c55efd432be39b246903' fileType = 'exe' checksumType = 'sha256' silentArgs = '/s' diff --git a/automatic/googlechrome/googlechrome.nuspec b/automatic/googlechrome/googlechrome.nuspec index ee41a4ad516..e754029eae4 100644 --- a/automatic/googlechrome/googlechrome.nuspec +++ b/automatic/googlechrome/googlechrome.nuspec @@ -3,7 +3,7 @@ GoogleChrome - 90.0.4430.212 + 91.0.4472.77 Google Chrome chocolatey-community Google Inc. diff --git a/automatic/googlechrome/tools/chocolateyInstall.ps1 b/automatic/googlechrome/tools/chocolateyInstall.ps1 index 92f8da0ab51..3e13b9fad77 100644 --- a/automatic/googlechrome/tools/chocolateyInstall.ps1 +++ b/automatic/googlechrome/tools/chocolateyInstall.ps1 @@ -1,7 +1,7 @@ $toolsPath = Split-Path $MyInvocation.MyCommand.Definition . $toolsPath\helpers.ps1 -$version = '90.0.4430.212' +$version = '91.0.4472.77' if ($version -eq (Get-ChromeVersion)) { Write-Host "Google Chrome $version is already installed." return @@ -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 = '319f63d540e8275b0a448d07a9fd8d273422162b88091f1c1b1992df50d61973' - checksum64 = 'd23a84a287fd2c547447b88afcd407c88e4680b65914476ffcd6d62eee679553' + checksum = '1d4b83c935a596f172b54981aa95c9e0a8af0a9e15eb980581bb536bdee04f04' + checksum64 = 'fca705f1f08f7aa96322e8a8d1929ba08006aa2a62113dcad1e4a269bfbced61' checksumType = 'sha256' checksumType64 = 'sha256' silentArgs = "/quiet /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`"" diff --git a/automatic/maxima/maxima.nuspec b/automatic/maxima/maxima.nuspec index 3cd7cb375fa..3657aacff99 100644 --- a/automatic/maxima/maxima.nuspec +++ b/automatic/maxima/maxima.nuspec @@ -3,7 +3,7 @@ maxima - 5.44.0 + 5.45.0 Maxima chocolatey-community Macsyma group at Project MAC and volunteer contributors diff --git a/automatic/maxima/tools/chocolateyInstall.ps1 b/automatic/maxima/tools/chocolateyInstall.ps1 index e8e1e29d07b..4d1c213c65e 100644 --- a/automatic/maxima/tools/chocolateyInstall.ps1 +++ b/automatic/maxima/tools/chocolateyInstall.ps1 @@ -3,12 +3,12 @@ $packageArgs = @{ packageName = $env:ChocolateyPackageName fileType = 'exe' - url = 'https://sourceforge.net/projects/maxima/files/Maxima-Windows/5.44.0-Windows/maxima-clisp-sbcl-5.44.0-win32.exe/download' - url64bit = 'https://sourceforge.net/projects/maxima/files/Maxima-Windows/5.44.0-Windows/maxima-clisp-sbcl-5.44.0-win64.exe/download' + url = 'https://sourceforge.net/projects/maxima/files/Maxima-Windows/5.45.0-Windows/maxima-5.45.0-win32.exe/download' + url64bit = 'https://sourceforge.net/projects/maxima/files/Maxima-Windows/5.45.0-Windows/maxima-5.45.0-win64.exe/download' softwareName = 'maxima*' - checksum = 'f0d9cbb8b639d75f1972cdab070fe8670a5375c7110e0c3a89f9d1f426653c93' + checksum = '394ae838a1e35e9e7e86b7bedf786e89790834cb9fed14d64c0e537db0dda637' checksumType = 'sha256' - checksum64 = '14fca2a76d0307f8f5955cd43defe975fa55abd13a9aa32e854bf1b51c7d8af1' + checksum64 = '068c2c6628fcf6479a686b97a3c0c6a010b0e821b987cf1ad88438c6b5a78e02' checksumType64 = 'sha256' silentArgs = '/S' validExitCodes = @(0) diff --git a/automatic/vim/legal/VERIFICATION.txt b/automatic/vim/legal/VERIFICATION.txt index fcfa64a27ac..6423ed9718a 100644 --- a/automatic/vim/legal/VERIFICATION.txt +++ b/automatic/vim/legal/VERIFICATION.txt @@ -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: - 64-Bit: + 32-Bit: + 64-Bit: 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: D0CD43473133722482B3493A81350DE53E9DEE179ABF4E444A783882FBF84F5E - checksum64: A89A876EF0925AA23B11DDF86CDB66542A37CB00395FEB4F5CE24B99A8B4261A + checksum32: CA74DB617A3AB62D956F46383D0EA0FCE10C215F9BF7EAFEA84F9C64CC9CEDF1 + checksum64: 3DD7249F63844600C5A058D62FAFEC26B57AA5424E2795A9ECCABF0E398E658F diff --git a/automatic/vim/tools/chocolateyinstall.ps1 b/automatic/vim/tools/chocolateyinstall.ps1 index 794d69db1b5..994eddac63e 100644 --- a/automatic/vim/tools/chocolateyinstall.ps1 +++ b/automatic/vim/tools/chocolateyinstall.ps1 @@ -9,8 +9,8 @@ $installDir = Get-InstallDir $packageArgs = @{ packageName = $env:ChocolateyPackageName unzipLocation = $installDir - file = "$toolsDir\gvim_8.2.2885_x86.zip" - file64 = "$toolsDir\gvim_8.2.2885_x64.zip" + file = "$toolsDir\gvim_8.2.2886_x86.zip" + file64 = "$toolsDir\gvim_8.2.2886_x64.zip" } $installArgs = @{ diff --git a/automatic/vim/vim.nuspec b/automatic/vim/vim.nuspec index 8bda344f1d9..e6c6d6f3c5d 100644 --- a/automatic/vim/vim.nuspec +++ b/automatic/vim/vim.nuspec @@ -3,7 +3,7 @@ vim Vim - 8.2.2885 + 8.2.2886 Bram Moolenaar, Vim Community chocolatey-community, Rob Reynolds, matsuhav 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.