diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-03-01 02:09:48 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-03-01 02:09:48 +0700 |
commit | 9d14beda811fd16c6831c7da99d16eb5551306e9 (patch) | |
tree | 8f5a034817361d8c3b5fd72243f6c3e8d1b9deac /network/putty | |
parent | 692dc73c0155110d78664651766f9e4a74cfd21d (diff) |
network/putty: Updated for version 0.64.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/putty')
-rw-r--r-- | network/putty/putty.SlackBuild | 4 | ||||
-rw-r--r-- | network/putty/putty.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/network/putty/putty.SlackBuild b/network/putty/putty.SlackBuild index dd2ac44758dc..b18aaab6d585 100644 --- a/network/putty/putty.SlackBuild +++ b/network/putty/putty.SlackBuild @@ -14,7 +14,7 @@ # from version 0.63 PRGNAM=putty -VERSION=${VERSION:-0.63} +VERSION=${VERSION:-0.64} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -64,7 +64,7 @@ find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ -o -perm 511 \) -exec chmod 755 {} \; -o \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ - -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; + -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; # Create $PKG tree. mkdir -p $PKG/usr/{bin,man/man1,doc/$PRGNAM-$VERSION/html,share/applications,share/pixmaps} diff --git a/network/putty/putty.info b/network/putty/putty.info index 1a6b549016fe..ec1c3b4d2ea1 100644 --- a/network/putty/putty.info +++ b/network/putty/putty.info @@ -1,8 +1,8 @@ PRGNAM="putty" -VERSION="0.63" +VERSION="0.64" HOMEPAGE="http://www.chiark.greenend.org.uk/~sgtatham/putty/" -DOWNLOAD="ftp://ftp.chiark.greenend.org.uk/users/sgtatham/putty-0.63/putty-0.63.tar.gz" -MD5SUM="567207b590a149656454d6e6ea7af124" +DOWNLOAD="ftp://ftp.chiark.greenend.org.uk/users/sgtatham/putty-0.64/putty-0.64.tar.gz" +MD5SUM="75ff711e8b7cc9e0073bc511e1c1c14a" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="%README%" |