diff options
author | LEVAI Daniel <leva@ecentrum.hu> | 2014-02-01 01:03:12 +0700 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2014-02-01 00:40:34 -0600 |
commit | 169e4e8ae71a2c90995ee9212d5b9bef826ed6c4 (patch) | |
tree | 1b9d0ac0a6fd34e6fbf5005e166f69ee814143b0 /network/ClusterSSH | |
parent | 459c09f5f6ecd5c137612e0c7387e10a3a9868b5 (diff) | |
download | slackbuilds-169e4e8ae71a2c90995ee9212d5b9bef826ed6c4.tar.gz |
network/ClusterSSH: Updated for version 4.02_03.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/ClusterSSH')
-rw-r--r-- | network/ClusterSSH/ClusterSSH.SlackBuild | 12 | ||||
-rw-r--r-- | network/ClusterSSH/ClusterSSH.info | 6 |
2 files changed, 9 insertions, 9 deletions
diff --git a/network/ClusterSSH/ClusterSSH.SlackBuild b/network/ClusterSSH/ClusterSSH.SlackBuild index 5ab05bb7a5..54ff756965 100644 --- a/network/ClusterSSH/ClusterSSH.SlackBuild +++ b/network/ClusterSSH/ClusterSSH.SlackBuild @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (c) 2011-2013 LEVAI Daniel +# Copyright (c) 2011-2014 LEVAI Daniel # All rights reserved. # # Redistribution and use in source and binary forms, with or without @@ -24,7 +24,7 @@ PRGNAM=ClusterSSH -VERSION=${VERSION:-4.02_01} +VERSION=${VERSION:-4.02_03} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -65,10 +65,10 @@ tar xvf $CWD/App-$PRGNAM-$VERSION.tar.gz cd App-$PRGNAM-$VERSION chown -R root:root . 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 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ - -exec chmod 644 {} \; + \( -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 {} \; perl Build.PL \ prefix=/usr \ diff --git a/network/ClusterSSH/ClusterSSH.info b/network/ClusterSSH/ClusterSSH.info index e09f56d3e6..6539de3f66 100644 --- a/network/ClusterSSH/ClusterSSH.info +++ b/network/ClusterSSH/ClusterSSH.info @@ -1,8 +1,8 @@ PRGNAM="ClusterSSH" -VERSION="4.02_01" +VERSION="4.02_03" HOMEPAGE="http://clusterssh.sourceforge.net" -DOWNLOAD="http://downloads.sourceforge.net/clusterssh/App-ClusterSSH-4.02_01.tar.gz" -MD5SUM="f8646f0cf644ea1fd114643f1cf60c8b" +DOWNLOAD="http://downloads.sourceforge.net/clusterssh/App-ClusterSSH-4.02_03.tar.gz" +MD5SUM="1ac589a3a87d3c21ab60472312d6f1a2" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="perl-Try-Tiny perl-x11-protocol perl-File-Which perl-Test-Pod perl-Test-Pod-Coverage \ |