Skip to content

Commit

Permalink
AU: 2 updated - libreoffice-still vim
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Oct 18, 2019
1 parent ae3d7c6 commit 559827d
Show file tree
Hide file tree
Showing 8 changed files with 28 additions and 26 deletions.
5 changes: 3 additions & 2 deletions automatic/libreoffice-streams/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# [<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)
# [<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)

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 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.
- 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.
- Older versions of this package are likely broken because the LibreOffice team removes the download links for older versions after each update.
6 changes: 3 additions & 3 deletions 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.2.5"
{
"still": "6.2.7",
"fresh": "6.3.2"
}
9 changes: 5 additions & 4 deletions automatic/libreoffice-streams/libreoffice-streams.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,18 @@
<!-- 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-fresh</id>
<title>LibreOffice Fresh</title>
<version>0.0</version>
<id>libreoffice-still</id>
<title>LibreOffice Still</title>
<version>6.1.1</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, macOS and Linux, that gives you six feature-rich applications for all your document production and data processing needs.
## Notes
- 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.
- 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.
- 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
16 changes: 8 additions & 8 deletions automatic/libreoffice-streams/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
. $toolsDir\helpers.ps1

$packageArgs = @{
packageName = 'libreoffice'
version = ''
fileType = ''
url = ''
url64bit = ''
checksum = ''
checksum64 = ''
packageName = 'libreoffice-still'
version = '6.1.1'
fileType = 'msi'
url = 'https://downloadarchive.documentfoundation.org/libreoffice/old/6.1.1.2/win/x86/LibreOffice_6.1.1.2_Win_x86.msi'
url64bit = 'https://downloadarchive.documentfoundation.org/libreoffice/old/6.1.1.2/win/x86_64/LibreOffice_6.1.1.2_Win_x64.msi'
checksum = 'a35240ae3e7d7310d943389cab0acebf4cb91b20f4ac9cf3ce9342cea7a1144b'
checksum64 = '05b7cd7d55dc5feb2f5da401c3676f0c091ad7db820424cca2aff77f8a300cb5'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = ""
silentArgs = '/qn /passive /norestart /l*v "{0}"' -f "$($env:TEMP)\$($env:ChocolateyPackageName).$($env:ChocolateyPackageVersion).MsiInstall.log"
validExitCodes = @(0,3010)
softwareName = 'LibreOffice*'
}
Expand Down
4 changes: 2 additions & 2 deletions automatic/libreoffice-streams/tools/helpers.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Send a generic request to the LibreOffice update service
# Send a generic request to the LibreOffice update service
function GetLatestVersionFromLibOUpdateChecker($userAgent) {
$url = "https://update.libreoffice.org/check.php"
$request = [System.Net.WebRequest]::Create($url)
Expand Down Expand Up @@ -41,7 +41,7 @@ function GetAllBuildsFromMirrorBrainUrl($url) {
# ? outputs all items that conform with condition (here: TryParse returning
# a boolean). As if it was "foreach { if (...) {return ... } }"
# The returned values are still a string that must be parsed to a Version object.
return @($linksArray | % href | % {$_ -Split '/' } | ? { [version]::TryParse($_, [ref]($__)) })
return @($linksArray | ForEach-Object href | ForEach-Object {$_ -Split '/' } | Where-Object { [version]::TryParse($_, [ref]($__)) })
}

function GetBuildHashFromMirrorBrainUrl($url) {
Expand Down
8 changes: 4 additions & 4 deletions automatic/vim/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ in verifying that this package's contents are trustworthy.
The embedded software have been downloaded from GitHub and can be verified like this:

1. Download the following zips:
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.1.2168/gvim_8.1.2168_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.1.2168/gvim_8.1.2168_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.1.2171/gvim_8.1.2171_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.1.2171/gvim_8.1.2171_x64.zip>
2. You can use one of the following methods to obtain the SHA256 checksum:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'

checksum32: 2C9298A53CFBAB58BB2D0593B12444AD7CB9803A611054281D727869C3ABE9EC
checksum64: F1077536523EDB45DE16D405C7EF94AF02CBA374652AAF72411ECEBAB8F819EF
checksum32: BE017487090527FAF20B7F8789435C2E4888351506C3AE43DDFEB79C984B143E
checksum64: 2DCDAF544A7A3A033E4BF46131D4D1FD08F6904F6C8CD45577FD9D6B04184BB4
4 changes: 2 additions & 2 deletions automatic/vim/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ $installDir = Get-InstallDir
$packageArgs = @{
packageName = $env:ChocolateyPackageName
unzipLocation = $installDir
file = "$toolsDir\gvim_8.1.2168_x86.zip"
file64 = "$toolsDir\gvim_8.1.2168_x64.zip"
file = "$toolsDir\gvim_8.1.2171_x86.zip"
file64 = "$toolsDir\gvim_8.1.2171_x64.zip"
}

$installArgs = @{
Expand Down
2 changes: 1 addition & 1 deletion automatic/vim/vim.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>vim</id>
<title>Vim</title>
<version>8.1.2168</version>
<version>8.1.2171</version>
<authors>Bram Moolenaar, Vim Community</authors>
<owners>chocolatey, Rob Reynolds, matsuhav</owners>
<summary>Vim is an advanced text editor that seeks to provide the power of the de-facto Unix editor 'Vi', with a more complete feature set. It's useful whether you're already using vi or using a different editor.</summary>
Expand Down

0 comments on commit 559827d

Please sign in to comment.