Skip to content

Commit

Permalink
AU: 2 updated - skype sysinternals
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Nov 9, 2023
1 parent 3bd080a commit 35df508
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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.107.0.215</version>
<version>8.108.0.205</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.107.0.215.msi'
checksum = 'b687788e011c4d0a366383f92accb9a30bc89478821e2c2703d2d5169d260668'
url = 'https://download.skype.com/s4l/download/win/Skype-8.108.0.205.msi'
checksum = 'a7b2f112c3a20c7801ce30f02931afed326d2484db3478b92859618d254b19d9'
checksumType = 'sha256'
silentArgs = "/quiet /norestart /l*v `"$($env:TEMP)\$($packageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
validExitCodes = @(0)
Expand Down
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>2023.10.18</version>
<version>2023.11.9</version>
<authors>Mark Russinovich, Bryce Cogswell</authors>
<owners>chocolatey-community, 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 = '06a8a45fb8c8c76879b6a7635eaccb6a7c662be8ada2448ff889a7961808a857'
checksum = 'd833ecf3030b3b524dfde550c9c27369604a4117292baaa636d0f3417ae0d817'
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 = '2521303b8149a1bc3afdd7971c0cd4bb5d15237097d5abf02c9888a57f112f26'
$packageArgs.checksum = '2898cb75788ab6e00f90e8a378278551104160506d7bac112d149b7ffcc38de2'
}

$old_path = 'c:\sysinternals'
Expand Down

0 comments on commit 35df508

Please sign in to comment.