diff options
Diffstat (limited to 'academic/ncbi-blast+/ncbi-blast+.SlackBuild')
-rw-r--r-- | academic/ncbi-blast+/ncbi-blast+.SlackBuild | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/academic/ncbi-blast+/ncbi-blast+.SlackBuild b/academic/ncbi-blast+/ncbi-blast+.SlackBuild index a46ad4a0fe0ed..5115a14288296 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 |