summaryrefslogtreecommitdiffstats
path: root/academic
diff options
context:
space:
mode:
author brobr2022-01-31 01:04:30 +0100
committer Willy Sudiarto Raharjo2022-01-31 04:13:40 +0100
commit216079a09e6c1c2fdfd7b9fa783c39d57ede4cad (patch)
treec2d0183860ca1b640f38f6d94a62d94a53d06866 /academic
parent43f42ef2e09a01150546594073c676696edf89f1 (diff)
downloadslackbuilds-216079a09e6c1c2fdfd7b9fa783c39d57ede4cad.tar.gz
academic/bowtie2: Updated to version 2.4.5
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 f659668de5..45ba30a042 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-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}
diff --git a/academic/bowtie2/bowtie2.info b/academic/bowtie2/bowtie2.info
index 1fd73195b3..dcbe9defdf 100644
--- a/academic/bowtie2/bowtie2.info
+++ b/academic/bowtie2/bowtie2.info
@@ -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"