From 6131b31fbdd0575b9ac543d7e106ea1a64f9a62a Mon Sep 17 00:00:00 2001 From: Giulio Benetti Date: Tue, 30 Dec 2025 23:20:30 +0100 Subject: [PATCH] package/putty: bump to version 0.83 Release notes: https://www.chiark.greenend.org.uk/~sgtatham/putty/changes.html This commit updates the LICENSE file hash, after a year update. Signed-off-by: Giulio Benetti [Julien: add commit log comment about LICENSE file hash update] Signed-off-by: Julien Olivain --- package/putty/putty.hash | 10 +++++----- package/putty/putty.mk | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package/putty/putty.hash b/package/putty/putty.hash index 30b749c47b..33a9666bc2 100644 --- a/package/putty/putty.hash +++ b/package/putty/putty.hash @@ -1,7 +1,7 @@ -# Hashes from: http://the.earth.li/~sgtatham/putty/0.80/{sha1,sha256,sha512}sums -sha1 8c88d871855d3730a0473bb1cb1006654e73b680 putty-0.81.tar.gz -sha256 cb8b00a94f453494e345a3df281d7a3ed26bb0dd7e36264f145206f8857639fe putty-0.81.tar.gz -sha512 d86f2fd0e126b18275d58cf64334b3b27c450899a1c2be2502de9faa2ef58f7fc8efc5d45f25c8395623f1e21917aa02407343bb2fee44c4c00b9f81267d5ecd putty-0.81.tar.gz +# Hashes from: http://the.earth.li/~sgtatham/putty/0.83/{sha1,sha256,sha512}sums +sha1 f9fd9ab5e3849bf8c22b218cdb7697dcdd1d8c9e putty-0.83.tar.gz +sha256 718777c13d63d0dff91fe03162bc2a05b4dfc8b0827634cd60b51cefdff631c6 putty-0.83.tar.gz +sha512 4781616b7e9c5a779a54e6a8486513e0aa947d4a36e9dbfd4ffc0d32981a5ad4868cddbde0363467236ed67c43f990408a9326d10354954be716a270d587c0a6 putty-0.83.tar.gz # Locally calculated -sha256 e0410341c5e45f7479c28d79298edbf615589cdfc115b2d69683d4ccd0425ce0 LICENCE +sha256 c18aac5045fd30bff639b07884be44cb8c68eef16efe8c5e18deda1f58cacdfb LICENCE diff --git a/package/putty/putty.mk b/package/putty/putty.mk index ec65991f41..9071fea208 100644 --- a/package/putty/putty.mk +++ b/package/putty/putty.mk @@ -4,7 +4,7 @@ # ################################################################################ -PUTTY_VERSION = 0.81 +PUTTY_VERSION = 0.83 PUTTY_SITE = http://the.earth.li/~sgtatham/putty/$(PUTTY_VERSION) PUTTY_LICENSE = MIT PUTTY_LICENSE_FILES = LICENCE