diff options
author | Petar Petrov <slackalaxy@gmail.com> | 2023-06-20 19:48:59 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-06-20 19:48:59 +0700 |
commit | 44b5da2190e89613775de14570fdc8e04a75d50d (patch) | |
tree | 2805a3db088063ce6ab3994c46ec41403d10e432 /academic/ncbi-blast+ | |
parent | b85e0dc340a3884610fe1501ba0125f4e3349f80 (diff) |
academic/ncbi-blast+: Updated for version 2.14.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'academic/ncbi-blast+')
-rw-r--r-- | academic/ncbi-blast+/ncbi-blast+.SlackBuild | 7 | ||||
-rw-r--r-- | academic/ncbi-blast+/ncbi-blast+.info | 6 |
2 files changed, 5 insertions, 8 deletions
diff --git a/academic/ncbi-blast+/ncbi-blast+.SlackBuild b/academic/ncbi-blast+/ncbi-blast+.SlackBuild index a46ad4a0fe0e..5115a1428829 100644 --- a/academic/ncbi-blast+/ncbi-blast+.SlackBuild +++ b/academic/ncbi-blast+/ncbi-blast+.SlackBuild @@ -4,7 +4,7 @@ # This takes the place of ncbi-blast-plus (2013-2019), which just # repackaged the binaries provided by upstream. -# Copyright 2013-2021 Petar Petrov slackalaxy@gmail.com +# Copyright 2013-2023 Petar Petrov slackalaxy@gmail.com # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=ncbi-blast+ -VERSION=${VERSION:-2.13.0} +VERSION=${VERSION:-2.14.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -42,9 +42,6 @@ if [ -z "$ARCH" ]; then esac fi -# If the variable PRINT_PACKAGE_NAME is set, then this script will report what -# the name of the created package would be, and then exit. This information -# could be useful to other scripts. if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" exit 0 diff --git a/academic/ncbi-blast+/ncbi-blast+.info b/academic/ncbi-blast+/ncbi-blast+.info index b42442f09aa0..560b22041e8e 100644 --- a/academic/ncbi-blast+/ncbi-blast+.info +++ b/academic/ncbi-blast+/ncbi-blast+.info @@ -1,8 +1,8 @@ PRGNAM="ncbi-blast+" -VERSION="2.13.0" +VERSION="2.14.0" HOMEPAGE="https://blast.ncbi.nlm.nih.gov/" -DOWNLOAD="ftp://ftp.ncbi.nih.gov/blast/executables/blast+/2.13.0/ncbi-blast-2.13.0+-src.tar.gz" -MD5SUM="0542f0e7b148d02db0854965e78e36c4" +DOWNLOAD="ftp://ftp.ncbi.nih.gov/blast/executables/blast+/2.14.0/ncbi-blast-2.14.0+-src.tar.gz" +MD5SUM="94751de312d2fac6b646b3b8b1c9e4d4" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |