Skip to content

Commit

Permalink
AU: 2 updated - libreoffice-still skype
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Nov 28, 2023
1 parent ddbd388 commit a88561d
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion automatic/libreoffice-streams/libreoffice-streams.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"still": "7.5.7",
"still": "7.5.8",
"fresh": "7.6.2"
}
2 changes: 1 addition & 1 deletion automatic/libreoffice-streams/libreoffice-streams.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>libreoffice-still</id>
<title>LibreOffice Still</title>
<version>7.5.7</version>
<version>7.5.8</version>
<authors>LibreOffice developers</authors>
<owners>chocolatey-community</owners>
<summary>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.</summary>
Expand Down
10 changes: 5 additions & 5 deletions automatic/libreoffice-streams/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"

$packageArgs = @{
packageName = 'libreoffice-still'
version = '7.5.7'
version = '7.5.8'
fileType = 'msi'
url = 'https://download.documentfoundation.org/libreoffice/stable/7.5.7/win/x86/LibreOffice_7.5.7_Win_x86.msi'
url64bit = 'https://download.documentfoundation.org/libreoffice/stable/7.5.7/win/x86_64/LibreOffice_7.5.7_Win_x86-64.msi'
checksum = '3793fb6c1e7cf5873fab359fe6e98bb226172c62cba89a04918a0e576ffe8441'
checksum64 = '30dd3e7f158d3a6289d474d8d8a90eb8995ff5847aab0b23dd4dcc6455e36374'
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'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = '/qn /passive /norestart /l*v "{0}"' -f "$($env:TEMP)\$($env:ChocolateyPackageName).$($env:ChocolateyPackageVersion).MsiInstall.log"
Expand Down
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.108.0.205</version>
<version>8.109.0.209</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.108.0.205.msi'
checksum = 'a7b2f112c3a20c7801ce30f02931afed326d2484db3478b92859618d254b19d9'
url = 'https://download.skype.com/s4l/download/win/Skype-8.109.0.209.msi'
checksum = 'c265257c68c83492475711274accf3b33c42c06e929abb5f23d4ef60c0bf6bfa'
checksumType = 'sha256'
silentArgs = "/quiet /norestart /l*v `"$($env:TEMP)\$($packageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
validExitCodes = @(0)
Expand Down

0 comments on commit a88561d

Please sign in to comment.