From 6fd2740d41dbebe53e49737ea567a2b736b374a9 Mon Sep 17 00:00:00 2001 From: Chocolatey Date: Wed, 24 Oct 2018 06:10:54 +0000 Subject: [PATCH] AU: 2 updated - chromium zotero [skip ci] https://gist.github.com/a14b1e5bfaf70839b338eb1ab7f8226f/2b3d55692869948bacde7f264d75d5c14659dc0a --- automatic/chromium/chromium.json | 2 +- automatic/chromium/chromium.nuspec | 2 +- automatic/chromium/legal/VERIFICATION.txt | 8 ++++---- automatic/chromium/tools/chocolateyInstall.ps1 | 2 +- automatic/zotero/Readme.md | 2 +- automatic/zotero/legal/VERIFICATION.txt | 4 ++-- automatic/zotero/tools/chocolateyInstall.ps1 | 2 +- automatic/zotero/zotero.nuspec | 4 ++-- 8 files changed, 13 insertions(+), 13 deletions(-) diff --git a/automatic/chromium/chromium.json b/automatic/chromium/chromium.json index c156447646a..433719529f5 100644 --- a/automatic/chromium/chromium.json +++ b/automatic/chromium/chromium.json @@ -1,4 +1,4 @@ { - "snapshots": "72.0.3590.0-snapshots", + "snapshots": "72.0.3591.0-snapshots", "stable": "70.0.3538.67" } diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index 5fd8e5d6ac2..f51a77529b0 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,7 +3,7 @@ chromium - 72.0.3590.0-snapshots + 72.0.3591.0-snapshots Chromium Snapshots chocolatey The Chromium Authors diff --git a/automatic/chromium/legal/VERIFICATION.txt b/automatic/chromium/legal/VERIFICATION.txt index 87156517bd7..c220bfbd9df 100644 --- a/automatic/chromium/legal/VERIFICATION.txt +++ b/automatic/chromium/legal/VERIFICATION.txt @@ -7,15 +7,15 @@ location on (the listed mirrors and can be verified by doing the following: 1. Download the following: - 32-Bit software: - 64-Bit software: + 32-Bit software: + 64-Bit software: 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 - checksum32: 4C87EB3B41A5AF00FC4BF28F04B664FA5F040689A99A0E57405B963A1DCD15AB - checksum64: 389A3F0B4C1F1C270B775AD6FD174B88019F5A62632D961D90A4C1B4B2EB81B7 + checksum32: 2D7515CBCB0E12FB15C1E841A69B66A49821CA0FC5FFD41557DA68C1D9E1F225 + checksum64: 4DAF85BC501DCD87F3742119C0EC88EB5F7104D9C80808258F7EF44E737554D8 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index 0240bf0550a..e8d8032bc9f 100644 --- a/automatic/chromium/tools/chocolateyInstall.ps1 +++ b/automatic/chromium/tools/chocolateyInstall.ps1 @@ -2,7 +2,7 @@ $scriptDir=$toolsDir = $(Split-Path -parent $MyInvocation.MyCommand.Definition) . (Join-Path $scriptDir 'helper.ps1') -$version = "72.0.3590.0-snapshots" +$version = "72.0.3591.0-snapshots" $hive = "hkcu" $chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium" $Chromium = $hive + ":" + $chromium_string diff --git a/automatic/zotero/Readme.md b/automatic/zotero/Readme.md index 209f03b991e..6b62c26f1a1 100644 --- a/automatic/zotero/Readme.md +++ b/automatic/zotero/Readme.md @@ -1,4 +1,4 @@ -# [ zotero](https://chocolatey.org/packages/zotero) +# [ zotero](https://chocolatey.org/packages/zotero) 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. diff --git a/automatic/zotero/legal/VERIFICATION.txt b/automatic/zotero/legal/VERIFICATION.txt index c3b8751efaa..debd934e7c0 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: C119DA96F0E0BD9445219947F846A0D08708A94B750CE120AE56B3B1EB69F708 + checksum: B2FEFE405C8F964D4E8BBB3E9280B0BEB142EB4CAEB70AE7AA5BC5223FF8742C The file 'LICENSE.txt' has been obtained from diff --git a/automatic/zotero/tools/chocolateyInstall.ps1 b/automatic/zotero/tools/chocolateyInstall.ps1 index 2e0077cf992..9f15e1d6b89 100644 --- a/automatic/zotero/tools/chocolateyInstall.ps1 +++ b/automatic/zotero/tools/chocolateyInstall.ps1 @@ -8,7 +8,7 @@ $packageArgs = @{ silentArgs = '/S' validExitCodes = @(0) softwareName = 'Zotero Standalone *' - file = "$toolsPath\Zotero-5.0.56_setup.exe" + file = "$toolsPath\Zotero-5.0.57_setup.exe" } Install-ChocolateyInstallPackage @packageArgs diff --git a/automatic/zotero/zotero.nuspec b/automatic/zotero/zotero.nuspec index d0803e8ff19..ccb43dca92a 100644 --- a/automatic/zotero/zotero.nuspec +++ b/automatic/zotero/zotero.nuspec @@ -5,10 +5,10 @@ zotero Zotero chocolatey - 5.0.56 + 5.0.57 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.rawgit.com/chocolatey/chocolatey-coreteampackages/53607633ce049d5d75ac668f4408faaeced36bc3/icons/zotero.png + https://cdn.jsdelivr.net/gh/chocolatey/chocolatey-coreteampackages@53607633ce049d5d75ac668f4408faaeced36bc3/icons/zotero.png