From a5ac9992785d346705d94feb37ba214a41a28561 Mon Sep 17 00:00:00 2001 From: Chocolatey Community Date: Mon, 16 Dec 2024 18:20:40 +0000 Subject: [PATCH] AU: 3 updated - skype sysinternals tribler [skip ci] --- automatic/skype/skype.nuspec | 2 +- automatic/skype/tools/chocolateyInstall.ps1 | 4 ++-- automatic/sysinternals/sysinternals.nuspec | 2 +- automatic/sysinternals/tools/chocolateyInstall.ps1 | 2 +- automatic/tribler/tools/chocolateyInstall.ps1 | 8 ++++---- automatic/tribler/tribler.nuspec | 2 +- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/automatic/skype/skype.nuspec b/automatic/skype/skype.nuspec index e22fc692e16..b9db3010f6e 100644 --- a/automatic/skype/skype.nuspec +++ b/automatic/skype/skype.nuspec @@ -3,7 +3,7 @@ skype Skype - 8.133.0.202 + 8.134.0.202 Microsoft chocolatey-community,Rob Reynolds Skype - VOIP diff --git a/automatic/skype/tools/chocolateyInstall.ps1 b/automatic/skype/tools/chocolateyInstall.ps1 index 34cdc444b49..5bc2d57a00c 100644 --- a/automatic/skype/tools/chocolateyInstall.ps1 +++ b/automatic/skype/tools/chocolateyInstall.ps1 @@ -4,8 +4,8 @@ $packageArgs = @{ packageName = $env:ChocolateyPackageName softwareName = 'Skype*' fileType = 'msi' - url = 'https://download.skype.com/s4l/download/win/Skype-8.133.0.202.msi' - checksum = '55afd165c7781db85edc308e2ea9e2a086c92a6c36314b6deec841413453f089' + url = 'https://download.skype.com/s4l/download/win/Skype-8.134.0.202.msi' + checksum = '060b0824b497c057e1782a0a5874dc410f0486c7a09c4bd8461c19eb31e95912' checksumType = 'sha256' silentArgs = "/quiet /norestart /l*v `"$($env:TEMP)\$($packageName).$($env:chocolateyPackageVersion).MsiInstall.log`"" validExitCodes = @(0) diff --git a/automatic/sysinternals/sysinternals.nuspec b/automatic/sysinternals/sysinternals.nuspec index 0969a301791..6ff327fc3ae 100644 --- a/automatic/sysinternals/sysinternals.nuspec +++ b/automatic/sysinternals/sysinternals.nuspec @@ -4,7 +4,7 @@ sysinternals Sysinternals - 2024.7.23 + 2024.12.16 Mark Russinovich, Bryce Cogswell chocolatey-community, Rob Reynolds Sysinternals - utilities to help you manage, troubleshoot and diagnose your Windows systems and applications. diff --git a/automatic/sysinternals/tools/chocolateyInstall.ps1 b/automatic/sysinternals/tools/chocolateyInstall.ps1 index bb4036cbe7a..0104b7e6359 100644 --- a/automatic/sysinternals/tools/chocolateyInstall.ps1 +++ b/automatic/sysinternals/tools/chocolateyInstall.ps1 @@ -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 = '1284b653340c60086399c4e57b5a42ffef6b55415cf0a28e305b77750392ac32' + checksum = 'c6c6fc3a965a8e4bc0943ee4586cce86789913ddd25e808bfb61426776253863' checksumType = 'sha256' unzipLocation = $installDir } diff --git a/automatic/tribler/tools/chocolateyInstall.ps1 b/automatic/tribler/tools/chocolateyInstall.ps1 index c31f8f9c427..41cfab33c52 100644 --- a/automatic/tribler/tools/chocolateyInstall.ps1 +++ b/automatic/tribler/tools/chocolateyInstall.ps1 @@ -5,11 +5,11 @@ $toolsPath = Split-Path -parent $MyInvocation.MyCommand.Definition $packageArgs = @{ packageName = $env:ChocolateyPackageName fileType = 'exe' - url = 'https://github.com/Tribler/tribler/releases/download/v8.0.6/Tribler_8.0.6_x86.exe' - url64 = 'https://github.com/Tribler/tribler/releases/download/v8.0.6/Tribler_8.0.6_x64.exe' - checksum = 'a95dff49ed9492e3206557a2c6357375db3e08081830b3a5c72594e98a189d25' + url = 'https://github.com/Tribler/tribler/releases/download/v8.0.7/Tribler_8.0.7_x86.exe' + url64 = 'https://github.com/Tribler/tribler/releases/download/v8.0.7/Tribler_8.0.7_x64.exe' + checksum = 'c48c0ef9fd7440e2c48e3cd1a5eadaba81cc0e2189a573a872eb1e47bf4eb32e' checksumType = 'sha256' - checksum64 = '264db20016c0c38a2f501831f358df2a0becfd9b9af7ab8d5f798cdf24b7c5ea' + checksum64 = '80b4587d36a54bdb9d0039196d5e72a67dd9c0b6b0307f277b0b3fb3e232107b' checksumType64 = 'sha256' softwareName = 'Tribler' silentArgs = '/S' diff --git a/automatic/tribler/tribler.nuspec b/automatic/tribler/tribler.nuspec index 1a3c98be50b..d8c1cce450f 100644 --- a/automatic/tribler/tribler.nuspec +++ b/automatic/tribler/tribler.nuspec @@ -4,7 +4,7 @@ tribler Tribler - 8.0.6 + 8.0.7 The Tribler Team chocolatey-community, Redsandro Tribler is an open source anonymous decentralized BitTorrent client.