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 Jul 3, 2018
1 parent 41b9df8 commit 248ce4c
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.24.0.2</version>
<version>8.25.0.5</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.24.0.2.exe'
checksum = 'a42eb07bd1124795ad0b22e86d3445c6c67806081e2e8255db8e723cf91c7e61'
url = 'https://endpoint920510.azureedge.net/s4l/s4l/download/win/Skype-8.25.0.5.exe'
checksum = '7ed0402f9ec44515ae9e662bde5fcbf08a76c353cfed1f2e426e36215a99e384'
checksumType = 'sha256'
silentArgs = "/SILENT /SUPPRESSMSGBOXES /NORESTART /SP- /LOG=`"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).InnoInstall.log`""
validExitCodes = @(0)
Expand Down

0 comments on commit 248ce4c

Please sign in to comment.