Skip to content

Commit

Permalink
AU: 1 updated - libreoffice-still
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Apr 18, 2024
1 parent 597ab65 commit 4c8d592
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions automatic/libreoffice-streams/libreoffice-streams.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"still": "7.6.5",
"fresh": "7.6.5"
"still": "7.6.6",
"fresh": "24.2.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.6.0</version>
<version>7.6.6</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.6.0'
version = '7.6.6'
fileType = 'msi'
url = 'https://downloadarchive.documentfoundation.org/libreoffice/old/7.6.0.3/win/x86/LibreOffice_7.6.0.3_Win_x86.msi'
url64bit = 'https://downloadarchive.documentfoundation.org/libreoffice/old/7.6.0.3/win/x86_64/LibreOffice_7.6.0.3_Win_x86-64.msi'
checksum = 'd192043196a075013768b0eba86e29a87ee4dc9dc390d6dfe93fa418ffd3cf9c'
checksum64 = 'f7e031ff87b06b57746fd8118038253432446c7a18857d18ede4c50f7770f592'
url = 'https://download.documentfoundation.org/libreoffice/stable/7.6.6/win/x86/LibreOffice_7.6.6_Win_x86.msi'
url64bit = 'https://download.documentfoundation.org/libreoffice/stable/7.6.6/win/x86_64/LibreOffice_7.6.6_Win_x86-64.msi'
checksum = '80243cc35151e03fde57650e63aa6a62174af1ff6f9ebb520d1070641b770a0d'
checksum64 = '6570eb9362fa56dee557400d6b90967f18a5c442b4807dd5a56747ff760ae1bb'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = '/qn /passive /norestart /l*v "{0}"' -f "$($env:TEMP)\$($env:ChocolateyPackageName).$($env:ChocolateyPackageVersion).MsiInstall.log"
Expand Down

0 comments on commit 4c8d592

Please sign in to comment.