From 726889ecfafacc99275f89a3872ef0d08f7ad541 Mon Sep 17 00:00:00 2001 From: Chocolatey Community Date: Thu, 23 Dec 2021 00:13:16 +0000 Subject: [PATCH] AU: 2 updated - dropbox vim [skip ci] https://gist.github.com/a14b1e5bfaf70839b338eb1ab7f8226f/279cd612fc46693964665a94d59172c974b6a31f --- automatic/dropbox/dropbox.json | 2 +- automatic/dropbox/dropbox.nuspec | 2 +- automatic/dropbox/tools/chocolateyinstall.ps1 | 6 +++--- automatic/vim/legal/VERIFICATION.txt | 8 ++++---- automatic/vim/tools/chocolateyinstall.ps1 | 4 ++-- automatic/vim/vim.nuspec | 2 +- 6 files changed, 12 insertions(+), 12 deletions(-) diff --git a/automatic/dropbox/dropbox.json b/automatic/dropbox/dropbox.json index 255854867e2..ee114785ec2 100644 --- a/automatic/dropbox/dropbox.json +++ b/automatic/dropbox/dropbox.json @@ -1,4 +1,4 @@ { - "beta": "139.3.4797-beta", + "beta": "139.3.4798-beta", "stable": "138.4.2392" } diff --git a/automatic/dropbox/dropbox.nuspec b/automatic/dropbox/dropbox.nuspec index 70c7f476f77..9ca37daa429 100644 --- a/automatic/dropbox/dropbox.nuspec +++ b/automatic/dropbox/dropbox.nuspec @@ -2,7 +2,7 @@ dropbox - 138.4.2392 + 139.3.4798-beta Dropbox Dropbox chocolatey-community,ferventcoder,the-running-dev diff --git a/automatic/dropbox/tools/chocolateyinstall.ps1 b/automatic/dropbox/tools/chocolateyinstall.ps1 index 6731e8b526f..fa48428df71 100644 --- a/automatic/dropbox/tools/chocolateyinstall.ps1 +++ b/automatic/dropbox/tools/chocolateyinstall.ps1 @@ -4,7 +4,7 @@ if (!$PSScriptRoot) { } . "$PSScriptRoot\helper.ps1" -$version = '138.4.2392' +$version = '139.3.4798' 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%20138.4.2392%20Offline%20Installer.exe' - checksum = '6cd5a480e9588730384b64b30ca9c88cb09652d7375a64ee62da6daadf298b62' + url = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20139.3.4798%20Offline%20Installer.exe' + checksum = '801a9fb81b7340944788fe1ad557b41bd8a9fc49855854edfe4c4457356e1bf5' fileType = 'exe' checksumType = 'sha256' silentArgs = '/s' diff --git a/automatic/vim/legal/VERIFICATION.txt b/automatic/vim/legal/VERIFICATION.txt index e3461911e78..18a0c710285 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: DEB6F97988C4D87F1A38E3D4DA22C98234161FBE8C019BF184BCECAB1E04B74B - checksum64: 02CDEC28BCBE38821687F2A8B864EAF9584C81633CDA02D91B213F1AEF20B46E + checksum32: 60B59F295BF785439DE945C36B49DD4A4794A83A9AFD61990B5E65C9849A4EF4 + checksum64: FF7D459D28FBC5374F5FFD0677F418FB9E4E071AF80B148DF7A174F403D6FF1D diff --git a/automatic/vim/tools/chocolateyinstall.ps1 b/automatic/vim/tools/chocolateyinstall.ps1 index ae4769a70b3..9835eeef819 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.3868_x86.zip" - file64 = "$toolsDir\gvim_8.2.3868_x64.zip" + file = "$toolsDir\gvim_8.2.3877_x86.zip" + file64 = "$toolsDir\gvim_8.2.3877_x64.zip" } $installArgs = @{ diff --git a/automatic/vim/vim.nuspec b/automatic/vim/vim.nuspec index ea0ff530e80..c962dc1bebe 100644 --- a/automatic/vim/vim.nuspec +++ b/automatic/vim/vim.nuspec @@ -3,7 +3,7 @@ vim Vim - 8.2.3868 + 8.2.3877 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.