mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
network/ClusterSSH: Updated for version 4.03_03.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
30e88451c1
commit
5e2ef622ec
2 changed files with 5 additions and 6 deletions
|
@ -22,9 +22,8 @@
|
|||
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
||||
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
|
||||
PRGNAM=ClusterSSH
|
||||
VERSION=${VERSION:-4.02_04}
|
||||
VERSION=${VERSION:-4.03_03}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -68,7 +67,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 {} \;
|
||||
|
||||
perl Build.PL \
|
||||
prefix=/usr \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="ClusterSSH"
|
||||
VERSION="4.02_04"
|
||||
VERSION="4.03_03"
|
||||
HOMEPAGE="http://clusterssh.sourceforge.net"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/clusterssh/App-ClusterSSH-4.02_04.tar.gz"
|
||||
MD5SUM="a8931d8a1236a880c18d4e32d0aa0f00"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/clusterssh/App-ClusterSSH-4.03_03.tar.gz"
|
||||
MD5SUM="4521916d17b3cc123268ddaf17cd48a7"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="perl-Try-Tiny perl-x11-protocol perl-File-Which perl-Test-Pod perl-Test-Pod-Coverage perl-CPAN-Changes \
|
||||
|
|
Loading…
Reference in a new issue