Skip to content

Commit

Permalink
AU: 1 updated - tightvnc
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Nov 19, 2020
1 parent 008b6a4 commit 4834849
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions automatic/tightvnc/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@ location on <http://www.tightvnc.com/download.php>
and can be verified by doing the following:

1. Download the following:
32-Bit software: <https://www.tightvnc.com/download/2.8.27/tightvnc-2.8.27-gpl-setup-32bit.msi>
64-Bit software: <https://www.tightvnc.com/download/2.8.27/tightvnc-2.8.27-gpl-setup-64bit.msi>
32-Bit software: <https://www.tightvnc.com/download/2.8.53/tightvnc-2.8.53-gpl-setup-32bit.msi>
64-Bit software: <https://www.tightvnc.com/download/2.8.53/tightvnc-2.8.53-gpl-setup-64bit.msi>
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
checksum32: E9CB9AA7CFCF2216959184BD3F03447F0685C0B7B0A7352E59A5DB3A7E8C1972
checksum64: 84132A40DA136E61D053BD850D97C74DACF2C47B76DCCAB5C4F52AAEA64A8827
checksum32: 537374A00B802FA021B8EAD1C05A70BA7BA56B279404BA5E33CA6511AB39AC95
checksum64: 53D0C5EED0BDB22191B0C7A3BC529489FD799A137CC5D08D7CCD138B98B1E0A6

The file 'LICENSE.txt' has been obtained from <http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt>
Which is linked to from the developers license page.
2 changes: 1 addition & 1 deletion 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/2015/06/nuspec.xsd">
<metadata>
<id>tightvnc</id>
<version>2.8.27</version>
<version>2.8.53</version>
<title>TightVNC</title>
<owners>chocolatey-community</owners>
<authors>GlavSoft LLC, TightVNC Developers</authors>
Expand Down
4 changes: 2 additions & 2 deletions automatic/tightvnc/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ $toolsPath = Split-Path -parent $MyInvocation.MyCommand.Definition
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'msi'
file = "$toolsPath\tightvnc-2.8.27-gpl-setup-32bit.msi"
file64 = "$toolsPath\tightvnc-2.8.27-gpl-setup-64bit.msi"
file = "$toolsPath\tightvnc-2.8.53-gpl-setup-32bit.msi"
file64 = "$toolsPath\tightvnc-2.8.53-gpl-setup-64bit.msi"
softwareName = 'tightvnc*'
silentArgs = "/qn /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
validExitCodes = @(0, 2010, 1641)
Expand Down

0 comments on commit 4834849

Please sign in to comment.