Skip to content

Commit

Permalink
AU: 2 updated - skype youtube-dl
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Aug 28, 2018
1 parent 428c5d4 commit 304a68a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion automatic/skype/skype.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>skype</id>
<title>Skype</title>
<version>8.28.0.41</version>
<version>8.29.0.47</version>
<authors>Microsoft</authors>
<owners>chocolatey,Rob Reynolds</owners>
<summary>Skype - VOIP</summary>
Expand Down
4 changes: 2 additions & 2 deletions automatic/skype/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
$packageArgs = @{
packageName = $env:ChocolateyPackageName
softwareName = 'Skype*'
url = 'https://endpoint920510.azureedge.net/s4l/s4l/download/win/Skype-8.28.0.41.exe'
checksum = '29e65e1f11f634ece6ab1dcc5a5c8edc3a93514b5a189bbf76e63222859dc142'
url = 'https://endpoint920510.azureedge.net/s4l/s4l/download/win/Skype-8.29.0.47.exe'
checksum = '5d932a8f98b0e6de221ce6f3c29c7c552245ec55a51a1c1e11e566b6f7b8a694'
checksumType = 'sha256'
silentArgs = "/SILENT /SUPPRESSMSGBOXES /NORESTART /SP- /LOG=`"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).InnoInstall.log`""
validExitCodes = @(0)
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.08.22/youtube-dl.exe>
1. Download <https://github.com/rg3/youtube-dl/releases/download/2018.08.28/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: 6afe3cb36a19deb79c33af1843d7532f5153016bcd83454eb5e699b3b44edeaa5c305410efddd309397a2e25c81ec86274d4958f451403248c5e28c6753028c2
checksum: 702e96dbdcfa2fef1dd66ab0d48205fc67d4d8455d8a05714f6d3f221671c2390ece5f1b0351d074a0004a97564af415438597b609770f818fd710e5b1c968d7

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.08.22</version>
<version>2018.08.28</version>
<title>youtube-dl</title>
<owners>chocolatey</owners>
<authors>Ricardo Garcia and others</authors>
Expand Down

0 comments on commit 304a68a

Please sign in to comment.