Skip to content

Commit

Permalink
AU: 2 updated - visualstudiocode youtube-dl
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Apr 13, 2017
1 parent 3942c56 commit 62607db
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions automatic/visualstudiocode/Tools/ChocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ Write-Host "$mergeTasks"

$packageName = 'visualstudiocode'
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url32 = 'https://az764295.vo.msecnd.net/stable/d9484d12b38879b7f4cdd1150efeb2fd2c1fbf39/VSCodeSetup-1.11.1.exe'
$url64 = 'https://az764295.vo.msecnd.net/stable/d9484d12b38879b7f4cdd1150efeb2fd2c1fbf39/VSCodeSetup-1.11.1.exe'
$checksum32 = '209ef6584acd2c492a2a3088085f01da8636611c97ff009d4c79c143ac85e36e'
$checksum64 = '209ef6584acd2c492a2a3088085f01da8636611c97ff009d4c79c143ac85e36e'
$url32 = 'https://az764295.vo.msecnd.net/stable/6eaebe3b9c70406d67c97779468c324a7a95db0e/VSCodeSetup-1.11.2.exe'
$url64 = 'https://az764295.vo.msecnd.net/stable/6eaebe3b9c70406d67c97779468c324a7a95db0e/VSCodeSetup-1.11.2.exe'
$checksum32 = '3fc0d5c5fefb51ee861310c5a521bc2064b5a26f5785731ebd88cb5f8b7644c5'
$checksum64 = '3fc0d5c5fefb51ee861310c5a521bc2064b5a26f5785731ebd88cb5f8b7644c5'

$packageArgs = @{
packageName = $packageName
Expand Down
2 changes: 1 addition & 1 deletion automatic/visualstudiocode/visualstudiocode.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>visualstudiocode</id>
<title>Visual Studio Code</title>
<version>1.11.1</version>
<version>1.11.2</version>
<authors>Microsoft</authors>
<owners>chocolatey</owners>
<projectUrl>https://code.visualstudio.com</projectUrl>
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.04.11/youtube-dl.exe>
1. Download <https://github.com/rg3/youtube-dl/releases/download/2017.04.14/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: 89e97d81f1c0567d124e0a3ced0adb0dc1a4136367b1b89db3bba179bd6198a73a85a366aa3bd6a489ca71e1cb073eb316407eaa3cddacc227db56c419a34765
checksum: 83c8bafe85525ef336af835728386e4302a76c6a01c616f711fe82c79935a3883a3bad6ea2f45be626a64af6ba783af63994c8448b21e744309258df62440e60

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

0 comments on commit 62607db

Please sign in to comment.