Skip to content

Commit

Permalink
AU: 1 updated - mendeley
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Nov 27, 2018
1 parent ee1574b commit 76e9dd8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion automatic/mendeley/README.md
@@ -1,4 +1,4 @@
# <img src="https://cdn.rawgit.com/chocolatey/chocolatey-coreteampackages/4c7b68edb2f1db5d189b220fa21221fb7a9e2704/icons/mendeley.png" width="48" height="48"/> [mendeley](https://chocolatey.org/packages/mendeley)
# <img src="https://cdn.jsdelivr.net/gh/chocolatey/chocolatey-coreteampackages@4c7b68edb2f1db5d189b220fa21221fb7a9e2704/icons/mendeley.png" width="48" height="48"/> [mendeley](https://chocolatey.org/packages/mendeley)


Mendeley is a platform that allows scholars from all over the world to collaborate, and opens up science for everyone.
Expand Down
6 changes: 3 additions & 3 deletions automatic/mendeley/mendeley.nuspec
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>mendeley</id>
<title>Mendeley Desktop</title>
<version>1.19.2</version>
<version>1.19.3</version>
<authors>Mendeley Ltd.</authors>
<owners>chocolatey</owners>
<summary>Empowering researches to organize their references</summary>
Expand All @@ -19,13 +19,13 @@ Mendeley is a platform that allows scholars from all over the world to collabora
* **Careers:** Search for science and technology jobs in institutions worldwide.
]]></description>
<releaseNotes>https://www.mendeley.com/release-notes/v1_19_2</releaseNotes>
<releaseNotes>https://www.mendeley.com/release-notes/v1_19_3</releaseNotes>
<projectUrl>https://www.mendeley.com</projectUrl>
<tags>education scientific admin cross-platform</tags>
<copyright>Mendeley Ltd.</copyright>
<licenseUrl>https://www.mendeley.com/terms</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<iconUrl>https://cdn.rawgit.com/chocolatey/chocolatey-coreteampackages/4c7b68edb2f1db5d189b220fa21221fb7a9e2704/icons/mendeley.png</iconUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey/chocolatey-coreteampackages@4c7b68edb2f1db5d189b220fa21221fb7a9e2704/icons/mendeley.png</iconUrl>
<packageSourceUrl>https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/automatic/mendeley</packageSourceUrl>
<dependencies>
<dependency id="chocolatey-core.extension" version="1.3.3" />
Expand Down
4 changes: 2 additions & 2 deletions automatic/mendeley/tools/chocolateyInstall.ps1
Expand Up @@ -5,8 +5,8 @@ $toolsPath = Split-Path $MyInvocation.MyCommand.Definition
$packageArgs = @{
packageName = 'mendeley'
fileType = 'EXE'
url = 'https://desktop-download.mendeley.com/download/Mendeley-Desktop-1.19.2-win32.exe'
checksum = 'b60a180b3314414b593c7557b35ab5b2e827a73bf754359bcea87ff5b4afa014'
url = 'https://desktop-download.mendeley.com/download/Mendeley-Desktop-1.19.3-win32.exe'
checksum = '376b8a831efa9d92439fe759f76590cc7c38b48bc4bfd9c84883b643a12e0f36'
checksumType = 'sha256'
silentArgs = '/S'
validExitCodes = @(0, 1223)
Expand Down

0 comments on commit 76e9dd8

Please sign in to comment.