diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-11-05 18:52:29 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-11-05 18:52:29 +0700 |
commit | d45f526da4cce7cd552ae75b5dde5f8d94983b22 (patch) | |
tree | b1a60e5e966db3ecd1255d368d02cbb106526401 /network/putty/putty.SlackBuild | |
parent | 07dd65d04811fb3b7dca062845065f0468139675 (diff) |
network/putty: Updated for version 0.78.
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 005c3a921db0..01b75141009e 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.77} +VERSION=${VERSION:-0.78} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |