diff options
author | Petar Petrov <petar.petrov@student.oulu.fi> | 2014-01-27 22:09:36 +0700 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2014-01-29 23:21:16 -0600 |
commit | 5f8f6e76d88d0bc870a6391478912dca36a0f171 (patch) | |
tree | cc83fbf4a464ec65ecd551e1606319bf54abba4c | |
parent | 300e2d67015e852ab15244d700ccda47a9cf5f81 (diff) | |
download | slackbuilds-5f8f6e76d88d0bc870a6391478912dca36a0f171.tar.gz |
academic/ncbi-blast-plus: Updated for version 2.2.29.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | academic/ncbi-blast-plus/ncbi-blast-plus.SlackBuild | 14 | ||||
-rw-r--r-- | academic/ncbi-blast-plus/ncbi-blast-plus.info | 12 |
2 files changed, 13 insertions, 13 deletions
diff --git a/academic/ncbi-blast-plus/ncbi-blast-plus.SlackBuild b/academic/ncbi-blast-plus/ncbi-blast-plus.SlackBuild index 24353fdd55..719fecce36 100644 --- a/academic/ncbi-blast-plus/ncbi-blast-plus.SlackBuild +++ b/academic/ncbi-blast-plus/ncbi-blast-plus.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for ncbi-blast-plus -# Copyright 2013 Petar Petrov, ppetrov@paju.oulu.fi +# Copyright 2013-2014 Petar Petrov, petar.petrov@student.oulu.fi # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,12 +23,12 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=ncbi-blast-plus -VERSION=${VERSION:-2.2.28} +VERSION=${VERSION:-2.2.29} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} SRCNAM=ncbi-blast -SRCVER=2.2.28+ +SRCVER=2.2.29+ if [ -z "$ARCH" ]; then case "$( uname -m )" in @@ -68,10 +68,10 @@ tar xvf $CWD/$TARNAME.tar.gz cd $SRCNAM-$SRCVER 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 {} \; # Install the precompiled binaries. cd bin diff --git a/academic/ncbi-blast-plus/ncbi-blast-plus.info b/academic/ncbi-blast-plus/ncbi-blast-plus.info index df7c273a04..87f6f5dbca 100644 --- a/academic/ncbi-blast-plus/ncbi-blast-plus.info +++ b/academic/ncbi-blast-plus/ncbi-blast-plus.info @@ -1,10 +1,10 @@ PRGNAM="ncbi-blast-plus" -VERSION="2.2.28" +VERSION="2.2.29" HOMEPAGE="http://blast.ncbi.nlm.nih.gov/" -DOWNLOAD="ftp://ftp.ncbi.nih.gov/blast/executables/blast+/2.2.28/ncbi-blast-2.2.28+-ia32-linux.tar.gz" -MD5SUM="f09b592edc6fe453673ea47af6a169f8" -DOWNLOAD_x86_64="ftp://ftp.ncbi.nih.gov/blast/executables/blast+/2.2.28/ncbi-blast-2.2.28+-x64-linux.tar.gz" -MD5SUM_x86_64="6c65a33432719b9457fdbddc1646c100" +DOWNLOAD="ftp://ftp.ncbi.nih.gov/blast/executables/blast+/2.2.29/ncbi-blast-2.2.29+-ia32-linux.tar.gz" +MD5SUM="2fbe4f2a7d6d2bf335424c96f2a2d32a" +DOWNLOAD_x86_64="ftp://ftp.ncbi.nih.gov/blast/executables/blast+/2.2.29/ncbi-blast-2.2.29+-x64-linux.tar.gz" +MD5SUM_x86_64="f0c4a638cf8274445a57d6d5342b7628" REQUIRES="" MAINTAINER="Petar Petrov" -EMAIL="ppetrov@paju.oulu.fi" +EMAIL="petar.petrov@student.oulu.fi" |