Skip to content

Commit

Permalink
AU: 4 updated - gnucash libreoffice-still Opera palemoon
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Mar 22, 2018
1 parent 20a09ca commit e401f89
Show file tree
Hide file tree
Showing 12 changed files with 30 additions and 30 deletions.
2 changes: 1 addition & 1 deletion automatic/gnucash/gnucash.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>gnucash</id>
<version>2.6.18</version>
<version>2.6.19</version>
<packageSourceUrl>https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/automatic/gnucash</packageSourceUrl>
<owners>chocolatey</owners>
<title>GnuCash</title>
Expand Down
6 changes: 3 additions & 3 deletions automatic/gnucash/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@ Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.

The embedded software have been downloaded from the listed download
location on <https://github.com/Gnucash/gnucash/releases/latest>
location on <https://sourceforge.net/projects/gnucash/files/gnucash%20%28stable%29/>
and can be verified by doing the following:

1. Download the following <https://github.com/Gnucash/gnucash/releases/download/2.7.1/gnucash-2.7.1-setup.exe>
1. Download the following <https://sourceforge.net/projects/gnucash/files/gnucash%20%28stable%29/2.6.19/gnucash-2.6.19-setup.exe/download>
2. Get the checksum using one of the following methods:
- Using powershell function 'Get-FileHash'
- Use chocolatey utility 'checksum.exe'
3. The checksums should match the following:

checksum type: sha256
checksum: 6C1DEEE52ED2C491D61311B122954188D696EF25E1DC3DECAB6691F9F9C64B3F
checksum: 1FA83D9578E8C62BD7DCEF3B953E0E7610BF03BED9C1A037A72A6EEE1AC79E37

The file 'LICENSE.txt' has been obtained from <https://github.com/Gnucash/gnucash/blob/a4bb22b23cdeea2c043b533b9a5b70afdc0728c3/LICENSE>
2 changes: 1 addition & 1 deletion automatic/gnucash/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ $toolsPath = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
file = "$toolsPath\gnucash-2.7.1-setup.exe"
file = "$toolsPath\gnucash-2.6.19-setup.exe"

softwareName = 'GnuCash*'

Expand Down
4 changes: 2 additions & 2 deletions automatic/gnucash/tools/chocolateyUninstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ $uninstalled = $false
[array]$key = Get-UninstallRegistryKey @packageArgs

if ($key.Count -eq 1) {
$key | % {
$key | ForEach-Object {
$packageArgs['file'] = "$($_.UninstallString)"

Uninstall-ChocolateyPackage @packageArgs
Expand All @@ -24,5 +24,5 @@ if ($key.Count -eq 1) {
Write-Warning "$($key.Count) matches found!"
Write-Warning "To prevent accidental data loss, no programs will be uninstalled."
Write-Warning "Please alert the package maintainer that the following keys were matched:"
$key | % { Write-Warning "- $($_.DisplayName)" }
$key | ForEach-Object { Write-Warning "- $($_.DisplayName)" }
}
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 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, Macintosh 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.
- 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.
- 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.5",
"still": "5.4.6",
"fresh": "6.0.2"
}
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-fresh</id>
<title>LibreOffice Fresh</title>
<version>6.0.2</version>
<id>libreoffice-still</id>
<title>LibreOffice Still</title>
<version>5.4.6</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
- 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.
- 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.
- 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.0.2/win/x86/LibreOffice_6.0.2_Win_x86.msi'
url64bit = 'https://download.documentfoundation.org/libreoffice/stable/6.0.2/win/x86_64/LibreOffice_6.0.2_Win_x64.msi'
checksum = '8e197eda7e22f3d766caa82d7c1738a9ab8d398481e43faa8ae001f3c466ef5c'
checksum64 = '14c91fd4251648637f5bf1ad62c34f271d400eadc7cd989753d43b7e40fe27c2'
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'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = '/passive /norestart'
Expand Down
4 changes: 2 additions & 2 deletions automatic/opera/opera.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>Opera</id>
<version>51.0.2830.55</version>
<version>52.0.2871.30</version>
<title>Opera</title>
<owners>chocolatey</owners>
<authors>Opera</authors>
Expand All @@ -16,7 +16,7 @@ The Opera web browser makes the Web fast and fun, giving you a better web browse
]]></description>
<summary>The Opera web browser makes the Web fast and fun, giving you a better web browser experience on any computer.</summary>
<releaseNotes>https://blogs.opera.com/desktop/changelog-for-51/#b2830.55</releaseNotes>
<releaseNotes>https://blogs.opera.com/desktop/changelog-for-52/#b2871.30</releaseNotes>
<tags>browser opera cross-platform internet admin</tags>
<packageSourceUrl>https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/automatic/opera</packageSourceUrl>
</metadata>
Expand Down
10 changes: 5 additions & 5 deletions automatic/opera/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@ $toolsPath = (Split-Path -Parent $MyInvocation.MyCommand.Definition)
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
url = 'https://get.geo.opera.com/pub/opera/desktop/51.0.2830.55/win/Opera_51.0.2830.55_Setup.exe'
url64 = 'https://get.geo.opera.com/pub/opera/desktop/51.0.2830.55/win/Opera_51.0.2830.55_Setup_x64.exe'
checksum = '2223f921deae93c9b8b19841630c230d54d98a56b9648d55b212a70652d1a5e4'
checksum64 = 'a3bff2ea5719ec3396431b286894f42638c200adabaa54f8aa31dfef45ae7ac1'
url = 'https://get.geo.opera.com/pub/opera/desktop/52.0.2871.30/win/Opera_52.0.2871.30_Setup.exe'
url64 = 'https://get.geo.opera.com/pub/opera/desktop/52.0.2871.30/win/Opera_52.0.2871.30_Setup_x64.exe'
checksum = '8c9e9c76d664e46806a76c4971022fbc70fb7d750c0ffe1d9885a85a55d1b898'
checksum64 = 'b5eb218a05bfe45d3d2fda34f56dd81a75a89bdb35abbce5a141be5d18cd350e'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = '/install /silent /launchopera 0 /setdefaultbrowser 0'
validExitCodes = @(0)
}

$version = '51.0.2830.55'
$version = '52.0.2871.30'
if (!$Env:ChocolateyForce -and (IsVersionAlreadyInstalled $version)) {
Write-Output "Opera $version is already installed. Skipping download and installation."
} else {
Expand Down
2 changes: 1 addition & 1 deletion automatic/palemoon/palemoon.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>palemoon</id>
<title>Pale Moon browser</title>
<version>27.8.1</version>
<version>27.8.2</version>
<authors>Moonchild Productions</authors>
<owners>Redsandro,chocolatey</owners>
<summary>A Firefox-based web browser optimized for modern hardware.</summary>
Expand Down
8 changes: 4 additions & 4 deletions automatic/palemoon/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
$packageArgs = @{
packageName = 'palemoon'
fileType = 'exe'
url = 'http://rm-eu.palemoon.org/release/palemoon-27.8.1.win32.installer.exe'
url64 = 'http://rm-eu.palemoon.org/release/palemoon-27.8.1.win64.installer.exe'
url = 'http://rm-eu.palemoon.org/release/palemoon-27.8.2.win32.installer.exe'
url64 = 'http://rm-eu.palemoon.org/release/palemoon-27.8.2.win64.installer.exe'

softwareName = 'Pale Moon*'

checksum = 'de079b2dab585ff28fa83e0b155944f76e1f2aea4b310c753a353d6d4421e413'
checksum = 'f711c81512f777fdd63de0044d1a62519e251b7d31fa0a2b69155fd6e46353a6'
checksumType = 'sha256'
checksum64 = '70e95efffaf75ee671e3290dae97288ac3f71dae220b13b2984f7920533b25f9'
checksum64 = 'cb0ba41db44e20f8abd93c966340e362609fba694b52ae633d077d05128adec9'
checksumType64= 'sha256'

silentArgs = "/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-"
Expand Down

0 comments on commit e401f89

Please sign in to comment.