Skip to content

Commit

Permalink
AU: 1 updated - putty.install
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Apr 29, 2017
1 parent 81560f2 commit fb7a43e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions automatic/putty.install/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ and can be verified like this:


1. Download the following installers:
32-Bit: <https://the.earth.li/~sgtatham/putty/latest/w32/putty-0.68-installer.msi>
64-Bit: <https://the.earth.li/~sgtatham/putty/latest/w64/putty-64bit-0.68-installer.msi>
32-Bit: <https://the.earth.li/~sgtatham/putty/latest/w32/putty-0.69-installer.msi>
64-Bit: <https://the.earth.li/~sgtatham/putty/latest/w64/putty-64bit-0.69-installer.msi>
2. You can use one of the following methods to obtain the checksum
- Use powershell function 'Get-Filehash'
- Use chocolatey utility 'checksum.exe'

checksum type: sha256
checksum32: 3979670A28D93780D330D1361C0062C543B7E77C7DD96DCAB61C65F9D163843B
checksum64: ED33504AF4B91244E7B6026CF90D45E9C2D3BDC6F1656163B0B41D1DAE19BC41
checksum32: 47BA6589FBFF301D36F863C7C3224A1EBD0373E66BF34C0A1B4A19F8F43492D3
checksum64: A80950786FEDE183668486FB4549D52055DF4B584428FD814F2736C164780411

File 'LICENSE.txt' is obtained from <http://www.chiark.greenend.org.uk/~sgtatham/putty/licence.html>
2 changes: 1 addition & 1 deletion automatic/putty.install/putty.install.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>putty.install</id>
<version>0.68.0.20170412</version>
<version>0.69</version>
<title>PuTTY (Install)</title>
<authors>Simon Tatham</authors>
<owners>chocolatey, Rob Reynolds</owners>
Expand Down
4 changes: 2 additions & 2 deletions automatic/putty.install/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ $packageArgs = @{
PackageName = "putty.install"
FileType = "msi"
SoftwareName = "PuTTY"
File = "$toolsPath\putty-0.68-installer.msi"
File64 = "$toolsPath\putty-64bit-0.68-installer.msi"
File = "$toolsPath\putty-0.69-installer.msi"
File64 = "$toolsPath\putty-64bit-0.69-installer.msi"
SilentArgs = "/quiet"
ValidExitCodes = @(0)
}
Expand Down

0 comments on commit fb7a43e

Please sign in to comment.