academic/bowtie2: Updated for version 2.5.1.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
brobr 2023-04-13 16:23:04 +01:00 committed by Willy Sudiarto Raharjo
parent 9559fd5e0f
commit 8cd2bab738
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-2022 Rob van Nues sborg63@disroot.org
# Copyright 2018-2023 Rob van Nues sborg63@disroot.org
#
# All rights reserved.
#
@ -27,7 +27,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=bowtie2
VERSION=${VERSION:-2.5.0}
VERSION=${VERSION:-2.5.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,10 +1,10 @@
PRGNAM="bowtie2"
VERSION="2.5.0"
VERSION="2.5.1"
HOMEPAGE="https://github.com/BenLangmead/bowtie2/releases"
DOWNLOAD="UNSUPPORTED"
MD5SUM=""
DOWNLOAD_x86_64="https://github.com/BenLangmead/bowtie2/archive/v2.5.0/bowtie2-2.5.0.tar.gz"
MD5SUM_x86_64="5c174097628c5bc72729faebb7b2844e"
DOWNLOAD_x86_64="https://github.com/BenLangmead/bowtie2/archive/v2.5.1/bowtie2-2.5.1.tar.gz"
MD5SUM_x86_64="16caf86d239b176a4f367c9f63bd99c0"
REQUIRES="tbb"
MAINTAINER="Rob van Nues"
EMAIL="sborg63@disroot.org"