Skip to content

Commit

Permalink
AU: 1 updated - skype
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed May 24, 2023
1 parent 21f5163 commit 3e7407a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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.97.0.404</version>
<version>8.98.0.206</version>
<authors>Microsoft</authors>
<owners>chocolatey-community,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 @@ -4,8 +4,8 @@ $packageArgs = @{
packageName = $env:ChocolateyPackageName
softwareName = 'Skype*'
fileType = 'msi'
url = 'https://download.skype.com/s4l/download/win/Skype-8.97.0.404.msi'
checksum = 'bd4c77089293c989bb3bcfe5a3fbf05a6e37deb224221ba60d60699f234e9a32'
url = 'https://download.skype.com/s4l/download/win/Skype-8.98.0.206.msi'
checksum = '83b3e21add1caeecb926edfffb903487f20eb3eb8af763b1bc37eba526ae0143'
checksumType = 'sha256'
silentArgs = "/quiet /norestart /l*v `"$($env:TEMP)\$($packageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
validExitCodes = @(0)
Expand Down
4 changes: 2 additions & 2 deletions automatic/skype/update.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import-module au
import-module au
Import-Module "$env:ChocolateyInstall/helpers/chocolateyInstaller.psm1"

$release = 'https://go.skype.com/msi-download'
Expand All @@ -21,7 +21,7 @@ function global:au_SearchReplace {

function global:au_GetLatest {
$url32 = Get-RedirectedUrl -url $release
$version = $url32 -split '\-|\.msi$' | select -Last 1 -Skip 1
$version = $url32 -split '\-|\.msi$' | Select-Object -Last 1 -Skip 1
return @{
URL32 = $url32
Version = $version
Expand Down

0 comments on commit 3e7407a

Please sign in to comment.