From 00c5a94ecae4c12b0a5679bacdce97859ea860fd Mon Sep 17 00:00:00 2001 From: Chocolatey Community Date: Thu, 29 Sep 2022 06:14:17 +0000 Subject: [PATCH] AU: 2 updated - dropbox zotero [skip ci] https://gist.github.com/a14b1e5bfaf70839b338eb1ab7f8226f/8858ac3552a8ff1a192a466ad841119c22ecc305 --- automatic/dropbox/dropbox.json | 2 +- automatic/dropbox/dropbox.nuspec | 2 +- automatic/dropbox/tools/chocolateyinstall.ps1 | 6 +++--- automatic/zotero/legal/VERIFICATION.txt | 4 ++-- automatic/zotero/tools/chocolateyInstall.ps1 | 2 +- automatic/zotero/zotero.nuspec | 2 +- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/automatic/dropbox/dropbox.json b/automatic/dropbox/dropbox.json index 69a72a05554..c257110c1d2 100644 --- a/automatic/dropbox/dropbox.json +++ b/automatic/dropbox/dropbox.json @@ -1,4 +1,4 @@ { - "beta": "159.3.5798-beta", + "beta": "159.3.5805-beta", "stable": "158.4.4564" } diff --git a/automatic/dropbox/dropbox.nuspec b/automatic/dropbox/dropbox.nuspec index 5b90374a415..a2a98c258d1 100644 --- a/automatic/dropbox/dropbox.nuspec +++ b/automatic/dropbox/dropbox.nuspec @@ -2,7 +2,7 @@ dropbox - 159.3.5798-beta + 159.3.5805-beta Dropbox Dropbox chocolatey-community,ferventcoder,the-running-dev diff --git a/automatic/dropbox/tools/chocolateyinstall.ps1 b/automatic/dropbox/tools/chocolateyinstall.ps1 index c68be1b5442..1edbec549df 100644 --- a/automatic/dropbox/tools/chocolateyinstall.ps1 +++ b/automatic/dropbox/tools/chocolateyinstall.ps1 @@ -4,7 +4,7 @@ if (!$PSScriptRoot) { } . "$PSScriptRoot\helper.ps1" -$version = '159.3.5798' +$version = '159.3.5805' 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%20159.3.5798%20Offline%20Installer.x86.exe' - checksum = '4d8c5bb85bcee67f81b4ef0a5f1754565a7dda3521dd0618079cf0ae8666a52d' + url = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20159.3.5805%20Offline%20Installer.x86.exe' + checksum = '075cf0d57e268d93e75528d3047dd4e8779607d4290fa7ee73f70c8019224c15' fileType = 'exe' checksumType = 'sha256' silentArgs = '/s' diff --git a/automatic/zotero/legal/VERIFICATION.txt b/automatic/zotero/legal/VERIFICATION.txt index dc0e4923bc0..d5a42c4f89a 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: FD8BEDAE984DD212C2FD2DEF6F4BDD1EB8A6027B44B5229C98CA64C3DCB950F4 + checksum: 7B471E50804FA99707693D539957330E6DA8FC85E3BF5B4C9E270EDCC2903FF3 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/zotero/tools/chocolateyInstall.ps1 b/automatic/zotero/tools/chocolateyInstall.ps1 index 5130971405c..85efb8c07d2 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.13_setup.exe" + file = "$toolsPath\Zotero-6.0.14_setup.exe" } Install-ChocolateyInstallPackage @packageArgs diff --git a/automatic/zotero/zotero.nuspec b/automatic/zotero/zotero.nuspec index 552051a8c12..42f63561d15 100644 --- a/automatic/zotero/zotero.nuspec +++ b/automatic/zotero/zotero.nuspec @@ -5,7 +5,7 @@ zotero Zotero chocolatey-community - 6.0.13 + 6.0.14 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