From bae1bff4419eaefcbcac8df3d7214b36d7a958de Mon Sep 17 00:00:00 2001 From: Chocolatey Date: Mon, 8 Apr 2019 18:29:39 +0000 Subject: [PATCH] AU: 2 updated - mendeley mono [skip ci] https://gist.github.com/a14b1e5bfaf70839b338eb1ab7f8226f/8ace973098a2948e61517e8d35aa70bf20392374 --- automatic/mendeley/mendeley.nuspec | 4 ++-- automatic/mendeley/tools/chocolateyInstall.ps1 | 4 ++-- automatic/mono/mono.nuspec | 2 +- automatic/mono/tools/chocolateyInstall.ps1 | 8 ++++---- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/automatic/mendeley/mendeley.nuspec b/automatic/mendeley/mendeley.nuspec index 7abc2859fc3..2704e23a6c1 100644 --- a/automatic/mendeley/mendeley.nuspec +++ b/automatic/mendeley/mendeley.nuspec @@ -4,7 +4,7 @@ mendeley Mendeley Desktop - 1.19.3 + 1.19.4 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_19_3 + https://www.mendeley.com/release-notes/v1_19_4 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 9a1ad93a138..9a9ccc12579 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.3-win32.exe' - checksum = '376b8a831efa9d92439fe759f76590cc7c38b48bc4bfd9c84883b643a12e0f36' + url = 'https://desktop-download.mendeley.com/download/Mendeley-Desktop-1.19.4-win32.exe' + checksum = 'e08158759001b03e2635823e92aa0179e4be6c3098f20aea811544c6a2a7d8a9' checksumType = 'sha256' silentArgs = '/S' validExitCodes = @(0, 1223) diff --git a/automatic/mono/mono.nuspec b/automatic/mono/mono.nuspec index e35ae5a3c76..fbd7b741d65 100644 --- a/automatic/mono/mono.nuspec +++ b/automatic/mono/mono.nuspec @@ -3,7 +3,7 @@ mono - 5.18.1.0 + 5.18.1.3 https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/automatic/mono Mono Miguel de Icaza, other Mono committers diff --git a/automatic/mono/tools/chocolateyInstall.ps1 b/automatic/mono/tools/chocolateyInstall.ps1 index df69a30e508..a9d6231bc77 100644 --- a/automatic/mono/tools/chocolateyInstall.ps1 +++ b/automatic/mono/tools/chocolateyInstall.ps1 @@ -3,12 +3,12 @@ $packageArgs = @{ packageName = $env:ChocolateyPackageName fileType = 'msi' - url = 'https://download.mono-project.com/archive/5.18.1/windows-installer/mono-5.18.1.0-gtksharp-2.12.45-win32-0.msi' - url64bit = 'https://download.mono-project.com/archive/5.18.1/windows-installer/mono-5.18.1.0-x64-0.msi' + url = 'https://download.mono-project.com/archive/5.18.1/windows-installer/mono-5.18.1.3-gtksharp-2.12.45-win32-0.msi' + url64bit = 'https://download.mono-project.com/archive/5.18.1/windows-installer/mono-5.18.1.3-x64-0.msi' softwareName = 'Mono for Windows*' - checksum = 'e43020f562044bf2aa8f2a972debf661b76659dac7901d8a2c8853e36bad154c' + checksum = 'c2dbda052aa8adfa89e38b99f1eda293b22fbcd8401a047535c5a2710aa5ea8c' checksumType = 'sha256' - checksum64 = 'e35cb806fd030693972ea23a69c62405b767cd185d6229cf30be627222201fa9' + checksum64 = 'ac6ace744864f4232c3d78dda45ad47559fd99fc7719f18e3fe8ce528953874a' checksumType64 = 'sha256' silentArgs = "/qn /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`"" validExitCodes = @(0, 3010, 1641)