From 76e9dd8d790ca395ac656f959b8bc4e29dc237e0 Mon Sep 17 00:00:00 2001 From: Chocolatey Date: Tue, 27 Nov 2018 18:11:43 +0000 Subject: [PATCH] AU: 1 updated - mendeley [skip ci] https://gist.github.com/a14b1e5bfaf70839b338eb1ab7f8226f/c68a2706a8c84e23474bd96b4ebee77b3c8015a0 --- automatic/mendeley/README.md | 2 +- automatic/mendeley/mendeley.nuspec | 6 +++--- automatic/mendeley/tools/chocolateyInstall.ps1 | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/automatic/mendeley/README.md b/automatic/mendeley/README.md index 272f1b5027a..9f4bda7df6c 100644 --- a/automatic/mendeley/README.md +++ b/automatic/mendeley/README.md @@ -1,4 +1,4 @@ -# [mendeley](https://chocolatey.org/packages/mendeley) +# [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. diff --git a/automatic/mendeley/mendeley.nuspec b/automatic/mendeley/mendeley.nuspec index d4098d71a02..7abc2859fc3 100644 --- a/automatic/mendeley/mendeley.nuspec +++ b/automatic/mendeley/mendeley.nuspec @@ -4,7 +4,7 @@ mendeley Mendeley Desktop - 1.19.2 + 1.19.3 Mendeley Ltd. chocolatey Empowering researches to organize their references @@ -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. ]]> - https://www.mendeley.com/release-notes/v1_19_2 + https://www.mendeley.com/release-notes/v1_19_3 https://www.mendeley.com education scientific admin cross-platform Mendeley Ltd. https://www.mendeley.com/terms false - https://cdn.rawgit.com/chocolatey/chocolatey-coreteampackages/4c7b68edb2f1db5d189b220fa21221fb7a9e2704/icons/mendeley.png + https://cdn.jsdelivr.net/gh/chocolatey/chocolatey-coreteampackages@4c7b68edb2f1db5d189b220fa21221fb7a9e2704/icons/mendeley.png https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/automatic/mendeley diff --git a/automatic/mendeley/tools/chocolateyInstall.ps1 b/automatic/mendeley/tools/chocolateyInstall.ps1 index 69567864d73..9a1ad93a138 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.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)