diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-04-29 23:16:53 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-04-29 23:16:53 +0700 |
commit | f3397c4a9b4095f553cdb1cad8c1e23ddb6bd0c0 (patch) | |
tree | d5ec5dadf22b9065e861e4965b2f048ec73a7da9 /network/putty | |
parent | bbc90ab14f2ad861078a1fe332bf41d5b6f679ae (diff) | |
download | slackbuilds-f3397c4a9b4095f553cdb1cad8c1e23ddb6bd0c0.tar.gz |
network/putty: Updated for version 0.69.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/putty')
-rw-r--r-- | network/putty/README | 4 | ||||
-rw-r--r-- | network/putty/putty.SlackBuild | 2 | ||||
-rw-r--r-- | network/putty/putty.info | 6 |
3 files changed, 6 insertions, 6 deletions
diff --git a/network/putty/README b/network/putty/README index 873b57ce15..3819710853 100644 --- a/network/putty/README +++ b/network/putty/README @@ -3,5 +3,5 @@ platforms, along with an xterm terminal emulator. It is written and maintained primarily by Simon Tatham. PLEASE NOTE: The PuTTY package conflicts with pssh in Slackware. If -you install PuTTY, you'll overwrite the /usr/bin/pscp and /usr/bin/pssh -binary. After removing PuTTY, you will have to reinstall pssh (n series) again. +you install PuTTY, you'll overwrite the /usr/bin/pscp binary. +After removing PuTTY, you will have to reinstall pssh (n series) again. diff --git a/network/putty/putty.SlackBuild b/network/putty/putty.SlackBuild index cd9b8e34f3..86bfb2a95c 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.68} +VERSION=${VERSION:-0.69} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/network/putty/putty.info b/network/putty/putty.info index 4428a4ff81..9552f1bb8b 100644 --- a/network/putty/putty.info +++ b/network/putty/putty.info @@ -1,8 +1,8 @@ PRGNAM="putty" -VERSION="0.68" +VERSION="0.69" HOMEPAGE="http://www.chiark.greenend.org.uk/~sgtatham/putty/" -DOWNLOAD="https://the.earth.li/~sgtatham/putty/latest/putty-0.68.tar.gz" -MD5SUM="1d933c04e256a669af5a3b85c090909a" +DOWNLOAD="https://the.earth.li/~sgtatham/putty/latest/putty-0.69.tar.gz" +MD5SUM="75fde9a3b3694e669d21a19b60fc9166" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="%README%" |