Skip to content

Commit

Permalink
AU: 3 updated - skype spotify sysinternals
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Sep 16, 2019
1 parent 03bd9e2 commit 8b8e600
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 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.51.0.92</version>
<version>8.52.0.138</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.51.0.92.exe'
checksum = '2bfd7e9c1d110c1b0d258bee5cb5371ea326546f167d91457ae8e3dd22510255'
url = 'https://download.skype.com/s4l/download/win/Skype-8.52.0.138.exe'
checksum = '3f65ee95598c59280aff8143a5a60df27962c30eaff3d508e26ad7a8b34675ef'
checksumType = 'sha256'
silentArgs = "/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP- /LOG=`"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).InnoInstall.log`""
validExitCodes = @(0)
Expand Down
2 changes: 1 addition & 1 deletion automatic/spotify/info
Original file line number Diff line number Diff line change
@@ -1 +1 @@
"f5afbe9529959c809e488a1c8e49d2fe"|1.1.14.475
"7b76152c4502b0801b80bd5f0b8ea51f"|1.1.15.448
2 changes: 1 addition & 1 deletion automatic/spotify/spotify.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>spotify</id>
<version>1.1.14.475</version>
<version>1.1.15.448</version>
<title>Spotify</title>
<authors>Spotify</authors>
<projectUrl>http://spotify.com</projectUrl>
Expand Down
2 changes: 1 addition & 1 deletion automatic/spotify/tools/ChocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ $arguments = @{
softwareName = 'Spotify'
file = Join-Path $downloadDir $installer
url = 'https://download.scdn.co/SpotifySetup.exe'
checksum = '829021322C47F56A9A5F0D4CA3D75AFC72590D54DF30DDCB5A6788E0CEEE9BC8EE9CCE4FB8546F179A24C51ED26C46567CB69809CB82EAF8D9C0800D194B3768'
checksum = '5BDFD6780A1B3C533EC08F1181455FE54C996C68E4066FC88E256D2573B6B7DF6DEB6DE77F86F6B96BD001932A4E7656FD287280F730A702B5690A8FD8C2F7A2'
fileType = 'exe'
checksumType = 'sha512'
silentArgs = '/silent'
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>2019.9.5</version>
<version>2019.9.16</version>
<authors>Mark Russinovich, Bryce Cogswell</authors>
<owners>chocolatey, 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 = '4cdc373d3589a1dbc85d657af17cd53d4d86758fe9fa1ac42bec994db84c5d6a'
checksum = '58f38bad49599bbbcf8e6cf4ecd9bcdd430f5d34fb78c1f6115ae613957502ad'
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 = 'abe563e1a272c3bb020261b8548285af3ca91d81cc50167584faa9bb1a7b9292'
$packageArgs.checksum = 'c561b93e145d03b9487eaa5e62931ac8c75413fb880b5efc7de0c7dcbe6f6b6f'
}

$old_path = 'c:\sysinternals'
Expand Down

0 comments on commit 8b8e600

Please sign in to comment.