diff --git a/automatic/dropbox/dropbox.json b/automatic/dropbox/dropbox.json index acc64e62234..d80e78a9a3b 100644 --- a/automatic/dropbox/dropbox.json +++ b/automatic/dropbox/dropbox.json @@ -1,4 +1,4 @@ { - "beta": "84.3.145-beta", + "beta": "84.3.155-beta", "stable": "83.4.152" } diff --git a/automatic/dropbox/dropbox.nuspec b/automatic/dropbox/dropbox.nuspec index 0dc31ba2569..fae660d39f1 100644 --- a/automatic/dropbox/dropbox.nuspec +++ b/automatic/dropbox/dropbox.nuspec @@ -2,7 +2,7 @@ dropbox - 83.4.152 + 84.3.155-beta Dropbox Dropbox chocolatey,ferventcoder,the-running-dev diff --git a/automatic/dropbox/tools/chocolateyinstall.ps1 b/automatic/dropbox/tools/chocolateyinstall.ps1 index 91915490ab1..030fc0d3ce0 100644 --- a/automatic/dropbox/tools/chocolateyinstall.ps1 +++ b/automatic/dropbox/tools/chocolateyinstall.ps1 @@ -2,7 +2,7 @@ if(!$PSScriptRoot){ $PSScriptRoot = Split-Path $MyInvocation.MyCommand.Path -Parent } . "$PSScriptRoot\helper.ps1" -$version = '83.4.152' +$version = '84.3.155' if (!(IsVersionAlreadyInstalled $version)) { $stop_dropbox = if (Get-Process -Name Dropbox -ErrorAction SilentlyContinue) {$false} else {$true} @@ -11,8 +11,8 @@ if (!(IsVersionAlreadyInstalled $version)) { $packageArgs = @{ packageName = $env:ChocolateyPackageName softwareName = "Dropbox" - url = 'https://clientupdates.dropboxstatic.com/dbx-releng/client/Dropbox%2083.4.152%20Offline%20Installer.exe' - checksum = '39b302cb2b192d4b159752d4ce279a7ab31558f7fce42618d8df67595adad89e' + url = 'https://clientupdates.dropboxstatic.com/dbx-releng/client/Dropbox%2084.3.155%20Offline%20Installer.exe' + checksum = '8a610568c241cc91a72a57a3bc9d6126df022538fd534b7bd657a98ccd141d06' fileType = 'exe' checksumType = 'sha256' silentArgs = '/s' diff --git a/automatic/googlechromebeta/googlechromebeta.nuspec b/automatic/googlechromebeta/googlechromebeta.nuspec index 72c4f166471..8bce30ffaa6 100644 --- a/automatic/googlechromebeta/googlechromebeta.nuspec +++ b/automatic/googlechromebeta/googlechromebeta.nuspec @@ -3,7 +3,7 @@ googlechromebeta - 78.0.3904.63-beta + 78.0.3904.70-beta Google Chrome Beta chocolatey,nsleigh Google Inc. diff --git a/automatic/googlechromebeta/tools/chocolateyInstall.ps1 b/automatic/googlechromebeta/tools/chocolateyInstall.ps1 index 7d1ca10f599..4967864074e 100644 --- a/automatic/googlechromebeta/tools/chocolateyInstall.ps1 +++ b/automatic/googlechromebeta/tools/chocolateyInstall.ps1 @@ -1,7 +1,7 @@ $toolsPath = Split-Path $MyInvocation.MyCommand.Definition . $toolsPath\helpers.ps1 -$version = '78.0.3904.63-beta' +$version = '78.0.3904.70-beta' if ($version -eq (Get-ChromeBetaVersion)) { Write-Host "Google Chrome Beta $version is already installed." return @@ -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 = '885b052e2ec4ecb8082c036f2d487f0efce0fb361678dd0acaa042a6f6e3a464' - checksum64 = '95474e46193b58a19792b1a51caa73cb4dd0f33dbe97386b4b511ca040872adc' + checksum = '4e2a571be237ca8486541d0c6ec1b2bb595add0f26ac2cb70e37e1ef057d070f' + checksum64 = 'ceec49f355386eb6ea7d496cb6935b7f94e620a0105c75c8a90ae8be49c066dd' checksumType = 'sha256' checksumType64 = 'sha256' silentArgs = "/quiet /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`"" diff --git a/automatic/smartftp/smartftp.nuspec b/automatic/smartftp/smartftp.nuspec index 41f3b24b514..c51d04f671a 100644 --- a/automatic/smartftp/smartftp.nuspec +++ b/automatic/smartftp/smartftp.nuspec @@ -5,7 +5,7 @@ smartftp SmartFTP chocolatey - 9.0.2708.0 + 9.0.2709.0 SmartSoft FTP, FTPS, SFTP, HTTP, Amazon S3, WebDAV, Google Drive, Google Cloud Storage, Microsoft OneDrive, Telnet, Terminal client. - 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: 35B71677FA32FBB4929E0EA48B43CA0A45D9556D442940C841E0A6A41923CB2D - checksum64: 017A5D71956940E8C679EBE5ED2ED2F2BFCC49D8D6A9D2D120356EE33774AE93 + checksum32: FD141FD1B26829E906CC57DF048D73728D0D1F213F1FF5578F64691AD0EFEBBD + checksum64: 0B8615E76B915829CB19221D24ABE2EA4BA1360853D5B13CAC3A519D27A87ED2 diff --git a/automatic/vim/tools/chocolateyinstall.ps1 b/automatic/vim/tools/chocolateyinstall.ps1 index 714ee92ea0c..d636793ea25 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.1.2197_x86.zip" - file64 = "$toolsDir\gvim_8.1.2197_x64.zip" + file = "$toolsDir\gvim_8.1.2198_x86.zip" + file64 = "$toolsDir\gvim_8.1.2198_x64.zip" } $installArgs = @{ diff --git a/automatic/vim/vim.nuspec b/automatic/vim/vim.nuspec index 3dfd315dde9..35b8dc97dee 100644 --- a/automatic/vim/vim.nuspec +++ b/automatic/vim/vim.nuspec @@ -3,7 +3,7 @@ vim Vim - 8.1.2197 + 8.1.2198 Bram Moolenaar, Vim Community chocolatey, 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.