Skip to content

Commit

Permalink
AU: 2 updated - tightvnc wesnoth
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Oct 23, 2019
1 parent d637fbf commit 2385b2e
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 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.23/tightvnc-2.8.23-gpl-setup-32bit.msi>
64-Bit software: <https://www.tightvnc.com/download/2.8.23/tightvnc-2.8.23-gpl-setup-64bit.msi>
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>
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: 918F06AE0B13A9FF8C6FD66C92128DF7AF3920F3AF84089E6393881439BF5303
checksum64: 80E3BD65799ADC410DDBF12D989B1658CCBB8068E189F536E9A22EF7AD425E74
checksum32: E9CB9AA7CFCF2216959184BD3F03447F0685C0B7B0A7352E59A5DB3A7E8C1972
checksum64: 84132A40DA136E61D053BD850D97C74DACF2C47B76DCCAB5C4F52AAEA64A8827

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.23</version>
<version>2.8.27</version>
<title>TightVNC</title>
<owners>chocolatey</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.23-gpl-setup-32bit.msi"
file64 = "$toolsPath\tightvnc-2.8.23-gpl-setup-64bit.msi"
file = "$toolsPath\tightvnc-2.8.27-gpl-setup-32bit.msi"
file64 = "$toolsPath\tightvnc-2.8.27-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
4 changes: 2 additions & 2 deletions automatic/wesnoth/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
$packageArgs = @{
packageName = 'wesnoth'
fileType = 'exe'
url = 'https://sourceforge.net/projects/wesnoth/files/wesnoth/wesnoth-1.15.1/wesnoth-1.15.1-win32.exe/download'
url = 'https://sourceforge.net/projects/wesnoth/files/wesnoth/wesnoth-1.15.2/wesnoth-1.15.2-win32.exe/download'
softwareName = 'Battle for Wesnoth*'
checksum = 'b201177a6501c125e173c473f3061054849f79151b46808a3e6cabd41515ad7b'
checksum = '8739135b58baab23cfd6c86fa92ef64033aecd96377f646961a9db7ab0318626'
checksumType = 'sha256'
silentArgs = '/S'
validExitCodes = @(0)
Expand Down
2 changes: 1 addition & 1 deletion automatic/wesnoth/wesnoth.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"stable": "1.14.9",
"beta": "1.15.1-beta"
"beta": "1.15.2-beta"
}
2 changes: 1 addition & 1 deletion automatic/wesnoth/wesnoth.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>wesnoth</id>
<version>1.15.1-beta</version>
<version>1.15.2-beta</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/wesnoth</packageSourceUrl>
<owners>chocolatey</owners>
<title>The Battle for Wesnoth</title>
Expand Down

0 comments on commit 2385b2e

Please sign in to comment.