academic/bowtie2: upgrade to version 2.5.2

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
brobr 2023-11-06 22:16:25 +00:00 committed by Willy Sudiarto Raharjo
parent dbf53fa5ff
commit 6812bbc11b
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 4 additions and 7 deletions

View file

@ -27,7 +27,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=bowtie2
VERSION=${VERSION:-2.5.1}
VERSION=${VERSION:-2.5.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -40,9 +40,6 @@ if [ -z "$ARCH" ]; then
esac
fi
# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
# the name of the created package would be, and then exit. This information
# could be useful to other scripts.
if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
exit 0

View file

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