Skip to content

Commit

Permalink
AU: 2 updated - dropbox zotero-standalone
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jan 12, 2018
1 parent 646ebc3 commit 8bf9012
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.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>dropbox</id>
<version>40.4.46</version>
<version>41.4.80</version>
<title>Dropbox</title>
<authors>Dropbox</authors>
<owners>chocolatey,ferventcoder,the-running-dev</owners>
Expand Down
4 changes: 2 additions & 2 deletions automatic/dropbox/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
$packageArgs = @{
packageName = $env:ChocolateyPackageName
softwareName = "Dropbox*"
url = 'https://clientupdates.dropboxstatic.com/dbx-releng/client/Dropbox%2040.4.46%20Offline%20Installer.exe'
checksum = 'd6586b8c353dfc7a8ff0a577821bad4c68cff40565c77ac48e7de693aa785f84'
url = 'https://clientupdates.dropboxstatic.com/dbx-releng/client/Dropbox%2041.4.80%20Offline%20Installer.exe'
checksum = '06470c175483a7454b3c6f97e53c2d598849ea8e3f062f9826bbc9b27dcbacb5'
fileType = 'exe'
checksumType = 'sha256'
silentArgs = '/s'
Expand Down
4 changes: 2 additions & 2 deletions automatic/zotero-standalone/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
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/5.0.33/Zotero-5.0.33_setup.exe>
1. Download the following <https://download.zotero.org/client/release/5.0.34/Zotero-5.0.34_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: AB733C8944B0286F7E14A035EE29CB4263F9917CB3A43283154B82ABC3640C1C
checksum: CA76147F3392664A89D42DE03C4A5F04973497C1831E2DB3203B28397F6328C6

The file 'LICENSE.txt' has been obtained from <https://github.com/zotero/zotero/blob/929288f9811a5026053ae154ca08cc4a9da13c52/COPYING>
2 changes: 1 addition & 1 deletion automatic/zotero-standalone/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ $packageArgs = @{
silentArgs = '/S'
validExitCodes = @(0)
softwareName = 'Zotero Standalone *'
file = "$toolsPath\Zotero-5.0.33_setup.exe"
file = "$toolsPath\Zotero-5.0.34_setup.exe"
}

Install-ChocolateyInstallPackage @packageArgs
Expand Down
4 changes: 2 additions & 2 deletions automatic/zotero-standalone/tools/chocolateyUninstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ $uninstalled = $false
[array]$key = Get-UninstallRegistryKey @packageArgs

if ($key.Count -eq 1) {
$key | % {
$key | ForEach-Object {
$packageArgs['file'] = "$($_.UninstallString)"

Uninstall-ChocolateyPackage @packageArgs
Expand All @@ -24,5 +24,5 @@ if ($key.Count -eq 1) {
Write-Warning "$($key.Count) matches found!"
Write-Warning "To prevent accidental data loss, no programs will be uninstalled."
Write-Warning "Please alert the package maintainer that the following keys were matched:"
$key | % { Write-Warning "- $($_.DisplayName)" }
$key | ForEach-Object { Write-Warning "- $($_.DisplayName)" }
}
2 changes: 1 addition & 1 deletion automatic/zotero-standalone/zotero-standalone.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<id>zotero-standalone</id>
<title>Zotero Standalone</title>
<owners>chocolatey</owners>
<version>5.0.33</version>
<version>5.0.34</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.rawgit.com/chocolatey/chocolatey-coreteampackages/430b7ebac494468d32c2c20e362a01321a483642/icons/zotero-standalone.png</iconUrl>
Expand Down

0 comments on commit 8bf9012

Please sign in to comment.