academic/ncbi-blast+: Updated for version 2.9.0.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Petar Petrov 2019-08-03 07:07:02 +07:00 committed by Willy Sudiarto Raharjo
parent ac670e99f5
commit 4adbe5c41c
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 5 additions and 5 deletions

View file

@ -1,7 +1,7 @@
#!/bin/sh
# Slackware build script for ncbi-blast+
# This takes the place of ncbi-blast-plus (2013-2018), which just
# This takes the place of ncbi-blast-plus (2013-2019), which just
# repackaged the binaries provided by upstream.
# Copyright 2013-2019 Petar Petrov slackalaxy@gmail.com
@ -26,7 +26,7 @@
PRGNAM=ncbi-blast+
DIRNAM=ncbi-blast
VERSION=${VERSION:-2.8.1}
VERSION=${VERSION:-2.9.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="ncbi-blast+"
VERSION="2.8.1"
VERSION="2.9.0"
HOMEPAGE="https://blast.ncbi.nlm.nih.gov/"
DOWNLOAD="ftp://ftp.ncbi.nih.gov/blast/executables/blast+/2.8.1/ncbi-blast-2.8.1+-src.tar.gz"
MD5SUM="9398ccc096ea5f4c18911e5334bf6916"
DOWNLOAD="ftp://ftp.ncbi.nih.gov/blast/executables/blast+/2.9.0/ncbi-blast-2.9.0+-src.tar.gz"
MD5SUM="e6a44564e6278c445826ec2720f104b4"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="lmdb"