summaryrefslogtreecommitdiffstats
path: root/academic
diff options
context:
space:
mode:
author brobr2021-10-15 14:04:25 +0200
committer Willy Sudiarto Raharjo2021-10-15 19:22:17 +0200
commitf052b8a6eb24986dad3238da6a7a3f420c9c8343 (patch)
treeba9c31684ed6b858497d0c8409dbac2870f4dffa /academic
parent461894e8a094c1e9b347aaa232d0bc22543f334a (diff)
downloadslackbuilds-f052b8a6eb24986dad3238da6a7a3f420c9c8343.tar.gz
academic/bowtie2: Updated for version 2.4.4.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'academic')
-rw-r--r--academic/bowtie2/bowtie2.SlackBuild4
-rw-r--r--academic/bowtie2/bowtie2.info6
2 files changed, 5 insertions, 5 deletions
diff --git a/academic/bowtie2/bowtie2.SlackBuild b/academic/bowtie2/bowtie2.SlackBuild
index 585d914dd5..f659668de5 100644
--- a/academic/bowtie2/bowtie2.SlackBuild
+++ b/academic/bowtie2/bowtie2.SlackBuild
@@ -3,7 +3,7 @@
# Slackware build script for bowtie2
# Copyright 2013-2016 Petar Petrov slackalaxy@gmail.com
-# Copyright 2018-2020 Rob van Nues sborg63@disroot.org
+# Copyright 2018-2021 Rob van Nues sborg63@disroot.org
#
# All rights reserved.
#
@@ -27,7 +27,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=bowtie2
-VERSION=${VERSION:-2.4.2}
+VERSION=${VERSION:-2.4.4}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
diff --git a/academic/bowtie2/bowtie2.info b/academic/bowtie2/bowtie2.info
index f712462315..1fd73195b3 100644
--- a/academic/bowtie2/bowtie2.info
+++ b/academic/bowtie2/bowtie2.info
@@ -1,8 +1,8 @@
PRGNAM="bowtie2"
-VERSION="2.4.2"
+VERSION="2.4.4"
HOMEPAGE="https://github.com/BenLangmead/bowtie2/releases"
-DOWNLOAD="https://github.com/BenLangmead/bowtie2/archive/v2.4.2/bowtie2-2.4.2.tar.gz"
-MD5SUM="d5f8674aed8bdbf6b96bd07f3df528ee"
+DOWNLOAD="https://github.com/BenLangmead/bowtie2/archive/v2.4.4/bowtie2-2.4.4.tar.gz"
+MD5SUM="b9da62b01d904149ffc6f5caad7fd1b1"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="tbb"