Skip to content

Commit

Permalink
(zotero) update package to v7.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
teknowledgist committed Jan 9, 2025
1 parent 4b9fe4e commit e5e8db7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions automatic/zotero/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ Package can be verified like this:

1. Go to

x32: https://download.zotero.org/client/release/7.0.5/Zotero-7.0.5_win32_setup.exe
x64: https://download.zotero.org/client/release/7.0.5/Zotero-7.0.5_x64_setup.exe
x32: https://download.zotero.org/client/release/7.0.11/Zotero-7.0.11_win32_setup.exe
x64: https://download.zotero.org/client/release/7.0.11/Zotero-7.0.11_x64_setup.exe

to download the installer.

Expand All @@ -16,8 +16,8 @@ Package can be verified like this:
- Use chocolatey utility 'checksum.exe'
3. The checksums should match the following:

checksum32: DA8E5516D57DDE80812E76E122B7A2E86EDB57B61C25D8AD107C50C8FA4E52F3
checksum64: 43017a16c5d6c9748c6615d51464b0cbd7e1e42fe49ebdd556b46e47932e4737
checksum32: 35F8EEAEB33C5BE35E79707A9F9DC9F0441907C9153F19B00B847700402E59E9
checksum64: FDCA78418774B370C33E47934D1606CB0FE298809C07AF537D051F3DD3CFC809

The file 'LICENSE.txt' has been obtained from
https://raw.githubusercontent.com/zotero/zotero/refs/heads/main/COPYING
4 changes: 2 additions & 2 deletions automatic/zotero/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@


$toolsPath = Split-Path -parent $MyInvocation.MyCommand.Definition
$File32Name = 'Zotero-7.0.8_win32_setup.exe'
$File64Name = 'Zotero-7.0.8_x64_setup.exe'
$File32Name = 'Zotero-7.0.11_win32_setup.exe'
$File64Name = 'Zotero-7.0.11_x64_setup.exe'

$File32Path = Join-Path $toolsPath $File32Name
$File64Path = Join-Path $toolsPath $File64Name
Expand Down
4 changes: 2 additions & 2 deletions automatic/zotero/zotero.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<!-- == PACKAGE SPECIFIC SECTION == -->
<id>zotero</id>
<version>7.0.5</version>
<version>7.0.11</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/zotero</packageSourceUrl>
<owners>chocolatey-community</owners>
<!-- == SOFTWARE SPECIFIC SECTION == -->
Expand All @@ -25,7 +25,7 @@
<description><![CDATA[Zotero is free and open-source reference management software to manage bibliographic data and related research materials (such as PDF files). Notable features include web browser integration, online syncing, generation of in-text citations, footnotes and bibliographies, as well as integration with the word processors Microsoft Word, LibreOffice, OpenOffice.org Writer and NeoOffice.
![screenshot](https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-packages@53607633ce049d5d75ac668f4408faaeced36bc3/automatic/zotero/screenshot.png)
![screenshot](https://cdn.rawgit.com/chocolatey/chocolatey-coreteampackages/d1d9f0154e370315e49f245a26a7d23e89a705cc/automatic/zotero/screenshot.png)
]]></description>
<releaseNotes>https://www.zotero.org/support/changelog</releaseNotes>
<dependencies>
Expand Down

0 comments on commit e5e8db7

Please sign in to comment.