Skip to content

Commit

Permalink
AU: 1 updated - libreoffice-fresh
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Apr 5, 2018
1 parent bd6819a commit 76609c3
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions automatic/libreoffice-streams/README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# [<img src="https://cdn.rawgit.com/chocolatey/chocolatey-coreteampackages/edba4a5849ff756e767cba86641bea97ff5721fe/icons/libreoffice.svg" width="48" height="48"/> LibreOffice Still](https://chocolatey.org/packages/libreoffice-still)
# [<img src="https://cdn.rawgit.com/chocolatey/chocolatey-coreteampackages/edba4a5849ff756e767cba86641bea97ff5721fe/icons/libreoffice.svg" width="48" height="48"/> LibreOffice Fresh](https://chocolatey.org/packages/libreoffice-fresh)


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.

## Notes

- LibreOffice Still is the stable version that has undergone more testing (over a longer time). This version is recommended for more conservative users. If you want the latest version, install the [libreoffice](/packages/libreoffice-fresh) package instead.
- This package installs the latest stable version of LibreOffice (Fresh) with the most recent features. For more conservative users it is recommended to install [libreoffice-fresh](/packages/libreoffice-fresh) instead.
- Older versions of this package are likely broken because the LibreOffice team removes the download links for older versions after each update.
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": "5.4.6",
"fresh": "6.0.2"
"fresh": "6.0.3"
}
8 changes: 4 additions & 4 deletions automatic/libreoffice-streams/libreoffice-streams.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!-- Do not remove this test for UTF-8: if “Ω” doesn’t appear as greek uppercase omega letter enclosed in quotation marks, you should use an editor that supports UTF-8, not this one. -->
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>libreoffice-still</id>
<title>LibreOffice Still</title>
<version>5.4.6</version>
<id>libreoffice-fresh</id>
<title>LibreOffice Fresh</title>
<version>6.0.3</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 All @@ -13,7 +13,7 @@ LibreOffice is the free power-packed Open Source personal productivity suite for
## Notes
- LibreOffice Still is the stable version that has undergone more testing (over a longer time). This version is recommended for more conservative users. If you want the latest version, install the [libreoffice](/packages/libreoffice-fresh) package instead.
- This package installs the latest stable version of LibreOffice (Fresh) with the most recent features. For more conservative users it is recommended to install [libreoffice-fresh](/packages/libreoffice-fresh) instead.
- Older versions of this package are likely broken because the LibreOffice team removes the download links for older versions after each update.
]]></description>
<projectUrl>https://www.libreoffice.org/</projectUrl>
Expand Down
8 changes: 4 additions & 4 deletions automatic/libreoffice-streams/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.4.6/win/x86/LibreOffice_5.4.6_Win_x86.msi'
url64bit = 'https://download.documentfoundation.org/libreoffice/stable/5.4.6/win/x86_64/LibreOffice_5.4.6_Win_x64.msi'
checksum = '0d4c26e9894f0ecfd93ec10d69c3fa483afe058ef5c99453a48827464a77ad54'
checksum64 = 'de37d4b008d462641fc175f0a0c78990da00231912e8f75f88db76535f2ebcb9'
url = 'https://download.documentfoundation.org/libreoffice/stable/6.0.3/win/x86/LibreOffice_6.0.3_Win_x86.msi'
url64bit = 'https://download.documentfoundation.org/libreoffice/stable/6.0.3/win/x86_64/LibreOffice_6.0.3_Win_x64.msi'
checksum = '0adfd0d03504c90b2d04b3c0e208cef8c76c75931603bec611914d3a97062647'
checksum64 = '25347d1113456a1d49bd8114c65b8a8e58a64c7d77c9b7ca2ae0bd18f16e0c8a'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = '/passive /norestart'
Expand Down

0 comments on commit 76609c3

Please sign in to comment.