Skip to content

Commit

Permalink
AU: 1 updated - libreoffice-oldstable
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed May 4, 2017
1 parent 894d9e5 commit 15983e4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>libreoffice-oldstable</id>
<title>LibreOffice Still</title>
<version>5.2.6</version>
<version>5.2.7</version>
<authors>LibreOffice developers</authors>
<owners>chocolatey</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
8 changes: 4 additions & 4 deletions automatic/libreoffice-oldstable/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
$packageArgs = @{
packageName = 'libreoffice'
fileType = 'MSI'
url = 'https://download.documentfoundation.org/libreoffice/stable/5.2.6/win/x86/LibreOffice_5.2.6_Win_x86.msi'
url64bit = 'https://download.documentfoundation.org/libreoffice/stable/5.2.6/win/x86_64/LibreOffice_5.2.6_Win_x64.msi'
checksum = 'f49fd5b36e2c35503389550aabf209d1f1baa09e0e3bb80167052a77bdc5b6b5'
checksum64 = '57592e0ff1fc77e1ada32146f30d853666a948c9262f9a34f8f7bc8f4204185d'
url = 'https://download.documentfoundation.org/libreoffice/stable/5.2.7/win/x86/LibreOffice_5.2.7_Win_x86.msi'
url64bit = 'https://download.documentfoundation.org/libreoffice/stable/5.2.7/win/x86_64/LibreOffice_5.2.7_Win_x64.msi'
checksum = '6be17ac306440f0dcc430ff06aa5275398f143f7459305575cbfc56470a3a91d'
checksum64 = 'e64b4d8203d4e034b7c55409cd7ca559ee76e281c8d98b83172615f837741514'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = '/passive /norestart'
Expand Down

0 comments on commit 15983e4

Please sign in to comment.