From 5d0114adcf5aa7ea0d88b8f0b013fc1eaa20186e Mon Sep 17 00:00:00 2001 From: Chocolatey Date: Wed, 8 Jan 2020 00:12:23 +0000 Subject: [PATCH] AU: 4 updated - dropbox GoogleChrome nodejs vim [skip ci] https://gist.github.com/a14b1e5bfaf70839b338eb1ab7f8226f/1d1723b1fe66de22b5347243538ee1eaf868b763 --- automatic/dropbox/dropbox.json | 4 ++-- automatic/dropbox/dropbox.nuspec | 2 +- automatic/dropbox/tools/chocolateyinstall.ps1 | 6 +++--- automatic/googlechrome/googlechrome.nuspec | 2 +- automatic/googlechrome/tools/chocolateyInstall.ps1 | 6 +++--- automatic/nodejs/nodejs.json | 2 +- automatic/nodejs/nodejs.nuspec | 4 ++-- automatic/vim/legal/VERIFICATION.txt | 8 ++++---- automatic/vim/tools/chocolateyinstall.ps1 | 4 ++-- automatic/vim/vim.nuspec | 2 +- 10 files changed, 20 insertions(+), 20 deletions(-) diff --git a/automatic/dropbox/dropbox.json b/automatic/dropbox/dropbox.json index f4a8454eae6..126bab96e20 100644 --- a/automatic/dropbox/dropbox.json +++ b/automatic/dropbox/dropbox.json @@ -1,4 +1,4 @@ { - "beta": "88.3.167-beta", - "stable": "87.4.138" + "beta": "88.4.172-beta", + "stable": "88.4.172" } diff --git a/automatic/dropbox/dropbox.nuspec b/automatic/dropbox/dropbox.nuspec index 0dd65149edc..f17d24393f5 100644 --- a/automatic/dropbox/dropbox.nuspec +++ b/automatic/dropbox/dropbox.nuspec @@ -2,7 +2,7 @@ dropbox - 88.3.167-beta + 88.4.172 Dropbox Dropbox chocolatey,ferventcoder,the-running-dev diff --git a/automatic/dropbox/tools/chocolateyinstall.ps1 b/automatic/dropbox/tools/chocolateyinstall.ps1 index 1ba455b3535..5402cd80945 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 = '88.3.167' +$version = '88.4.172' 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%2088.3.167%20Offline%20Installer.exe' - checksum = 'f97939954e15c98bae64a28fe722c7ea969696384a748a6c39dc300d2f4d7a9d' + url = 'https://clientupdates.dropboxstatic.com/dbx-releng/client/Dropbox%2088.4.172%20Offline%20Installer.exe' + checksum = '0bbdc0dbb7d5b05d17a9dc9ca0435635f69b0f20043b9b64e6af41c835369a81' fileType = 'exe' checksumType = 'sha256' silentArgs = '/s' diff --git a/automatic/googlechrome/googlechrome.nuspec b/automatic/googlechrome/googlechrome.nuspec index aeda017a12d..4e940601b64 100644 --- a/automatic/googlechrome/googlechrome.nuspec +++ b/automatic/googlechrome/googlechrome.nuspec @@ -3,7 +3,7 @@ GoogleChrome - 79.0.3945.88 + 79.0.3945.117 Google Chrome chocolatey Google Inc. diff --git a/automatic/googlechrome/tools/chocolateyInstall.ps1 b/automatic/googlechrome/tools/chocolateyInstall.ps1 index 718e62fb3d7..b92407624a9 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 = '79.0.3945.88' +$version = '79.0.3945.117' 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 = 'ea5e848476302c649a6bad4979c08de122835e27dcff4e9343bdebf1e3dcba72' - checksum64 = 'bf9ab1936ecebf1c1a9477dc7b11d860638ac9042139f56dfc20e5b74db375e8' + checksum = 'dec520fd4f1e1afcfbbc2d3a9002227d942a893a0dd996c6594ce2acfb56eedd' + checksum64 = '2badb92d491af0415d704e29c794c72a17fc043b933c4d2698efcfde27c3e485' checksumType = 'sha256' checksumType64 = 'sha256' silentArgs = "/quiet /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`"" diff --git a/automatic/nodejs/nodejs.json b/automatic/nodejs/nodejs.json index e0bc4537bcc..0837492fddb 100644 --- a/automatic/nodejs/nodejs.json +++ b/automatic/nodejs/nodejs.json @@ -8,5 +8,5 @@ "12": "12.14.1", "5": "5.12.0", "7": "7.10.1", - "13": "13.5.0" + "13": "13.6.0" } diff --git a/automatic/nodejs/nodejs.nuspec b/automatic/nodejs/nodejs.nuspec index ce711d2b1b4..611196b3805 100644 --- a/automatic/nodejs/nodejs.nuspec +++ b/automatic/nodejs/nodejs.nuspec @@ -4,7 +4,7 @@ nodejs Node JS - 12.14.1 + 13.6.0 Node.js Foundation chocolatey, Rob Reynolds Node JS - Evented I/O for v8 JavaScript. @@ -28,7 +28,7 @@ While this package now provides both **Current** and **LTS** releases of Node.js false https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@ba5adf020e09cd0e51107206ef3ec390035a6e90/icons/nodejs.png - + diff --git a/automatic/vim/legal/VERIFICATION.txt b/automatic/vim/legal/VERIFICATION.txt index 05013535b67..dd1ccd2e85a 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: 65BED1B510F12E33AD66CDC0B6D7877810FEC993DAFB5E935F7C4508CCCEE7E4 - checksum64: 253BED8BB753C5BAD460F2F1D5D7C2FE14F9C0F2D7633B349EE3E12370297236 + checksum32: 1B2517AB07799506F6B445988BCE1E50AD4A43DFD7048CC3B7D01A9C4BBAC1D3 + checksum64: 94601B3294AA8749FF85135B1DC6A5AA7930F075F8D1FBDCA1F0D8D1CCA6D2DA diff --git a/automatic/vim/tools/chocolateyinstall.ps1 b/automatic/vim/tools/chocolateyinstall.ps1 index b24921965ef..755da2bab4c 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.0090_x86.zip" - file64 = "$toolsDir\gvim_8.2.0090_x64.zip" + file = "$toolsDir\gvim_8.2.0100_x86.zip" + file64 = "$toolsDir\gvim_8.2.0100_x64.zip" } $installArgs = @{ diff --git a/automatic/vim/vim.nuspec b/automatic/vim/vim.nuspec index 3f126ce64fb..411ec5463a0 100644 --- a/automatic/vim/vim.nuspec +++ b/automatic/vim/vim.nuspec @@ -3,7 +3,7 @@ vim Vim - 8.2.0090 + 8.2.0100 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.