From 4bfb45d1a155ca160cf6b329780a8b35072f8a46 Mon Sep 17 00:00:00 2001 From: Chocolatey Date: Mon, 31 Dec 2018 18:11:14 +0000 Subject: [PATCH] AU: 2 updated - mono youtube-dl [skip ci] https://gist.github.com/a14b1e5bfaf70839b338eb1ab7f8226f/684f6220cd5dfa948c9449dd2b8b60821fd0cc60 --- automatic/mono/mono.nuspec | 2 +- automatic/mono/tools/chocolateyInstall.ps1 | 8 ++++---- automatic/youtube-dl/legal/VERIFICATION.txt | 4 ++-- automatic/youtube-dl/youtube-dl.nuspec | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/automatic/mono/mono.nuspec b/automatic/mono/mono.nuspec index c564c5a0fc8..c901bcb87d6 100644 --- a/automatic/mono/mono.nuspec +++ b/automatic/mono/mono.nuspec @@ -3,7 +3,7 @@ mono - 5.16.0.220 + 5.18.0.225 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 65bfb7c0309..f9e957e3d54 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.16.0/windows-installer/mono-5.16.0.220-gtksharp-2.12.45-win32-0.msi' - url64bit = 'https://download.mono-project.com/archive/5.16.0/windows-installer/mono-5.16.0.220-x64-0.msi' + url = 'https://download.mono-project.com/archive/5.18.0/windows-installer/mono-5.18.0.225-gtksharp-2.12.45-win32-0.msi' + url64bit = 'https://download.mono-project.com/archive/5.18.0/windows-installer/mono-5.18.0.225-x64-0.msi' softwareName = 'Mono for Windows*' - checksum = '2016c9c658f5c3793ea733fc67210915df124ff32261509df5e0625d0964a21c' + checksum = 'e0dcb04fa4bc2f5538b6307eb2afae5e599ed38a5e2d78b537e6eb8d9572d3c0' checksumType = 'sha256' - checksum64 = '947ce174494d63dc19252006a0860126fe1edd4bd7587ca971c2479c60931976' + checksum64 = '8918670cf4c824e9c86b5e34802c4bbeaa299f6f7382530671854c10d1367f71' checksumType64 = 'sha256' silentArgs = "/qn /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`"" validExitCodes = @(0, 3010, 1641) diff --git a/automatic/youtube-dl/legal/VERIFICATION.txt b/automatic/youtube-dl/legal/VERIFICATION.txt index fcbeadad363..e886acd239c 100644 --- a/automatic/youtube-dl/legal/VERIFICATION.txt +++ b/automatic/youtube-dl/legal/VERIFICATION.txt @@ -5,12 +5,12 @@ in verifying that this package's contents are trustworthy. The installer have been downloaded from their official download link listed on and can be verified like this: -1. Download +1. Download 2. Then use one of the following methods to obtain the checksum - Use powershell function 'Get-Filehash' - Use chocolatey utility 'checksum.exe' checksum type: sha512 - checksum: e1f4858180cea44d160f142223a6f114f24feb1895e6cfba3f384c53bf32fc1b78138f9942fda90815fcdbd2a2b4a2fc30d5585c1db8fa0789c735c7e91b1de1 + checksum: 066d4477a5a6f9781152371edb646c584935a8063e59068f34f39a3573c0025ab5237df9745bffed783a2a747b5d77484000c48f5747572ff2c7d1b7662620a0 File 'LICENSE.txt' is obtained from diff --git a/automatic/youtube-dl/youtube-dl.nuspec b/automatic/youtube-dl/youtube-dl.nuspec index f883b995772..a37fda95393 100644 --- a/automatic/youtube-dl/youtube-dl.nuspec +++ b/automatic/youtube-dl/youtube-dl.nuspec @@ -3,7 +3,7 @@ youtube-dl - 2018.12.17 + 2018.12.31 youtube-dl chocolatey Ricardo Garcia and others