Skip to content

Commit

Permalink
AU: 2 updated - cdburnerxp youtube-dl
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Feb 4, 2017
1 parent fc624e6 commit 82c8bfe
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion automatic/cdburnerxp/cdburnerxp.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>cdburnerxp</id>
<title>CDBurnerXP</title>
<version>4.5.7.6499</version>
<version>4.5.7.6521</version>
<authors>Canneverbe Limited</authors>
<owners>gep13, chocolatey</owners>
<summary>CDBurnerXP - burn CDs and DVDs for free!</summary>
Expand Down
8 changes: 4 additions & 4 deletions automatic/cdburnerxp/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
$packageArgs = @{
packageName = 'cdburnerxp'
fileType = 'msi'
url = 'https://download.cdburnerxp.se/msi/cdbxp_setup_4.5.7.6499.msi'
url64bit = 'https://download.cdburnerxp.se/msi/cdbxp_setup_x64_4.5.7.6499.msi'
checksum = 'd6065252bafef4cef40904de0af2590656cab50817bfb527bc4e76ae6115877d'
checksum64 = 'ed4d5abaa003ce52461424ef227b67bc95ad4659791157074e226c178aee5b8c'
url = 'https://download.cdburnerxp.se/msi/cdbxp_setup_4.5.7.6521.msi'
url64bit = 'https://download.cdburnerxp.se/msi/cdbxp_setup_x64_4.5.7.6521.msi'
checksum = 'c38d057b27fa8428e13c21bd749ef690b4969fab14518fb07c99ad667db6167e'
checksum64 = '3a665bcbaa60c229303a2676507d4753089a03cfe5e890f7c72fe83e298fa153'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = '/quiet'
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/2017.02.01/youtube-dl.exe>
1. Download <https://github.com/rg3/youtube-dl/releases/download/2017.02.04.1/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: e772d6fab97cf1ec35a7f408d400a5d79309a1aa9fc8b3b6b28201e6cd7d771addb6ff6a672f3c00c704c9667fa230e914c72cc3f70b4a4adfacfa629ae32b1e
checksum: b196130d6299bab574ed1bc899db8ccd860cfb5dd0242db3b17cb2faf883e27451826fa28055067eb64a0d1f0891d7e7fd5c01fe0a197a829e3d536d25093425

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

0 comments on commit 82c8bfe

Please sign in to comment.