diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-10-05 07:01:00 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-10-05 07:01:00 +0700 |
commit | 1ac9f21f4e41aed935ba8100d2f5c8b6a7f8b488 (patch) | |
tree | ec7059085af545b544b432a70df3968c073622d2 /network/putty | |
parent | 4d4ce005332246e3d7d61a609319c31951c8c124 (diff) | |
download | slackbuilds-1ac9f21f4e41aed935ba8100d2f5c8b6a7f8b488.tar.gz |
network/putty: Updated for version 0.73.
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 f6176a4b34..b315827692 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.72} +VERSION=${VERSION:-0.73} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/network/putty/putty.info b/network/putty/putty.info index 96894848ec..e75f21be83 100644 --- a/network/putty/putty.info +++ b/network/putty/putty.info @@ -1,8 +1,8 @@ PRGNAM="putty" -VERSION="0.72" +VERSION="0.73" HOMEPAGE="https://www.chiark.greenend.org.uk/~sgtatham/putty/" -DOWNLOAD="https://the.earth.li/~sgtatham/putty/latest/putty-0.72.tar.gz" -MD5SUM="e18a2a700f1304265bc028a0703653c8" +DOWNLOAD="https://the.earth.li/~sgtatham/putty/latest/putty-0.73.tar.gz" +MD5SUM="d4a1797763e11e6a77115d0d0368b566" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="%README%" |