diff options
author | Thamatip Chitpong <thamatip.chitpong@reactos.org> | 2024-01-09 00:48:47 +0700 |
---|---|---|
committer | Mark Jansen <mark.jansen@reactos.org> | 2024-01-08 18:53:11 +0100 |
commit | 02a3cd66c6d069ee4c11683cf8a6cba050940e26 (patch) | |
tree | d7d653c11ccd16ae5b91db78c7592737e09a1ecd | |
parent | ba6bef4af8d4be6a97a3629b3b31ab37a7fd455c (diff) | |
download | rapps-db-02a3cd66c6d069ee4c11683cf8a6cba050940e26.zip |
[RAPPS-DB] Update PuTTY to 0.80
Also add x64 section.
-rw-r--r-- | putty.txt | 14 |
1 files changed, 10 insertions, 4 deletions
@@ -1,13 +1,19 @@ [Section] Name = PuTTY -Version = 0.70 +Version = 0.80 License = MIT Description = A free SSH, Telnet, rlogin, and raw TCP client. Category = 5 URLSite = http://www.chiark.greenend.org.uk/~sgtatham/putty/ -URLDownload = https://the.earth.li/~sgtatham/putty/0.70/w32/putty-0.70-installer.msi -SHA1 = 2031fc9b6a972f5c3f3e506987143dfc1f7214e0 -SizeBytes = 2942464 +URLDownload = https://the.earth.li/~sgtatham/putty/0.80/w32/putty-0.80-installer.msi +SHA1 = 84b295c34fb91f073331795f9db69c6465ded064 +SizeBytes = 3419136 + +[Section.amd64] +Version = 0.80 +URLDownload = https://the.earth.li/~sgtatham/putty/0.80/w64/putty-64bit-0.80-installer.msi +SHA1 = 9da4e411e0ca62fc452cb91a3b33c7c1621f746d +SizeBytes = 3709440 [Section.0a] Description = Un cliente SSH, Telnet, rlogin y TCP libre y gratuito. |