diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-07-24 09:10:37 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-07-24 09:10:37 +0700 |
commit | 8c530b3808e1cd51595d5a34ea7183380548ebf3 (patch) | |
tree | aae9a83d427af0ff375128a41e4fa69f8060830d /network/putty | |
parent | 2709a6c501ad7798a9bd4e229ee082f444c9ddba (diff) | |
download | slackbuilds-8c530b3808e1cd51595d5a34ea7183380548ebf3.tar.gz |
network/putty: Updated for version 0.72.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/putty')
-rw-r--r-- | network/putty/putty.SlackBuild | 2 | ||||
-rw-r--r-- | network/putty/putty.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/network/putty/putty.SlackBuild b/network/putty/putty.SlackBuild index cc8868ac5e..f6176a4b34 100644 --- a/network/putty/putty.SlackBuild +++ b/network/putty/putty.SlackBuild @@ -31,7 +31,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=putty -VERSION=${VERSION:-0.71} +VERSION=${VERSION:-0.72} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/network/putty/putty.info b/network/putty/putty.info index e02eb440a5..96894848ec 100644 --- a/network/putty/putty.info +++ b/network/putty/putty.info @@ -1,8 +1,8 @@ PRGNAM="putty" -VERSION="0.71" +VERSION="0.72" HOMEPAGE="https://www.chiark.greenend.org.uk/~sgtatham/putty/" -DOWNLOAD="https://the.earth.li/~sgtatham/putty/latest/putty-0.71.tar.gz" -MD5SUM="1a32daf7c2acfac09479120140189d98" +DOWNLOAD="https://the.earth.li/~sgtatham/putty/latest/putty-0.72.tar.gz" +MD5SUM="e18a2a700f1304265bc028a0703653c8" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="%README%" |