From addcb0a0833e15eda2fb2eec306ad592fe356fa4 Mon Sep 17 00:00:00 2001 From: Chocolatey Community Date: Wed, 18 Oct 2023 00:14:52 +0000 Subject: [PATCH] AU: 3 updated - dropbox GoogleChrome vim [skip ci] https://gist.github.com/choco-bot/a14b1e5bfaf70839b338eb1ab7f8226f/be4c160562d156435004953002aa1c8595a08bcd --- automatic/dropbox/dropbox.json | 2 +- automatic/dropbox/dropbox.nuspec | 2 +- automatic/dropbox/tools/chocolateyinstall.ps1 | 10 +++++----- automatic/googlechrome/googlechrome.nuspec | 2 +- automatic/googlechrome/tools/chocolateyInstall.ps1 | 6 +++--- automatic/vim/legal/VERIFICATION.txt | 8 ++++---- automatic/vim/tools/chocolateyinstall.ps1 | 4 ++-- automatic/vim/vim.nuspec | 2 +- 8 files changed, 18 insertions(+), 18 deletions(-) diff --git a/automatic/dropbox/dropbox.json b/automatic/dropbox/dropbox.json index d17c01c1609..61fe1c33ee8 100644 --- a/automatic/dropbox/dropbox.json +++ b/automatic/dropbox/dropbox.json @@ -1,4 +1,4 @@ { - "beta": "185.3.6023-beta", + "beta": "186.3.6103-beta", "stable": "185.4.6054" } diff --git a/automatic/dropbox/dropbox.nuspec b/automatic/dropbox/dropbox.nuspec index b15a1d75ba1..d641d994235 100644 --- a/automatic/dropbox/dropbox.nuspec +++ b/automatic/dropbox/dropbox.nuspec @@ -2,7 +2,7 @@ dropbox - 185.4.6054 + 186.3.6103-beta Dropbox Dropbox chocolatey-community,ferventcoder,the-running-dev diff --git a/automatic/dropbox/tools/chocolateyinstall.ps1 b/automatic/dropbox/tools/chocolateyinstall.ps1 index 01dea44fed8..8c8618f2462 100644 --- a/automatic/dropbox/tools/chocolateyinstall.ps1 +++ b/automatic/dropbox/tools/chocolateyinstall.ps1 @@ -4,7 +4,7 @@ if (!$PSScriptRoot) { } . "$PSScriptRoot\helper.ps1" -$version = '185.4.6054' +$version = '186.3.6103' if (!(IsVersionAlreadyInstalled $version)) { $stop_dropbox = if (Get-Process -Name Dropbox -ErrorAction SilentlyContinue) { $false } else { $true } @@ -13,10 +13,10 @@ if (!(IsVersionAlreadyInstalled $version)) { $packageArgs = @{ packageName = $env:ChocolateyPackageName softwareName = "Dropbox" - url = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20185.4.6054%20Offline%20Installer.x86.exe' - url64 = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20185.4.6054%20Offline%20Installer.x64.exe' - checksum = '45429b7279976ae01eafa67f7867030e97f2c99e95dc508ea62abb74d5e0d4a0' - checksum64 = '643fe0705a637c8a02981401413548c986c0c51e0987d2aa34b05e7ee3da89a4' + url = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20186.3.6103%20Offline%20Installer.x86.exe' + url64 = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20186.3.6103%20Offline%20Installer.x64.exe' + checksum = '7b6a03ae607c5eea5d6c3eda4c8414d3c427d6d1f147b7e77c78a713324d9b85' + checksum64 = 'cc51c6cee52eafb701175c6ef8e7f405994c69fc2dfd0749735da991f322b1a4' fileType = 'exe' checksumType = 'sha256' checksumType64 = 'sha256' diff --git a/automatic/googlechrome/googlechrome.nuspec b/automatic/googlechrome/googlechrome.nuspec index a5fe66a3cf9..8c9e13e628d 100644 --- a/automatic/googlechrome/googlechrome.nuspec +++ b/automatic/googlechrome/googlechrome.nuspec @@ -3,7 +3,7 @@ GoogleChrome - 118.0.5993.71 + 118.0.5993.89 Google Chrome chocolatey-community Google LLC. diff --git a/automatic/googlechrome/tools/chocolateyInstall.ps1 b/automatic/googlechrome/tools/chocolateyInstall.ps1 index 3c5b4c834b1..183b9bc7ba3 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 = '118.0.5993.71' +$version = '118.0.5993.89' 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 = 'b1c48fc706c7f00ccdfe6082779637115e6d24e5d04fee2eefcf62a6a1c11359' - checksum64 = '35343ea8c206905e25f7134eb3534c99fe5eeadb7f2156d140adf61aad15ce1c' + checksum = '23fb18cdd059ccef25cbd538d0a411aca415e38972d02e2765c7e9b62614f04f' + checksum64 = 'dc8035773c87a58faf1d54ac79aa0f0ea7dd18b261a63e2f5e9c372d41b94599' checksumType = 'sha256' checksumType64 = 'sha256' silentArgs = "/quiet /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`"" diff --git a/automatic/vim/legal/VERIFICATION.txt b/automatic/vim/legal/VERIFICATION.txt index e1d797c9ad7..e9c60dd986b 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: F40DCD680E54C048E880AF0A2BCA58CA10E07EA7DAC6B7251823D0791DF89DC0 - checksum64: 34049EF955433BBE45385A069B637B0BE0AA507466FA6ABD18302593C1BAE422 + checksum32: E0C0E74CAE525C3A77778B8AA72AB117E99178E7F4A8E8A39640BDE3726DB8F8 + checksum64: 74E80E325156CB1E8D76D08CE1B32EF2CB9C76074D3F00356CFCC6D32DC5F6E6 diff --git a/automatic/vim/tools/chocolateyinstall.ps1 b/automatic/vim/tools/chocolateyinstall.ps1 index 25433495e61..a0171a8bd46 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_9.0.2032_x86.zip" - file64 = "$toolsDir\gvim_9.0.2032_x64.zip" + file = "$toolsDir\gvim_9.0.2043_x86.zip" + file64 = "$toolsDir\gvim_9.0.2043_x64.zip" } $installArgs = @{ diff --git a/automatic/vim/vim.nuspec b/automatic/vim/vim.nuspec index 4134646413c..1ed81f901bb 100644 --- a/automatic/vim/vim.nuspec +++ b/automatic/vim/vim.nuspec @@ -3,7 +3,7 @@ vim Vim - 9.0.2032 + 9.0.2043 Bram Moolenaar, Vim Community chocolatey-community, Rob Reynolds 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.