mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
academic/bowtie2: ugraded to version 2.5.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
4253663c63
commit
5243543eb4
2 changed files with 4 additions and 4 deletions
|
@ -27,7 +27,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=bowtie2
|
||||
VERSION=${VERSION:-2.4.5}
|
||||
VERSION=${VERSION:-2.5.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="bowtie2"
|
||||
VERSION="2.4.5"
|
||||
VERSION="2.5.0"
|
||||
HOMEPAGE="https://github.com/BenLangmead/bowtie2/releases"
|
||||
DOWNLOAD="UNSUPPORTED"
|
||||
MD5SUM=""
|
||||
DOWNLOAD_x86_64="https://github.com/BenLangmead/bowtie2/archive/v2.4.5/bowtie2-2.4.5.tar.gz"
|
||||
MD5SUM_x86_64="efe20fd1adfd440941c83611a63cc5e3"
|
||||
DOWNLOAD_x86_64="https://github.com/BenLangmead/bowtie2/archive/v2.5.0/bowtie2-2.5.0.tar.gz"
|
||||
MD5SUM_x86_64="5c174097628c5bc72729faebb7b2844e"
|
||||
REQUIRES="tbb"
|
||||
MAINTAINER="Rob van Nues"
|
||||
EMAIL="sborg63@disroot.org"
|
||||
|
|
Loading…
Reference in a new issue