Skip to content

Commit

Permalink
AU: 2 updated - mkvtoolnix skype
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Sep 27, 2018
1 parent a29d201 commit 5e2c98c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions automatic/mkvtoolnix/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ Package can be verified like this:

1. Go to

x32: https://mkvtoolnix.download/windows/releases/26.0.0/mkvtoolnix-32-bit-26.0.0-setup.exe
x64: https://mkvtoolnix.download/windows/releases/26.0.0/mkvtoolnix-64-bit-26.0.0-setup.exe
x32: https://mkvtoolnix.download/windows/releases/27.0.0/mkvtoolnix-32-bit-27.0.0-setup.exe
x64: https://mkvtoolnix.download/windows/releases/27.0.0/mkvtoolnix-64-bit-27.0.0-setup.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: FFAB4139D1E8B44CA1632DAA230E477CBC3934A2E9572CBFD33788B7FF4F2A3D
checksum64: 90893402030C9CBDC6F0757C0591BC5F87BDB6D048A99F6FC8856424E0F15659
checksum32: 7B64F1CF7FE53B7491F4F7D7E29A3DC2F8643EED054A1DAAE7B843DD93127C53
checksum64: C3BC68F23AEC445BBFFC794285F71AD5562C58E67C5780C1539D2CA9124DDB7C
2 changes: 1 addition & 1 deletion automatic/mkvtoolnix/mkvtoolnix.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>mkvtoolnix</id>
<version>26.0.0</version>
<version>27.0.0</version>
<title>MKVToolNix</title>
<owners>chocolatey</owners>
<authors>Moritz Bunkus</authors>
Expand Down
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.30.0.50</version>
<version>8.31.0.92</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.30.0.50.exe'
checksum = '5b769d80f0916e7e82a422481062b9e558449cf3542983883e4622d5e49618f8'
url = 'https://endpoint920510.azureedge.net/s4l/s4l/download/win/Skype-8.31.0.92.exe'
checksum = 'd884654df5c8438a19bed2b82eb9d483868e86679e9dd9f5d77ff3243e5a2313'
checksumType = 'sha256'
silentArgs = "/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP- /LOG=`"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).InnoInstall.log`""
validExitCodes = @(0)
Expand Down

0 comments on commit 5e2c98c

Please sign in to comment.