network/putty: Updated for version 0.64.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Willy Sudiarto Raharjo 2015-03-01 02:09:48 +07:00
parent 692dc73c01
commit 9d14beda81
2 changed files with 5 additions and 5 deletions

View file

@ -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}

View file

@ -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%"