Skip to content

Commit

Permalink
AU: 2 updated - mendeley mono
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Apr 8, 2019
1 parent acc0abe commit bae1bff
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 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.19.3</version>
<version>1.19.4</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_19_3</releaseNotes>
<releaseNotes>https://www.mendeley.com/release-notes/v1_19_4</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.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)
Expand Down
2 changes: 1 addition & 1 deletion automatic/mono/mono.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>mono</id>
<version>5.18.1.0</version>
<version>5.18.1.3</version>
<packageSourceUrl>https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/automatic/mono</packageSourceUrl>
<title>Mono</title>
<authors>Miguel de Icaza, other Mono committers</authors>
Expand Down
8 changes: 4 additions & 4 deletions automatic/mono/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit bae1bff

Please sign in to comment.