mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
academic/bowtie2: Updated to version 2.4.5
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
43f42ef2e0
commit
216079a09e
2 changed files with 5 additions and 5 deletions
|
@ -3,7 +3,7 @@
|
|||
# Slackware build script for bowtie2
|
||||
|
||||
# Copyright 2013-2016 Petar Petrov slackalaxy@gmail.com
|
||||
# Copyright 2018-2021 Rob van Nues sborg63@disroot.org
|
||||
# Copyright 2018-2022 Rob van Nues sborg63@disroot.org
|
||||
#
|
||||
# All rights reserved.
|
||||
#
|
||||
|
@ -27,7 +27,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=bowtie2
|
||||
VERSION=${VERSION:-2.4.4}
|
||||
VERSION=${VERSION:-2.4.5}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="bowtie2"
|
||||
VERSION="2.4.4"
|
||||
VERSION="2.4.5"
|
||||
HOMEPAGE="https://github.com/BenLangmead/bowtie2/releases"
|
||||
DOWNLOAD="https://github.com/BenLangmead/bowtie2/archive/v2.4.4/bowtie2-2.4.4.tar.gz"
|
||||
MD5SUM="b9da62b01d904149ffc6f5caad7fd1b1"
|
||||
DOWNLOAD="https://github.com/BenLangmead/bowtie2/archive/v2.4.5/bowtie2-2.4.5.tar.gz"
|
||||
MD5SUM="efe20fd1adfd440941c83611a63cc5e3"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="tbb"
|
||||
|
|
Loading…
Reference in a new issue