diff --git a/automatic/brave/brave.json b/automatic/brave/brave.json index 44575eee583..615271623c2 100644 --- a/automatic/brave/brave.json +++ b/automatic/brave/brave.json @@ -1,4 +1,4 @@ { "stable": "1.2.43", - "beta": "1.3.99-beta" + "beta": "1.3.100-beta" } diff --git a/automatic/brave/brave.nuspec b/automatic/brave/brave.nuspec index 1c83c98fe74..84b6c9a63f8 100644 --- a/automatic/brave/brave.nuspec +++ b/automatic/brave/brave.nuspec @@ -2,7 +2,7 @@ brave - 1.3.99-beta + 1.3.100-beta Brave Browser (Beta) LibreOffice Still](https://chocolatey.org/packages/libreoffice-still) +# [ LibreOffice Fresh](https://chocolatey.org/packages/libreoffice-fresh) 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 LibreOffice Still which is the stable version of LibreOffice that has undergone more testing (over a longer time). This version is recommended for more conservative users or for deployments in enterprise or corporate environments. If you want the latest version with the most recent bleeding-edge features, install [libreoffice-fresh](/packages/libreoffice-fresh) instead. -- For business deployments, The Document Foundation (the foundation behind the LibreOffice project) strongly recommends [support from certified partners](https://www.libreoffice.org/get-help/professional-support/) which also offer long-term support versions of LibreOffice. +- 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. diff --git a/automatic/libreoffice-streams/libreoffice-streams.json b/automatic/libreoffice-streams/libreoffice-streams.json index 01d62712c71..1a11370b982 100644 --- a/automatic/libreoffice-streams/libreoffice-streams.json +++ b/automatic/libreoffice-streams/libreoffice-streams.json @@ -1,4 +1,4 @@ { "still": "6.2.8", - "fresh": "6.3.3" + "fresh": "6.3.4" } diff --git a/automatic/libreoffice-streams/libreoffice-streams.nuspec b/automatic/libreoffice-streams/libreoffice-streams.nuspec index 87e4068d2a5..29ab54e850f 100644 --- a/automatic/libreoffice-streams/libreoffice-streams.nuspec +++ b/automatic/libreoffice-streams/libreoffice-streams.nuspec @@ -2,9 +2,9 @@ - libreoffice-still - LibreOffice Still - 6.2.8 + libreoffice-fresh + LibreOffice Fresh + 6.3.4 LibreOffice developers chocolatey 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. @@ -12,8 +12,7 @@ ## Notes -- This package installs LibreOffice Still which is the stable version of LibreOffice that has undergone more testing (over a longer time). This version is recommended for more conservative users or for deployments in enterprise or corporate environments. If you want the latest version with the most recent bleeding-edge features, install [libreoffice-fresh](/packages/libreoffice-fresh) instead. -- For business deployments, The Document Foundation (the foundation behind the LibreOffice project) strongly recommends [support from certified partners](https://www.libreoffice.org/get-help/professional-support/) which also offer long-term support versions of LibreOffice. +- 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. ]]> https://www.libreoffice.org/ diff --git a/automatic/libreoffice-streams/tools/chocolateyInstall.ps1 b/automatic/libreoffice-streams/tools/chocolateyInstall.ps1 index cb5140f6d05..f0180122f75 100644 --- a/automatic/libreoffice-streams/tools/chocolateyInstall.ps1 +++ b/automatic/libreoffice-streams/tools/chocolateyInstall.ps1 @@ -4,13 +4,13 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" . $toolsDir\helpers.ps1 $packageArgs = @{ - packageName = 'libreoffice-still' - version = '6.2.8' + packageName = 'libreoffice-fresh' + version = '6.3.4' fileType = 'msi' - url = 'https://download.documentfoundation.org/libreoffice/stable/6.2.8/win/x86/LibreOffice_6.2.8_Win_x86.msi' - url64bit = 'https://download.documentfoundation.org/libreoffice/stable/6.2.8/win/x86_64/LibreOffice_6.2.8_Win_x64.msi' - checksum = '68c588c255e8837d9d735a908b25c9ab6fb5872a6a72f7ee9f82bd3fdb1294f6' - checksum64 = '4bcbe0048f89544d4e9e77637f8d20bd126d56894531222fddcca840f0522056' + url = 'https://download.documentfoundation.org/libreoffice/stable/6.3.4/win/x86/LibreOffice_6.3.4_Win_x86.msi' + url64bit = 'https://download.documentfoundation.org/libreoffice/stable/6.3.4/win/x86_64/LibreOffice_6.3.4_Win_x64.msi' + checksum = '95b6cb71df651646629266cf1be376fe938a6ecec8d141c61e403e3053047ff5' + checksum64 = '94b2b86b5688685233479d594e5760ce24d5b9a00e33058f4b86dffd08b54574' checksumType = 'sha256' checksumType64 = 'sha256' silentArgs = '/qn /passive /norestart /l*v "{0}"' -f "$($env:TEMP)\$($env:ChocolateyPackageName).$($env:ChocolateyPackageVersion).MsiInstall.log"