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 Apr 12, 2018
1 parent 5894719 commit 9519830
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions automatic/mendeley/mendeley.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>mendeley</id>
<title>Mendeley Desktop</title>
<version>1.17.13</version>
<version>1.18</version>
<authors>Mendeley Ltd.</authors>
<owners>chocolatey</owners>
<summary>Empowering researches to organize their references</summary>
Expand All @@ -19,7 +19,7 @@ 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_17_13</releaseNotes>
<releaseNotes>https://www.mendeley.com/release-notes/v1_18</releaseNotes>
<projectUrl>https://www.mendeley.com</projectUrl>
<tags>education scientific admin cross-platform</tags>
<copyright>Mendeley Ltd.</copyright>
Expand Down
4 changes: 2 additions & 2 deletions automatic/mendeley/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
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.17.13-win32.exe'
checksum = 'afede7900643d9b528f5d48b463052f72c062fc6f380d90a1f360492a564c6d8'
url = 'https://desktop-download.mendeley.com/download/Mendeley-Desktop-1.18-win32.exe'
checksum = 'e1ec357497b9028a352d852d5843700c64308d8da69ceb45a4e9abdeaae71882'
checksumType = 'sha256'
silentArgs = '/S'
validExitCodes = @(0, 1223)
Expand Down

0 comments on commit 9519830

Please sign in to comment.