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 Feb 7, 2019
1 parent b8bb344 commit f04a3fc
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 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": "6.0.7",
"fresh": "6.1.4"
"fresh": "6.1.5"
}
7 changes: 3 additions & 4 deletions automatic/libreoffice-streams/libreoffice-streams.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,15 @@
<metadata>
<id>libreoffice-fresh</id>
<title>LibreOffice Fresh</title>
<version>6.1.4</version>
<version>6.1.5</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>
<description><![CDATA[
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.
<description><![CDATA[LibreOffice is the free power-packed Open Source personal productivity suite for Windows, macOS and Linux, that gives you six feature-rich applications for all your document production and data processing needs.
## Notes
- 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.
- This package installs LibreOffice Fresh which is the stable version of LibreOffice with the most recent bleeding-edge features. This version is recommended for technology enthusiasts, early adopters or power users. For more conservative users or for deployments in enterprise or corporate environments, it is recommended to install [libreoffice-still](/packages/libreoffice-still) 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/6.1.4/win/x86/LibreOffice_6.1.4_Win_x86.msi'
url64bit = 'https://download.documentfoundation.org/libreoffice/stable/6.1.4/win/x86_64/LibreOffice_6.1.4_Win_x64.msi'
checksum = 'd419309fbc82f4d0b85acb1d2cf46afbe80e037e671c97383626cf509040738a'
checksum64 = 'ce7d6e3e450d9c0eff1ab04936b5e4cefe5b201371926085de66ecf5a887db3e'
url = 'https://download.documentfoundation.org/libreoffice/stable/6.1.5/win/x86/LibreOffice_6.1.5_Win_x86.msi'
url64bit = 'https://download.documentfoundation.org/libreoffice/stable/6.1.5/win/x86_64/LibreOffice_6.1.5_Win_x64.msi'
checksum = 'bfac8629d6db9e921010330e926bde080fb1f5fbb285fca684ea15b182950b66'
checksum64 = '812e01eaa790c8fa66c91254e9255ec494f22a92e8d18bfbe50486c842884289'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = '/passive /norestart /l*v "{0}\install.log"' -f "$Env:TEMP\chocolatey\$Env:ChocolateyPackageName\$Env:ChocolateyPackageVersion"
Expand Down

0 comments on commit f04a3fc

Please sign in to comment.