diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-08-27 08:54:34 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-08-27 08:54:34 +0700 |
commit | c096951aec2f6c7b133e398d78b49d328cbe2db2 (patch) | |
tree | fb06501dba6b1f0609232ea620c4c4710457185e /network/putty/putty.SlackBuild | |
parent | 3e2b35f9861a37e3c29084ab31be743d6bb7fa64 (diff) |
network/putty: Updated for version 0.79.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/putty/putty.SlackBuild')
-rw-r--r-- | network/putty/putty.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/network/putty/putty.SlackBuild b/network/putty/putty.SlackBuild index 01b75141009e..0d9472217749 100644 --- a/network/putty/putty.SlackBuild +++ b/network/putty/putty.SlackBuild @@ -33,7 +33,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=putty -VERSION=${VERSION:-0.78} +VERSION=${VERSION:-0.79} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |