Skip to content

Commit

Permalink
AU: 13 updated - dropbox git git.install git.portable git-lfs git-lfs…
Browse files Browse the repository at this point in the history
….install googlechromebeta nodejs nodejs.install sysinternals vscode-insiders vscode-insiders.install zotero

[skip ci] https://gist.github.com/a14b1e5bfaf70839b338eb1ab7f8226f
  • Loading branch information
Chocolatey Community committed Nov 5, 2020
1 parent ebe2b0e commit 6b2ddb2
Show file tree
Hide file tree
Showing 29 changed files with 56 additions and 56 deletions.
2 changes: 1 addition & 1 deletion automatic/dropbox/dropbox.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"beta": "110.3.404-beta",
"stable": "108.4.453"
"stable": "109.4.517"
}
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>110.3.404-beta</version>
<version>109.4.517</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
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ if (!$PSScriptRoot) {
}
. "$PSScriptRoot\helper.ps1"

$version = '110.3.404'
$version = '109.4.517'

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://clientupdates.dropboxstatic.com/dbx-releng/client/Dropbox%20110.3.404%20Offline%20Installer.exe'
checksum = 'a43204f973d04032e292cd5543f30a9c614a4db3564de26aa84a56525584d0bb'
url = 'https://clientupdates.dropboxstatic.com/dbx-releng/client/Dropbox%20109.4.517%20Offline%20Installer.exe'
checksum = '5c09d5db91eaa603f0ce54947cf9fba09fc2817871ff2600723cdcdcf0e5034b'
fileType = 'exe'
checksumType = 'sha256'
silentArgs = '/s'
Expand Down
4 changes: 2 additions & 2 deletions automatic/git-lfs.install/git-lfs.install.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>git-lfs.install</id>
<title>Git Large File Storage (Install)</title>
<version>2.12.0</version>
<version>2.12.1</version>
<authors>GitHub Inc</authors>
<owners>chocolatey-community</owners>
<projectUrl>https://git-lfs.github.com/</projectUrl>
Expand All @@ -26,7 +26,7 @@ Git Large File Storage (LFS) replaces large files such as audio samples, videos,
]]></description>
<tags>git lfs vcs dvcs version-control admin foss cross-platform cli</tags>
<releaseNotes>https://github.com/git-lfs/git-lfs/releases/tag/v2.12.0</releaseNotes>
<releaseNotes>https://github.com/git-lfs/git-lfs/releases/tag/v2.12.1</releaseNotes>
<dependencies>
<dependency id="git" version="1.8.5" />
</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions automatic/git-lfs.install/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ in verifying that this package's contents are trustworthy.

The installer have been downloaded from GitHub and can be verified like this:

1. Go to <https://github.com/git-lfs/git-lfs/releases/download/v2.12.0/git-lfs-windows-v2.12.0.exe>
1. Go to <https://github.com/git-lfs/git-lfs/releases/download/v2.12.1/git-lfs-windows-v2.12.1.exe>
to download the installer
2. You can use one of the following methods to obtain the checksum
- Use powershell function 'Get-Filehash'
- Use chocolatey utility 'checksum.exe'

checksum type: sha256
checksum: 92BA19D77F67DD06FC971D57DE7883888AA20FCD6F09E1118C83B99D4F02318B
checksum: 4A0118684F8E1445433A91A8ECD3176A201B5A90793F240FB9C61207FDB96E20

File 'LICENSE.txt' is obtained from <https://github.com/git-lfs/git-lfs/blob/6faa2589cf31a87e4109eb6490a461620c6e64b2/LICENSE.md>
2 changes: 1 addition & 1 deletion automatic/git-lfs.install/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$filePath = "$toolsDir\git-lfs-windows-v2.12.0.exe"
$filePath = "$toolsDir\git-lfs-windows-v2.12.1.exe"

$packageArgs = @{
PackageName = 'git-lfs'
Expand Down
6 changes: 3 additions & 3 deletions automatic/git-lfs/git-lfs.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>git-lfs</id>
<title>Git Large File Storage</title>
<version>2.12.0</version>
<version>2.12.1</version>
<authors>GitHub Inc</authors>
<owners>chocolatey-community</owners>
<projectUrl>https://git-lfs.github.com/</projectUrl>
Expand All @@ -26,9 +26,9 @@ Git Large File Storage (LFS) replaces large files such as audio samples, videos,
]]></description>
<tags>git lfs vcs dvcs version-control foss cross-platform cli</tags>
<releaseNotes>https://github.com/git-lfs/git-lfs/releases/tag/v2.12.0</releaseNotes>
<releaseNotes>https://github.com/git-lfs/git-lfs/releases/tag/v2.12.1</releaseNotes>
<dependencies>
<dependency id="git-lfs.install" version="[2.12.0]" />
<dependency id="git-lfs.install" version="[2.12.1]" />
</dependencies>
</metadata>
<files>
Expand Down
2 changes: 1 addition & 1 deletion automatic/git.install/git.install.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>git.install</id>
<title>Git (Install)</title>
<version>2.29.2</version>
<version>2.29.2.2</version>
<authors>The Git Development Community</authors>
<owners>chocolatey-community</owners>
<summary>Git for Windows offers a native set of tools that bring the full feature set of the Git SCM to Windows</summary>
Expand Down
8 changes: 4 additions & 4 deletions automatic/git.install/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ in verifying that this package's contents are trustworthy.
The installer have been downloaded from GitHub and can be verified like this:

1. Download the following installers:
32-Bit: <https://github.com/git-for-windows/git/releases/download/v2.29.2.windows.1/Git-2.29.2-32-bit.exe>
64-Bit: <https://github.com/git-for-windows/git/releases/download/v2.29.2.windows.1/Git-2.29.2-64-bit.exe>
32-Bit: <https://github.com/git-for-windows/git/releases/download/v2.29.2.windows.2/Git-2.29.2.2-32-bit.exe>
64-Bit: <https://github.com/git-for-windows/git/releases/download/v2.29.2.windows.2/Git-2.29.2.2-64-bit.exe>
2. You can use one of the following methods to obtain the checksum
- Use powershell function 'Get-Filehash'
- Use chocolatey utility 'checksum.exe'

checksum type:
checksum32: E2734E2731C415BFAEA2AE1DA104FFC131E289DFC0D0A5D4DAD03A061E0F925D
checksum64: 0CEC87C0D106579241B77073D6A6B639C6E40A466BAC68B859C4DD037E6EA8D6
checksum32: 0A88D826CD4C66D949C054F5830667896FAE44FCB29C1698F7ED984DF8765029
checksum64: 9AB49D93166D430514B0AAF6DDA3FDC6B37E2FE1D0DF8ECC04403CD2BE40E78B

File 'LICENSE.txt' is obtained from <https://github.com/git-for-windows/git/blob/703601d6780c32d33dadf19b2b367f2f79e1e34c/COPYING>
4 changes: 2 additions & 2 deletions automatic/git.install/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ Set-InstallerRegistrySettings $pp

Stop-GitSSHAgent

$fileName32 = 'Git-2.29.2-32-bit.exe'
$fileName64 = 'Git-2.29.2-64-bit.exe'
$fileName32 = 'Git-2.29.2.2-32-bit.exe'
$fileName64 = 'Git-2.29.2.2-64-bit.exe'
$packageArgs = @{
PackageName = 'git.install'
FileType = 'exe'
Expand Down
2 changes: 1 addition & 1 deletion automatic/git.portable/git.portable.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>git.portable</id>
<title>Git (Portable)</title>
<version>2.29.2</version>
<version>2.29.2.2</version>
<authors>The Git Development Community</authors>
<owners>chocolatey-community</owners>
<summary>Git for Windows offers a native set of tools that bring the full feature set of the Git SCM to Windows</summary>
Expand Down
8 changes: 4 additions & 4 deletions automatic/git.portable/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ in verifying that this package's contents are trustworthy.
The installer have been downloaded from GitHub and can be verified like this:

1. Download the following installers:
32-Bit: <https://github.com/git-for-windows/git/releases/download/v2.29.2.windows.1/PortableGit-2.29.2-32-bit.7z.exe>
64-Bit: <https://github.com/git-for-windows/git/releases/download/v2.29.2.windows.1/PortableGit-2.29.2-64-bit.7z.exe>
32-Bit: <https://github.com/git-for-windows/git/releases/download/v2.29.2.windows.2/PortableGit-2.29.2.2-32-bit.7z.exe>
64-Bit: <https://github.com/git-for-windows/git/releases/download/v2.29.2.windows.2/PortableGit-2.29.2.2-64-bit.7z.exe>
2. You can use one of the following methods to obtain the checksum
- Use powershell function 'Get-Filehash'
- Use chocolatey utility 'checksum.exe'

checksum type:
checksum32: 5E4DC60D3EE143585DA03843613BC4D9032B1B6F4D3A2473EF6D9ADC8E4C71C0
checksum64: 7D114E81A541536B025313EFCDF6FEEA1E973323F2B8F53995721BFD511139BD
checksum32: 7479D7DE99175E6FC5277FDA14AF240089BBD96FD60603E517DFB960213A679D
checksum64: 035BD5E46F1EE797B012801B3EA6C07327CE29720062423D057D4C2D41B92355

File 'LICENSE.txt' is obtained from <https://github.com/git-for-windows/git/blob/703601d6780c32d33dadf19b2b367f2f79e1e34c/COPYING>
4 changes: 2 additions & 2 deletions automatic/git/git.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>git</id>
<title>Git</title>
<version>2.29.2</version>
<version>2.29.2.2</version>
<authors>The Git Development Community</authors>
<owners>chocolatey-community</owners>
<summary>Git for Windows offers a native set of tools that bring the full feature set of the Git SCM to Windows</summary>
Expand Down Expand Up @@ -48,7 +48,7 @@ Example: `choco install git.install --params "/GitAndUnixToolsOnPath /NoGitLfs /
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@10a8d98b2f320b565fa5349a4352e79666db71ff/icons/git.svg</iconUrl>
<dependencies>
<dependency id="git.install" version="[2.29.2]" />
<dependency id="git.install" version="[2.29.2.2]" />
</dependencies>
</metadata>
<files>
Expand Down
2 changes: 1 addition & 1 deletion automatic/googlechromebeta/googlechromebeta.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>googlechromebeta</id>
<version>87.0.4280.40-beta</version>
<version>87.0.4280.47-beta</version>
<title>Google Chrome Beta</title>
<owners>chocolatey-community,nsleigh</owners>
<authors>Google Inc.</authors>
Expand Down
6 changes: 3 additions & 3 deletions automatic/googlechromebeta/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$toolsPath = Split-Path $MyInvocation.MyCommand.Definition
. $toolsPath\helpers.ps1

$version = '87.0.4280.40-beta'
$version = '87.0.4280.47-beta'
if ($version -eq (Get-ChromeBetaVersion)) {
Write-Host "Google Chrome Beta $version is already installed."
return
Expand All @@ -12,8 +12,8 @@ $packageArgs = @{
fileType = 'MSI'
url = 'https://dl.google.com/tag/s/dl/chrome/install/beta/googlechromebetastandaloneenterprise.msi'
url64bit = 'https://dl.google.com/tag/s/dl/chrome/install/beta/googlechromebetastandaloneenterprise64.msi'
checksum = '8eb85eb5be7e4ccdf28a5eae0c062e0f2bde83e203d616172916ce55bfb35107'
checksum64 = '50147c61f6313bc5b60c58124ee899effb7471194ea311f43aa0d5bca07af779'
checksum = 'ea2b8bfd16cf9d7c601f68ca915b36873d1b6d9390305949bee0c7e4e2268790'
checksum64 = '89622751e87c447e2624ee1a3631e04e9c968f7a8d917f6a5756224458289a3e'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = "/quiet /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
Expand Down
8 changes: 4 additions & 4 deletions automatic/nodejs.install/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ in verifying that this package's contents are trustworthy.
The installer have been downloaded from GitHub and can be verified like this:

1. Download the following installers:
32-Bit: <https://nodejs.org/dist/v14.15.0/node-v14.15.0-x86.msi>
64-Bit: <https://nodejs.org/dist/v14.15.0/node-v14.15.0-x64.msi>
32-Bit: <https://nodejs.org/dist/v15.1.0/node-v15.1.0-x86.msi>
64-Bit: <https://nodejs.org/dist/v15.1.0/node-v15.1.0-x64.msi>
2. You can use one of the following methods to obtain the checksum
- Use powershell function 'Get-Filehash'
- Use chocolatey utility 'checksum.exe'

checksum type: sha256
checksum32: 6C423722AAC73F865821E0FD2812326A93AC55FFC219AC429E1076ECB11D1236
checksum64: CAFBD7ED129FB4A56A1751B674BA083D7681B72AE044C4976B3009CB796557AF
checksum32: 70302F55F1E9C2AB24E01DD8EF1739F4B760582AD65C2E6F15FC7B14F43C19E2
checksum64: 5F98B3247DE94A5104DA88295152B3A9FE9EA22410D1C2D10AC123FE58BB8050

File 'LICENSE.txt' is obtained from <https://github.com/nodejs/node/blob/03023fa7ae060c082a014f792d5d1f481a599460/LICENSE>
2 changes: 1 addition & 1 deletion automatic/nodejs.install/nodejs.install.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
"7": "7.10.1",
"13": "13.14.0",
"14": "14.15.0",
"15": "15.0.1"
"15": "15.1.0"
}
2 changes: 1 addition & 1 deletion automatic/nodejs.install/nodejs.install.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>nodejs.install</id>
<title>Node JS (Install)</title>
<version>14.15.0</version>
<version>15.1.0</version>
<authors>Node.js Foundation</authors>
<owners>chocolatey-community, Rob Reynolds</owners>
<summary>Node JS - Evented I/O for v8 JavaScript.</summary>
Expand Down
4 changes: 2 additions & 2 deletions automatic/nodejs.install/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

$toolsPath = Split-Path $MyInvocation.MyCommand.Definition

$filePath32 = "$toolsPath\node-v14.15.0-x86.msi"
$filePath64 = "$toolsPath\node-v14.15.0-x64.msi"
$filePath32 = "$toolsPath\node-v15.1.0-x86.msi"
$filePath64 = "$toolsPath\node-v15.1.0-x64.msi"
$installFile = if ((Get-OSArchitectureWidth 64) -and $env:chocolateyForceX86 -ne 'true') {
Write-Host "Installing 64 bit version"; $filePath64 }
else { Write-Host "Installing 32 bit version"; $filePath32 }
Expand Down
2 changes: 1 addition & 1 deletion automatic/nodejs/nodejs.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
"7": "7.10.1",
"13": "13.14.0",
"14": "14.15.0",
"15": "15.0.1"
"15": "15.1.0"
}
4 changes: 2 additions & 2 deletions automatic/nodejs/nodejs.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>nodejs</id>
<title>Node JS</title>
<version>14.15.0</version>
<version>15.1.0</version>
<authors>Node.js Foundation</authors>
<owners>chocolatey-community, Rob Reynolds</owners>
<summary>Node JS - Evented I/O for v8 JavaScript.</summary>
Expand All @@ -28,7 +28,7 @@ While this package now provides both **Current** and **LTS** releases of Node.js
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@ba5adf020e09cd0e51107206ef3ec390035a6e90/icons/nodejs.png</iconUrl>
<dependencies>
<dependency id="nodejs.install" version="[14.15.0]" />
<dependency id="nodejs.install" version="[15.1.0]" />
</dependencies>
</metadata>
<files>
Expand Down
2 changes: 1 addition & 1 deletion automatic/sysinternals/sysinternals.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>sysinternals</id>
<title>Sysinternals</title>
<version>2020.10.15</version>
<version>2020.11.4</version>
<authors>Mark Russinovich, Bryce Cogswell</authors>
<owners>chocolatey-community, Rob Reynolds</owners>
<summary>Sysinternals - utilities to help you manage, troubleshoot and diagnose your Windows systems and applications.</summary>
Expand Down
4 changes: 2 additions & 2 deletions automatic/sysinternals/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Write-Host "Sysinternals Suite is going to be installed in '$installDir'"
$packageArgs = @{
packageName = 'sysinternals'
url = 'https://download.sysinternals.com/files/SysinternalsSuite.zip'
checksum = 'a25e777a3d8ba747e24629288de3ee089d2e0290710f0113bf8ef84091008a1c'
checksum = 'ac93286995ec1e881632797a781c2c01db9fb09f3e2a6beeee9831322f224e88'
checksumType = 'sha256'
unzipLocation = $installDir
}
Expand All @@ -18,7 +18,7 @@ Accept-Eula
if ($installDir -ne $toolsPath) { Install-ChocolateyPath $installDir }
if (Is-NanoServer) {
$packageArgs.url = 'https://download.sysinternals.com/files/SysinternalsSuite-Nano.zip'
$packageArgs.checksum = '0e836b39abce3d0ad2e095f2b87860f6755cdde3bd2a49d9d4aa103463bdaa2b'
$packageArgs.checksum = 'd130f432ff126e367edb1727fc001f6a2ca66660c62290a7317ae658c6341f5e'
}

$old_path = 'c:\sysinternals'
Expand Down
8 changes: 4 additions & 4 deletions automatic/vscode-insiders.install/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@ function Get-MergeTasks {
$packageArgs = @{
packageName = "$env:ChocolateyPackageName"
fileType = 'exe'
url = 'https://az764295.vo.msecnd.net/insider/a5dfd9dcf83620a3b50dd56dc0117f83415c2ca8/VSCodeSetup-ia32-1.51.0-insider.exe'
url64bit = 'https://az764295.vo.msecnd.net/insider/a5dfd9dcf83620a3b50dd56dc0117f83415c2ca8/VSCodeSetup-x64-1.51.0-insider.exe'
url = 'https://az764295.vo.msecnd.net/insider/fcac248b077b55bae4ba5bab613fd6e9156c2f0c/VSCodeSetup-ia32-1.51.0-insider.exe'
url64bit = 'https://az764295.vo.msecnd.net/insider/fcac248b077b55bae4ba5bab613fd6e9156c2f0c/VSCodeSetup-x64-1.51.0-insider.exe'

softwareName = 'Microsoft Visual Studio Code Insiders'

checksum = 'dd6b7de2e260186444bd5c91bde419572b2e0aa6a65696ddbe18762bb65885244aabb56e92f22722f9118be5fa8d10776d3601953ad9eaa84d971f77b878a516'
checksum = '041d25a1e009ba60052c194aa3ec14532c371563e1baf282df9c5d74d8421124a488671c7a1339c70a37f3b4104a8a4c1a73ce7bf7a3096b1fe56c6d0306615e'
checksumType = 'sha512'
checksum64 = 'b8dc38786efa619054961320f64003cef3ea3a3a3a6797560ff6cc03143f3db00119c534fc9217015582b038e98ecfd1da4fe5dbb4375968ab82186b3a309502'
checksum64 = 'bd4ef8be44a33c324a93e44447be20159c10737de7983ef53cf4b4f1079f945b8a4dee6edbd1c0a62aa20abbc00672668968160cd4441c1cd4338146946a2a4f'
checksumType64 = 'sha512'

silentArgs = '/verysilent /suppressmsgboxes /mergetasks="{0}" /log="{1}\install.log"' -f (Get-MergeTasks), (Get-PackageCacheLocation)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>vscode-insiders.install</id>
<title>Visual Studio Code Insiders (Install)</title>
<version>1.51.0.20201103</version>
<version>1.51.0.20201104</version>
<authors>Microsoft</authors>
<owners>chocolatey-community</owners>
<projectUrl>https://code.visualstudio.com/insiders</projectUrl>
Expand Down
4 changes: 2 additions & 2 deletions automatic/vscode-insiders/vscode-insiders.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>vscode-insiders</id>
<title>Visual Studio Code Insiders</title>
<version>1.51.0.20201103</version>
<version>1.51.0.20201104</version>
<authors>Microsoft</authors>
<owners>chocolatey-community</owners>
<projectUrl>https://code.visualstudio.com/insiders</projectUrl>
Expand Down Expand Up @@ -47,7 +47,7 @@ Example: `choco install vscode-insiders --params "/NoDesktopIcon /DontAddToPath"
]]></description>
<tags>microsoft visualstudiocode visualstudiocode-insiders vscode vscode-insiders development editor ide javascript typescript admin foss cross-platform</tags>
<dependencies>
<dependency id="vscode-insiders.install" version="[1.51.0.20201103]" />
<dependency id="vscode-insiders.install" version="[1.51.0.20201104]" />
</dependencies>
<releaseNotes>https://code.visualstudio.com/updates/#_preview-features</releaseNotes>
</metadata>
Expand Down
4 changes: 2 additions & 2 deletions automatic/zotero/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.92/Zotero-5.0.92_setup.exe>
1. Download the following <https://download.zotero.org/client/release/5.0.93/Zotero-5.0.93_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: FF10CAE62FFA141BA7CA88A00DD34C2FCDC375DD9E72023AAB4C1D507882F24A
checksum: 50E4D449726003F594AD7B432B5205BAAAA6AAE77483D6AE17D78DE09CFA5997

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
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ $packageArgs = @{
silentArgs = '/S'
validExitCodes = @(0)
softwareName = 'Zotero'
file = "$toolsPath\Zotero-5.0.92_setup.exe"
file = "$toolsPath\Zotero-5.0.93_setup.exe"
}

Install-ChocolateyInstallPackage @packageArgs
Expand Down
2 changes: 1 addition & 1 deletion automatic/zotero/zotero.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<id>zotero</id>
<title>Zotero</title>
<owners>chocolatey-community</owners>
<version>5.0.92</version>
<version>5.0.93</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-coreteampackages@53607633ce049d5d75ac668f4408faaeced36bc3/icons/zotero.png</iconUrl>
Expand Down

0 comments on commit 6b2ddb2

Please sign in to comment.