Skip to content

Commit

Permalink
AU: 2 updated - mono youtube-dl
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Dec 31, 2018
1 parent 986c48d commit 4bfb45d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
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.16.0.220</version>
<version>5.18.0.225</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.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)
Expand Down
4 changes: 2 additions & 2 deletions automatic/youtube-dl/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://github.com/rg3/youtube-dl/releases/latest>
and can be verified like this:

1. Download <https://github.com/rg3/youtube-dl/releases/download/2018.12.17/youtube-dl.exe>
1. Download <https://github.com/rg3/youtube-dl/releases/download/2018.12.31/youtube-dl.exe>
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 <https://github.com/rg3/youtube-dl/blob/b7769a05eca3611e492f7a75f1c40cddd2019ef1/LICENSE>
2 changes: 1 addition & 1 deletion automatic/youtube-dl/youtube-dl.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>youtube-dl</id>
<version>2018.12.17</version>
<version>2018.12.31</version>
<title>youtube-dl</title>
<owners>chocolatey</owners>
<authors>Ricardo Garcia and others</authors>
Expand Down

0 comments on commit 4bfb45d

Please sign in to comment.