academic/bowtie2: Updated to version 2.4.5

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
brobr 2022-01-31 00:04:30 +00:00 committed by Willy Sudiarto Raharjo
parent 43f42ef2e0
commit 216079a09e
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 5 additions and 5 deletions

View file

@ -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}

View file

@ -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"