Skip to content

Commit

Permalink
AU: 2 updated - sysinternals vlc
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jun 12, 2019
1 parent 72822b2 commit 06638ad
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion automatic/sysinternals/sysinternals.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>sysinternals</id>
<title>Sysinternals</title>
<version>2019.6.5</version>
<version>2019.6.11</version>
<authors>Mark Russinovich, Bryce Cogswell</authors>
<owners>chocolatey, Rob Reynolds</owners>
<summary>Sysinternals - utilities to help you manage, troubleshoot and diagnose your Windows systems and applications.</summary>
Expand Down
4 changes: 2 additions & 2 deletions automatic/sysinternals/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Write-Host "Sysinternals Suite is going to be installed in '$installDir'"
$packageArgs = @{
packageName = 'sysinternals'
url = 'https://download.sysinternals.com/files/SysinternalsSuite.zip'
checksum = 'b4444e0bc283438be32b95f5bbf45b48ba30d441a15bfcfa37215439ca3766f1'
checksum = 'be878f45a0287b0ce604daaea9d16ae35102c5354fb4f977f6779d185e0436d8'
checksumType = 'sha256'
unzipLocation = $installDir
}
Expand All @@ -18,7 +18,7 @@ Accept-Eula
if ($installDir -ne $toolsPath) { Install-ChocolateyPath $installDir }
if (Is-NanoServer) {
$packageArgs.url = 'https://download.sysinternals.com/files/SysinternalsSuite-Nano.zip'
$packageArgs.checksum = 'a0d4051f908b13e467ec4835e027bf33c21c30491916416a0906ea6ea7288c42'
$packageArgs.checksum = 'a68ec0329e7163667f4d0149d779acd317bdbdf0467953b9fa5ea6533308c68a'
}

$old_path = 'c:\sysinternals'
Expand Down
2 changes: 1 addition & 1 deletion automatic/vlc/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# <img src="https://cdn.jsdelivr.net/gh/chocolatey/chocolatey-coreteampackages@3952380efd0776bea6d964ed4e28efa979b434d2/icons/vlc.png" width="48" height="48"/> [vlc](https://chocolatey.org/packages/vlc)
# <img src="https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@3952380efd0776bea6d964ed4e28efa979b434d2/icons/vlc.png" width="48" height="48"/> [vlc](https://chocolatey.org/packages/vlc)


VLC is a free and open source cross-platform multimedia player and framework that plays most multimedia files as well as DVD, Audio CD, VCD, and various streaming protocols.
Expand Down
10 changes: 5 additions & 5 deletions automatic/vlc/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,21 @@ Package can be verified like this:

1. Go to

x32: http://get.videolan.org/vlc/3.0.6/win32/vlc-3.0.6-win32.exe
x64: http://get.videolan.org/vlc/3.0.6/win64/vlc-3.0.6-win64.exe
x32: http://get.videolan.org/vlc/3.0.7.1/win32/vlc-3.0.7.1-win32.exe
x64: http://get.videolan.org/vlc/3.0.7.1/win64/vlc-3.0.7.1-win64.exe

to download the installer.

2. You can use one of the following methods to obtain the SHA256 checksum:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'

checksum32: E75697CAE485A9206A416AAA3B3EB18C9010056D1FCB53E3658BE086C7080724
checksum64: A16CF11836F258A564A30670BCC7F1315A1860367A3FFF43825E1806D23AF332
checksum32: C1B6C6E123BFDA45FA5E505659F9C4943BC9B6B276974205FEC2FFF86102A558
checksum64: EB00FF6CC951B6BD64D3E8A6604F5A9361D8CAD0180C85C498DEEA81A9622C99

Using AU:

Get-RemoteChecksum http://get.videolan.org/vlc/3.0.6/win64/vlc-3.0.6-win64.exe
Get-RemoteChecksum http://get.videolan.org/vlc/3.0.7.1/win64/vlc-3.0.7.1-win64.exe

File 'LICENSE.txt' obtained from:
http://svn.videolan.org/filedetails.php?repname=VideoLAN+Server&path=%2Ftrunk%2FCOPYING
6 changes: 3 additions & 3 deletions automatic/vlc/vlc.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>vlc</id>
<title>VLC media player</title>
<version>3.0.6</version>
<version>3.0.7.1</version>
<authors>VideoLAN Organization</authors>
<owners>chocolatey, Rob Reynolds</owners>
<summary>VLC Media Player</summary>
Expand All @@ -30,10 +30,10 @@ VLC is a free and open source cross-platform multimedia player and framework tha
Example: `choco install --params "'/Language:fr'"` *Will set the language of VLC to french*
]]></description>
<projectUrl>http://www.videolan.org/vlc/</projectUrl>
<packageSourceUrl>https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/automatic/vlc</packageSourceUrl>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/vlc</packageSourceUrl>
<projectSourceUrl>http://www.videolan.org/vlc/download-sources.html</projectSourceUrl>
<tags>vlc foss cross-platform multimedia audio video mp3 dvd avi media player admin</tags>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey/chocolatey-coreteampackages@3952380efd0776bea6d964ed4e28efa979b434d2/icons/vlc.png</iconUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@3952380efd0776bea6d964ed4e28efa979b434d2/icons/vlc.png</iconUrl>
<dependencies>
<dependency id="chocolatey-core.extension" version="1.3.3" />
</dependencies>
Expand Down

0 comments on commit 06638ad

Please sign in to comment.