mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
academic/ncbi-blast+: Updated for version 2.9.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
ac670e99f5
commit
4adbe5c41c
2 changed files with 5 additions and 5 deletions
|
@ -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}
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue