summaryrefslogtreecommitdiffstats
path: root/academic/ncbi-blast+/ncbi-blast+.SlackBuild
diff options
context:
space:
mode:
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
commit44b5da2190e89613775de14570fdc8e04a75d50d (patch)
tree2805a3db088063ce6ab3994c46ec41403d10e432 /academic/ncbi-blast+/ncbi-blast+.SlackBuild
parentb85e0dc340a3884610fe1501ba0125f4e3349f80 (diff)
downloadslackbuilds-44b5da2190e89613775de14570fdc8e04a75d50d.tar.gz
slackbuilds-44b5da2190e89613775de14570fdc8e04a75d50d.tar.xz
academic/ncbi-blast+: Updated for version 2.14.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'academic/ncbi-blast+/ncbi-blast+.SlackBuild')
-rw-r--r--academic/ncbi-blast+/ncbi-blast+.SlackBuild7
1 files changed, 2 insertions, 5 deletions
diff --git a/academic/ncbi-blast+/ncbi-blast+.SlackBuild b/academic/ncbi-blast+/ncbi-blast+.SlackBuild
index a46ad4a0fe..5115a14288 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