From 2019e5e9b487254c86e2810328d9e02dd9b8724f Mon Sep 17 00:00:00 2001 From: mobinmob Date: Sat, 7 Aug 2021 22:09:09 +0300 Subject: [PATCH] putty: update to 0.76. Also: - add changelog. --- srcpkgs/putty/template | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/srcpkgs/putty/template b/srcpkgs/putty/template index e4efe58debd..cf385472c43 100644 --- a/srcpkgs/putty/template +++ b/srcpkgs/putty/template @@ -1,6 +1,6 @@ # Template file for 'putty' pkgname=putty -version=0.75 +version=0.76 revision=1 build_style=gnu-configure hostmakedepends="pkg-config" @@ -9,8 +9,9 @@ short_desc="Free Telnet/SSH Client" maintainer="Orphaned " license="MIT" homepage="http://www.chiark.greenend.org.uk/~sgtatham/putty/" +changelog="https://www.chiark.greenend.org.uk/~sgtatham/putty/changes.html" distfiles="http://the.earth.li/~sgtatham/putty/latest/putty-${version}.tar.gz" -checksum=d3173b037eddbe9349abe978101277b4ba9f9959e25dedd44f87e7b85cc8f9f5 +checksum=547cd97a8daa87ef71037fab0773bceb54a8abccb2f825a49ef8eba5e045713f CFLAGS="-Wno-error"