Skip to content

Commit

Permalink
AU: 1 updated - skype
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Nov 13, 2019
1 parent acb97f5 commit 7dad31f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.54.0.85</version>
<version>8.54.0.91</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://download.skype.com/s4l/download/win/Skype-8.54.0.85.exe'
checksum = '2d0190434bbe58b960a49804ec2da4df86b3f38526c6d2fa7fe638dbb17e4ff5'
url = 'https://download.skype.com/s4l/download/win/Skype-8.54.0.91.exe'
checksum = '380c905f4dcfc336d42852f63ac8beba879300b26ef4f30ccb34018798087c18'
checksumType = 'sha256'
silentArgs = "/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP- /LOG=`"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).InnoInstall.log`""
validExitCodes = @(0)
Expand Down

0 comments on commit 7dad31f

Please sign in to comment.