mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
system/pdsh: Updated for version 2.31.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
9f26c1bd7f
commit
6c21c814d0
3 changed files with 9 additions and 9 deletions
|
@ -25,7 +25,7 @@
|
|||
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=pdsh
|
||||
VERSION=${VERSION:-2.29}
|
||||
VERSION=${VERSION:-2.31}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -61,9 +61,9 @@ set -e
|
|||
rm -rf $PKG
|
||||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf $PRGNAM-$VERSION
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2
|
||||
cd $PRGNAM-$VERSION
|
||||
rm -rf $PRGNAM-$PRGNAM-$VERSION
|
||||
tar xvf $CWD/$PRGNAM-$PRGNAM-$VERSION.tar.gz
|
||||
cd $PRGNAM-$PRGNAM-$VERSION
|
||||
chown -R root:root .
|
||||
find -L . \
|
||||
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="pdsh"
|
||||
VERSION="2.29"
|
||||
HOMEPAGE="https://code.google.com/archive/p/pdsh/"
|
||||
DOWNLOAD="https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/pdsh/pdsh-2.29.tar.bz2"
|
||||
MD5SUM="e3512d03e491de6f1a735ab0ff702108"
|
||||
VERSION="2.31"
|
||||
HOMEPAGE="https://github.com/chaos/pdsh"
|
||||
DOWNLOAD="https://github.com/chaos/pdsh/archive/pdsh-2.31/pdsh-pdsh-2.31.tar.gz"
|
||||
MD5SUM="cab34b0ca78f3cf596fd648b265223ed"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
|
@ -11,7 +11,7 @@ pdsh:
|
|||
pdsh: Pdsh is a an efficient, multithreaded remote shell client which
|
||||
pdsh: executes commands on multiple remote hosts in parallel.
|
||||
pdsh:
|
||||
pdsh: Homepage: https://code.google.com/archive/p/pdsh/
|
||||
pdsh: Homepage: https://github.com/chaos/pdsh
|
||||
pdsh:
|
||||
pdsh:
|
||||
pdsh:
|
||||
|
|
Loading…
Reference in a new issue