Skip to content

Commit

Permalink
AU: 3 updated - putty putty.install putty.portable
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Jul 17, 2021
1 parent a3baeae commit 03e92df
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions automatic/putty.install/legal/VERIFICATION.txt
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/wa64/putty-arm64-0.75-installer.msi>
64-Bit: <https://the.earth.li/~sgtatham/putty/latest/w64/putty-64bit-0.75-installer.msi>
32-Bit: <https://the.earth.li/~sgtatham/putty/latest/wa64/putty-arm64-0.76-installer.msi>
64-Bit: <https://the.earth.li/~sgtatham/putty/latest/w64/putty-64bit-0.76-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: 77AE2C25D70D42F07064B764EB085492E52CE363C1B29C1C151A018CF82652F4
checksum64: 6E4D8550C75ABBB110BD3CD2F25B22D030A27A377A31B48CD619B623E61CCC8C
checksum32: 72F6164B1685CF4FFF98ACCDE23DC1A4E08D5F65888711D8128265D0EFEB7428
checksum64: 129DF585291D28EC179BC715A3F8EC34C5ED5D66FD051A6A4B9DC9C537CB3AEE

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
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>putty.install</id>
<version>0.75</version>
<version>0.76</version>
<title>PuTTY (Install)</title>
<authors>Simon Tatham</authors>
<owners>chocolatey-community, Rob Reynolds</owners>
Expand Down
4 changes: 2 additions & 2 deletions automatic/putty.install/tools/chocolateyInstall.ps1
Expand Up @@ -6,8 +6,8 @@ $packageArgs = @{
PackageName = "putty.install"
FileType = "msi"
SoftwareName = "PuTTY"
File = "$toolsPath\putty-arm64-0.75-installer.msi"
File64 = "$toolsPath\putty-64bit-0.75-installer.msi"
File = "$toolsPath\putty-arm64-0.76-installer.msi"
File64 = "$toolsPath\putty-64bit-0.76-installer.msi"
SilentArgs = '/qn /norestart /l*v "{0}\install.log"' -f "$Env:TEMP\chocolatey\$Env:ChocolateyPackageName\$Env:ChocolateyPackageVersion"
ValidExitCodes = @(0)
}
Expand Down
4 changes: 2 additions & 2 deletions automatic/putty.portable/legal/VERIFICATION.txt
Expand Up @@ -13,7 +13,7 @@ and can be verified like this:
- Use chocolatey utility 'checksum.exe'

checksum type: sha256
checksum32: AF0CDA7C2E7149D7C9DB240D2A07AE539C45117558AE6260054603AF3B911558
checksum64: CEBCFE08E1D9177E07E692960DD138ADB5452B14126CA12634049D1E92767B65
checksum32: 4A968E73416F026540A7BC66DCA035DD45E89EBB2B5E643CC3298D743486F139
checksum64: 48F28AA050A1B5EBE37C88D7FCF97401F931321775A3A95D983AEE7097D2766D

File 'LICENSE.txt' is obtained from <http://www.chiark.greenend.org.uk/~sgtatham/putty/licence.html>
2 changes: 1 addition & 1 deletion automatic/putty.portable/putty.portable.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>putty.portable</id>
<version>0.75</version>
<version>0.76</version>
<title>PuTTY (Portable)</title>
<authors>Simon Tatham</authors>
<owners>chocolatey-community, Rob Reynolds</owners>
Expand Down
4 changes: 2 additions & 2 deletions automatic/putty/putty.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>putty</id>
<version>0.75</version>
<version>0.76</version>
<title>PuTTY</title>
<authors>Simon Tatham</authors>
<owners>chocolatey-community, Rob Reynolds</owners>
Expand Down Expand Up @@ -50,7 +50,7 @@
<summary>PuTTY is a free implementation of Telnet and SSH for Windows and Unix platforms, along with an xterm terminal emulator.</summary>
<tags>putty telnet ssh foss cross-platform</tags>
<dependencies>
<dependency id="putty.portable" version="[0.75]" />
<dependency id="putty.portable" version="[0.76]" />
</dependencies>
</metadata>
<files>
Expand Down

0 comments on commit 03e92df

Please sign in to comment.