From 951983034c0b8b892a5e660748a0141a7f6d5d9f Mon Sep 17 00:00:00 2001 From: Chocolatey Date: Thu, 12 Apr 2018 12:14:26 +0000 Subject: [PATCH] AU: 1 updated - mendeley [skip ci] https://gist.github.com/a14b1e5bfaf70839b338eb1ab7f8226f/5e766db9c310c5bb1b4d2b046c0fa43a35fa8c96 --- automatic/mendeley/mendeley.nuspec | 4 ++-- automatic/mendeley/tools/chocolateyInstall.ps1 | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/automatic/mendeley/mendeley.nuspec b/automatic/mendeley/mendeley.nuspec index a9667912450..db6fbaaf2ba 100644 --- a/automatic/mendeley/mendeley.nuspec +++ b/automatic/mendeley/mendeley.nuspec @@ -4,7 +4,7 @@ mendeley Mendeley Desktop - 1.17.13 + 1.18 Mendeley Ltd. chocolatey Empowering researches to organize their references @@ -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. ]]> - https://www.mendeley.com/release-notes/v1_17_13 + https://www.mendeley.com/release-notes/v1_18 https://www.mendeley.com education scientific admin cross-platform Mendeley Ltd. diff --git a/automatic/mendeley/tools/chocolateyInstall.ps1 b/automatic/mendeley/tools/chocolateyInstall.ps1 index 534ad69f1a7..b555557ca92 100644 --- a/automatic/mendeley/tools/chocolateyInstall.ps1 +++ b/automatic/mendeley/tools/chocolateyInstall.ps1 @@ -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)