summaryrefslogtreecommitdiffstats
path: root/network/putty/putty.SlackBuild
diff options
context:
space:
mode:
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
commit9d14beda811fd16c6831c7da99d16eb5551306e9 (patch)
tree8f5a034817361d8c3b5fd72243f6c3e8d1b9deac /network/putty/putty.SlackBuild
parent692dc73c0155110d78664651766f9e4a74cfd21d (diff)
downloadslackbuilds-9d14beda811fd16c6831c7da99d16eb5551306e9.tar.gz
slackbuilds-9d14beda811fd16c6831c7da99d16eb5551306e9.tar.xz
network/putty: Updated for version 0.64.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to '')
-rw-r--r--network/putty/putty.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/network/putty/putty.SlackBuild b/network/putty/putty.SlackBuild
index dd2ac44758..b18aaab6d5 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}