academic/HMMER: Updated for version 3.3.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
b36642ad39
commit
e8ca977a32
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for HMMER
|
||||
|
||||
# Copyright 2016-2018 Petar Petrov slackalaxy@gmail.com
|
||||
# Copyright 2016-2020 Petar Petrov slackalaxy@gmail.com
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=HMMER
|
||||
VERSION=${VERSION:-3.3}
|
||||
VERSION=${VERSION:-3.3.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="HMMER"
|
||||
VERSION="3.3"
|
||||
VERSION="3.3.1"
|
||||
HOMEPAGE="http://hmmer.org/"
|
||||
DOWNLOAD="http://eddylab.org/software/hmmer/hmmer-3.3.tar.gz"
|
||||
MD5SUM="507849e98a5a44b22f2c4a1cf192b36b"
|
||||
DOWNLOAD="http://eddylab.org/software/hmmer/hmmer-3.3.1.tar.gz"
|
||||
MD5SUM="07da6661a17bd4ddbaded4a0dc9c5b6d"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="python3"
|
||||
|
|
Loading…
Reference in New Issue