Skip to content

Commit

Permalink
AU: 2 updated - dropbox zotero
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Sep 29, 2022
1 parent 7759b77 commit 00c5a94
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion automatic/dropbox/dropbox.json
@@ -1,4 +1,4 @@
{
"beta": "159.3.5798-beta",
"beta": "159.3.5805-beta",
"stable": "158.4.4564"
}
2 changes: 1 addition & 1 deletion automatic/dropbox/dropbox.nuspec
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>dropbox</id>
<version>159.3.5798-beta</version>
<version>159.3.5805-beta</version>
<title>Dropbox</title>
<authors>Dropbox</authors>
<owners>chocolatey-community,ferventcoder,the-running-dev</owners>
Expand Down
6 changes: 3 additions & 3 deletions automatic/dropbox/tools/chocolateyinstall.ps1
Expand Up @@ -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 }
Expand All @@ -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'
Expand Down
4 changes: 2 additions & 2 deletions automatic/zotero/legal/VERIFICATION.txt
Expand Up @@ -6,13 +6,13 @@ The embedded software have been downloaded from the listed download
location on <https://www.zotero.org/download/> (The listed url gets redirected to another one)
and can be verified by doing the following:

1. Download the following <https://download.zotero.org/client/release/6.0.13/Zotero-6.0.13_setup.exe>
1. Download the following <https://download.zotero.org/client/release/6.0.14/Zotero-6.0.14_setup.exe>
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 <https://github.com/zotero/zotero/blob/929288f9811a5026053ae154ca08cc4a9da13c52/COPYING>
2 changes: 1 addition & 1 deletion automatic/zotero/tools/chocolateyInstall.ps1
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion automatic/zotero/zotero.nuspec
Expand Up @@ -5,7 +5,7 @@
<id>zotero</id>
<title>Zotero</title>
<owners>chocolatey-community</owners>
<version>6.0.13</version>
<version>6.0.14</version>
<authors>Center for History and New Media, et. al.</authors>
<summary>Zotero [zoh-TAIR-oh] is a free, easy-to-use tool to help you collect, organize, cite, and share your research sources. </summary>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-packages@53607633ce049d5d75ac668f4408faaeced36bc3/icons/zotero.png</iconUrl>
Expand Down

0 comments on commit 00c5a94

Please sign in to comment.