From 49b9b33542b013e38bcab898ce59fc2693016cd4 Mon Sep 17 00:00:00 2001 From: Chocolatey Community Date: Tue, 1 Nov 2022 00:14:26 +0000 Subject: [PATCH] AU: 3 updated - dropbox vim zotero [skip ci] https://gist.github.com/a14b1e5bfaf70839b338eb1ab7f8226f/0df49d60e608322f2c2ce7b05f5a0a40b26a4f3d --- 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 +- automatic/zotero/legal/VERIFICATION.txt | 4 ++-- automatic/zotero/tools/chocolateyInstall.ps1 | 2 +- automatic/zotero/zotero.nuspec | 2 +- 9 files changed, 16 insertions(+), 16 deletions(-) diff --git a/automatic/dropbox/dropbox.json b/automatic/dropbox/dropbox.json index 5f3adfaa26c..522595067ef 100644 --- a/automatic/dropbox/dropbox.json +++ b/automatic/dropbox/dropbox.json @@ -1,4 +1,4 @@ { "beta": "161.3.4836-beta", - "stable": "160.4.4696" + "stable": "160.4.4703" } diff --git a/automatic/dropbox/dropbox.nuspec b/automatic/dropbox/dropbox.nuspec index e22c0a3b861..a5760b5ca9a 100644 --- a/automatic/dropbox/dropbox.nuspec +++ b/automatic/dropbox/dropbox.nuspec @@ -2,7 +2,7 @@ dropbox - 161.3.4836-beta + 160.4.4703 Dropbox Dropbox chocolatey-community,ferventcoder,the-running-dev diff --git a/automatic/dropbox/tools/chocolateyinstall.ps1 b/automatic/dropbox/tools/chocolateyinstall.ps1 index 9a07d7072bd..26765f146c3 100644 --- a/automatic/dropbox/tools/chocolateyinstall.ps1 +++ b/automatic/dropbox/tools/chocolateyinstall.ps1 @@ -4,7 +4,7 @@ if (!$PSScriptRoot) { } . "$PSScriptRoot\helper.ps1" -$version = '161.3.4836' +$version = '160.4.4703' 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%20161.3.4836%20Offline%20Installer.x86.exe' - checksum = '0995400ff920f6589dbb6f586c780ae1cfedecc6adcddf0b3134291efe05e0ed' + url = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20160.4.4703%20Offline%20Installer.x86.exe' + checksum = '07095273894bc106cf0d1e84b6fc6ebbfc70ce0fd503232265ca1c8329b18d5d' fileType = 'exe' checksumType = 'sha256' silentArgs = '/s' diff --git a/automatic/vim/legal/VERIFICATION.txt b/automatic/vim/legal/VERIFICATION.txt index 37b2792fb28..c4adc7d4dad 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: 389307FA4C0A57A5C5E014FB44C4D3FE8A2ED206569B0A962379B2CE27175D0B - checksum64: 55A0DA36610041E32E19EF69290E6998321270E17E1D77C83A7DC3654EC428E2 + checksum32: 048074FC929412CBA2B23E3F083BEB6EA2712B518008143798DC8E73A33649CE + checksum64: 7088CD50BCA036AF4E577E54DD5A8CF3F6E268FFD07F3F5EB7E41B16A27358CD diff --git a/automatic/vim/tools/chocolateyinstall.ps1 b/automatic/vim/tools/chocolateyinstall.ps1 index b11a9545663..54a57d2bcde 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.0820_x86.zip" - file64 = "$toolsDir\gvim_9.0.0820_x64.zip" + file = "$toolsDir\gvim_9.0.0822_x86.zip" + file64 = "$toolsDir\gvim_9.0.0822_x64.zip" } $installArgs = @{ diff --git a/automatic/vim/vim.nuspec b/automatic/vim/vim.nuspec index e5654c7fe6b..11cb0981dd2 100644 --- a/automatic/vim/vim.nuspec +++ b/automatic/vim/vim.nuspec @@ -3,7 +3,7 @@ vim Vim - 9.0.0820 + 9.0.0822 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. diff --git a/automatic/zotero/legal/VERIFICATION.txt b/automatic/zotero/legal/VERIFICATION.txt index 919a01a3dca..24fabd72b3a 100644 --- a/automatic/zotero/legal/VERIFICATION.txt +++ b/automatic/zotero/legal/VERIFICATION.txt @@ -6,13 +6,13 @@ The embedded software have been downloaded from the listed download location on (The listed url gets redirected to another one) and can be verified by doing the following: -1. Download the following +1. Download the following 2. Get the checksum using one of the following methods: - Using powershell function 'Get-FileHash' - Use chocolatey utility 'checksum.exe' 3. The checksums should match the following: checksum type: sha256 - checksum: AA0E75062DF372D05EDB2763BC5567ECE341811F75FA8012F2750809DDB34BCA + checksum: 1038B8DD9DD001A94295295026A096AEA05A3C5A02487926285D1D32501754B8 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/zotero/tools/chocolateyInstall.ps1 b/automatic/zotero/tools/chocolateyInstall.ps1 index a00afbde7c8..3c2c52eb56c 100644 --- a/automatic/zotero/tools/chocolateyInstall.ps1 +++ b/automatic/zotero/tools/chocolateyInstall.ps1 @@ -8,7 +8,7 @@ $packageArgs = @{ silentArgs = '/S' validExitCodes = @(0) softwareName = 'Zotero' - file = "$toolsPath\Zotero-6.0.15_setup.exe" + file = "$toolsPath\Zotero-6.0.16_setup.exe" } Install-ChocolateyInstallPackage @packageArgs diff --git a/automatic/zotero/zotero.nuspec b/automatic/zotero/zotero.nuspec index 09b53e36773..8af1ce2f551 100644 --- a/automatic/zotero/zotero.nuspec +++ b/automatic/zotero/zotero.nuspec @@ -5,7 +5,7 @@ zotero Zotero chocolatey-community - 6.0.15 + 6.0.16 Center for History and New Media, et. al. Zotero [zoh-TAIR-oh] is a free, easy-to-use tool to help you collect, organize, cite, and share your research sources. https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-packages@53607633ce049d5d75ac668f4408faaeced36bc3/icons/zotero.png