Skip to content

Commit

Permalink
AU: 2 updated - libreoffice tightvnc
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Apr 6, 2017
1 parent 77680e5 commit af411d6
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion automatic/libreoffice/libreoffice.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>libreoffice</id>
<title>LibreOffice Fresh</title>
<version>5.3.1</version>
<version>5.3.2</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 Down
8 changes: 4 additions & 4 deletions automatic/libreoffice/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.3.1/win/x86/LibreOffice_5.3.1_Win_x86.msi'
url64bit = 'https://download.documentfoundation.org/libreoffice/stable/5.3.1/win/x86_64/LibreOffice_5.3.1_Win_x64.msi'
checksum = 'e258d4b3d5cf6cdc39b3c046d49dc541b4792eecf2d5ec3ef571115beaf73259'
checksum64 = '1aef6b87956cdb1450ccdaa06b4a363a68a7a3088542eebb003b3e90223aef6c'
url = 'https://download.documentfoundation.org/libreoffice/stable/5.3.2/win/x86/LibreOffice_5.3.2_Win_x86.msi'
url64bit = 'https://download.documentfoundation.org/libreoffice/stable/5.3.2/win/x86_64/LibreOffice_5.3.2_Win_x64.msi'
checksum = '14644404bce6dcdb4ee8164884e17bc187041aadfc1531971416b9c1c05aa350'
checksum64 = 'bc361f37185cfa3c3090e7c500f04b001595f74a0f88e4bd159e804a5c2ed706'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = '/passive /norestart'
Expand Down
4 changes: 2 additions & 2 deletions automatic/tightvnc/tightvnc.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>tightvnc</id>
<version>2.8.5</version>
<version>2.8.8</version>
<title>TightVNC</title>
<owners>chocolatey</owners>
<authors>TightVNC Developers</authors>
Expand Down Expand Up @@ -31,7 +31,7 @@ With TightVNC, you can:
<copyright />
<tags>remote control vnc foss cros-platform admin</tags>
<packageSourceUrl>https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/automatic/tightvnc</packageSourceUrl>
<projectSourceUrl>http://www.tightvnc.com/download/2.8.5/tightvnc-2.8.5-src-gpl.zip</projectSourceUrl>
<projectSourceUrl>http://www.tightvnc.com/download/2.8.8/tightvnc-2.8.8-src-gpl.zip</projectSourceUrl>
<docsUrl>http://www.tightvnc.com/docs.php</docsUrl>
</metadata>
<files>
Expand Down
10 changes: 5 additions & 5 deletions automatic/tightvnc/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
$ErrorActionPreference = 'Stop'
$ErrorActionPreference = 'Stop'

$toolsPath = Split-Path $MyInvocation.MyCommand.Definition

$packageArgs = @{
packageName = 'tightvnc'
fileType = 'msi'
url = 'http://www.tightvnc.com/download/2.8.5/tightvnc-2.8.5-gpl-setup-32bit.msi'
url64bit = 'http://www.tightvnc.com/download/2.8.5/tightvnc-2.8.5-gpl-setup-64bit.msi'
checksum = '4504cc34153e52bb1f8bcebd864e951a38fd290aec71a54f6031b2fcf1cd1fcf'
checksum64 = '2029b35d044590fe27f857032b26210d8139246fbd430b352a3644c3e5d99011'
url = 'http://www.tightvnc.com/download/2.8.8/tightvnc-2.8.8-gpl-setup-32bit.msi'
url64bit = 'http://www.tightvnc.com/download/2.8.8/tightvnc-2.8.8-gpl-setup-64bit.msi'
checksum = '1e2088ec30823ada6ca27225424209a24d796301c4e57a32db2dcb6161aa1ddd'
checksum64 = '47bc1e8cce620e996da4b67aa886ae9ea854ec13e94d05928b6bf4af8ce17ef1'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = '/quiet /norestart'
Expand Down

0 comments on commit af411d6

Please sign in to comment.