diff --git a/automatic/libreoffice-streams/libreoffice-streams.json b/automatic/libreoffice-streams/libreoffice-streams.json index 4df47d81ef1..d73773173e7 100644 --- a/automatic/libreoffice-streams/libreoffice-streams.json +++ b/automatic/libreoffice-streams/libreoffice-streams.json @@ -1,4 +1,4 @@ { - "still": "7.5.8", - "fresh": "7.6.2" + "still": "7.5.9", + "fresh": "7.6.4" } diff --git a/automatic/libreoffice-streams/libreoffice-streams.nuspec b/automatic/libreoffice-streams/libreoffice-streams.nuspec index 39fe02a6d32..6f46084020f 100644 --- a/automatic/libreoffice-streams/libreoffice-streams.nuspec +++ b/automatic/libreoffice-streams/libreoffice-streams.nuspec @@ -4,7 +4,7 @@ libreoffice-still LibreOffice Still - 7.5.8 + 7.5.9 LibreOffice developers chocolatey-community LibreOffice is the free power-packed Open Source personal productivity suite for Windows, Macintosh and Linux, that gives you six feature-rich applications for all your document production and data processing needs. diff --git a/automatic/libreoffice-streams/tools/chocolateyInstall.ps1 b/automatic/libreoffice-streams/tools/chocolateyInstall.ps1 index fa8e261cde5..b1007f82704 100644 --- a/automatic/libreoffice-streams/tools/chocolateyInstall.ps1 +++ b/automatic/libreoffice-streams/tools/chocolateyInstall.ps1 @@ -5,12 +5,12 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" $packageArgs = @{ packageName = 'libreoffice-still' - version = '7.5.8' + version = '7.5.9' fileType = 'msi' - url = 'https://download.documentfoundation.org/libreoffice/stable/7.5.8/win/x86/LibreOffice_7.5.8_Win_x86.msi' - url64bit = 'https://download.documentfoundation.org/libreoffice/stable/7.5.8/win/x86_64/LibreOffice_7.5.8_Win_x86-64.msi' - checksum = 'd274d141ec8e196ce8e21f805d7282830cf42ce83b0535eb1a134aa5d1d285b1' - checksum64 = '862ad100ef602e1f1c98f7cfbcff1844eb31b700132b59b1d320a9dbd316dd1c' + url = 'https://download.documentfoundation.org/libreoffice/stable/7.5.9/win/x86/LibreOffice_7.5.9_Win_x86.msi' + url64bit = 'https://download.documentfoundation.org/libreoffice/stable/7.5.9/win/x86_64/LibreOffice_7.5.9_Win_x86-64.msi' + checksum = '4589fb6d7588b66baaac0ebdffe509d315e94d2281b20e7f19107f562a408d8f' + checksum64 = '82d744eb8c3b19bc05ce3f2f363d7a6987432cdba2f495f0c019f5d0b83dfa62' checksumType = 'sha256' checksumType64 = 'sha256' silentArgs = '/qn /passive /norestart /l*v "{0}"' -f "$($env:TEMP)\$($env:ChocolateyPackageName).$($env:ChocolateyPackageVersion).MsiInstall.log" diff --git a/automatic/skype/skype.nuspec b/automatic/skype/skype.nuspec index a92fce24f94..81639bbaac8 100644 --- a/automatic/skype/skype.nuspec +++ b/automatic/skype/skype.nuspec @@ -3,7 +3,7 @@ skype Skype - 8.110.0.211 + 8.110.0.212 Microsoft chocolatey-community,Rob Reynolds Skype - VOIP diff --git a/automatic/skype/tools/chocolateyInstall.ps1 b/automatic/skype/tools/chocolateyInstall.ps1 index 06973b6dc9a..b9644a98eac 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.110.0.211.msi' - checksum = '89966466ee639d44eef0bd47f235bc6177a126a88c059820c0d348a2af8550e6' + url = 'https://download.skype.com/s4l/download/win/Skype-8.110.0.212.msi' + checksum = '0b9bf0269de034be2f68dd00931c94fcf580b749d373b8f8dc86bd9bfe2752bb' checksumType = 'sha256' silentArgs = "/quiet /norestart /l*v `"$($env:TEMP)\$($packageName).$($env:chocolateyPackageVersion).MsiInstall.log`"" validExitCodes = @(0)