Skip to content

Commit

Permalink
AU: 3 updated - skype sysinternals tribler
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
Chocolatey Community committed Dec 16, 2024
1 parent 6d4266c commit a5ac999
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 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.133.0.202</version>
<version>8.134.0.202</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.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)
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>2024.7.23</version>
<version>2024.12.16</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
2 changes: 1 addition & 1 deletion 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 = '1284b653340c60086399c4e57b5a42ffef6b55415cf0a28e305b77750392ac32'
checksum = 'c6c6fc3a965a8e4bc0943ee4586cce86789913ddd25e808bfb61426776253863'
checksumType = 'sha256'
unzipLocation = $installDir
}
Expand Down
8 changes: 4 additions & 4 deletions automatic/tribler/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion automatic/tribler/tribler.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>tribler</id>
<title>Tribler</title>
<version>8.0.6</version>
<version>8.0.7</version>
<authors>The Tribler Team</authors>
<owners>chocolatey-community, Redsandro</owners>
<summary>Tribler is an open source anonymous decentralized BitTorrent client.</summary>
Expand Down

0 comments on commit a5ac999

Please sign in to comment.