mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
network/putty: Updated for version 0.64.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
692dc73c01
commit
9d14beda81
2 changed files with 5 additions and 5 deletions
|
@ -14,7 +14,7 @@
|
||||||
# from version 0.63
|
# from version 0.63
|
||||||
|
|
||||||
PRGNAM=putty
|
PRGNAM=putty
|
||||||
VERSION=${VERSION:-0.63}
|
VERSION=${VERSION:-0.64}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
@ -64,7 +64,7 @@ find -L . \
|
||||||
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
|
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
|
||||||
-o -perm 511 \) -exec chmod 755 {} \; -o \
|
-o -perm 511 \) -exec chmod 755 {} \; -o \
|
||||||
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
|
\( -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.
|
# Create $PKG tree.
|
||||||
mkdir -p $PKG/usr/{bin,man/man1,doc/$PRGNAM-$VERSION/html,share/applications,share/pixmaps}
|
mkdir -p $PKG/usr/{bin,man/man1,doc/$PRGNAM-$VERSION/html,share/applications,share/pixmaps}
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="putty"
|
PRGNAM="putty"
|
||||||
VERSION="0.63"
|
VERSION="0.64"
|
||||||
HOMEPAGE="http://www.chiark.greenend.org.uk/~sgtatham/putty/"
|
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"
|
DOWNLOAD="ftp://ftp.chiark.greenend.org.uk/users/sgtatham/putty-0.64/putty-0.64.tar.gz"
|
||||||
MD5SUM="567207b590a149656454d6e6ea7af124"
|
MD5SUM="75ff711e8b7cc9e0073bc511e1c1c14a"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES="%README%"
|
REQUIRES="%README%"
|
||||||
|
|
Loading…
Reference in a new issue