diff --git a/automatic/dropbox/dropbox.json b/automatic/dropbox/dropbox.json index 8bb89d67bab..06f9128c88a 100644 --- a/automatic/dropbox/dropbox.json +++ b/automatic/dropbox/dropbox.json @@ -1,4 +1,4 @@ { - "beta": "158.3.4523-beta", - "stable": "157.4.4801" + "beta": "158.3.4525-beta", + "stable": "157.4.4808" } diff --git a/automatic/dropbox/dropbox.nuspec b/automatic/dropbox/dropbox.nuspec index 72bec6fd11e..ef7e2c1e91b 100644 --- a/automatic/dropbox/dropbox.nuspec +++ b/automatic/dropbox/dropbox.nuspec @@ -2,7 +2,7 @@ dropbox - 158.3.4523-beta + 157.4.4808 Dropbox Dropbox chocolatey-community,ferventcoder,the-running-dev diff --git a/automatic/dropbox/tools/chocolateyinstall.ps1 b/automatic/dropbox/tools/chocolateyinstall.ps1 index 4ea4c1eb92f..600d7e537d2 100644 --- a/automatic/dropbox/tools/chocolateyinstall.ps1 +++ b/automatic/dropbox/tools/chocolateyinstall.ps1 @@ -4,7 +4,7 @@ if (!$PSScriptRoot) { } . "$PSScriptRoot\helper.ps1" -$version = '158.3.4523' +$version = '157.4.4808' 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%20158.3.4523%20Offline%20Installer.x86.exe' - checksum = 'f591aabe6f3361d0b315d1a507671e1b4f14a6621d6b9765e3e8a7e21c8d4d5b' + url = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20157.4.4808%20Offline%20Installer.x86.exe' + checksum = '3c5f34ab81ef7c57ea73f9289ab678a06c3a262818d748f7f29333db2cda81c6' fileType = 'exe' checksumType = 'sha256' silentArgs = '/s' diff --git a/automatic/vim/legal/VERIFICATION.txt b/automatic/vim/legal/VERIFICATION.txt index 1ed9dc13a33..b8618e03c70 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: B05544F40B3FF0AFD21F875D2E7BE9273A4AEE08A57C0A4112DFD38C65C54408 - checksum64: 82C9D91B15A5340D1A675FD9713F18CAFB809F57E569753ED014B8BC3AF54037 + checksum32: 58E4DAE0BE721B98A17A0FDA72945AE0A201E1B6A2EC6D7E2B45DC0F9412496F + checksum64: 422B5F98C1629509D48ADA758D302F20C9185601528C17ADE0AB8E76A332BFB9 diff --git a/automatic/vim/tools/chocolateyinstall.ps1 b/automatic/vim/tools/chocolateyinstall.ps1 index 98536d3aac2..6b49fe551b4 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.0475_x86.zip" - file64 = "$toolsDir\gvim_9.0.0475_x64.zip" + file = "$toolsDir\gvim_9.0.0483_x86.zip" + file64 = "$toolsDir\gvim_9.0.0483_x64.zip" } $installArgs = @{ diff --git a/automatic/vim/vim.nuspec b/automatic/vim/vim.nuspec index 54fa579c1b3..4f25e3053a8 100644 --- a/automatic/vim/vim.nuspec +++ b/automatic/vim/vim.nuspec @@ -3,7 +3,7 @@ vim Vim - 9.0.0475 + 9.0.0483 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.