diff options
author | brobr <sborg63@disroot.org> | 2023-11-06 22:16:25 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-11-08 00:00:31 +0700 |
commit | 6812bbc11ba609a652b92d7486a1bbdac104a855 (patch) | |
tree | 02512c79ebab955a15760a4f07462a672d82bfed | |
parent | dbf53fa5ff2fdf0a6108aea7647d9dc12e5c13ea (diff) |
academic/bowtie2: upgrade to version 2.5.2
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | academic/bowtie2/bowtie2.SlackBuild | 5 | ||||
-rw-r--r-- | academic/bowtie2/bowtie2.info | 6 |
2 files changed, 4 insertions, 7 deletions
diff --git a/academic/bowtie2/bowtie2.SlackBuild b/academic/bowtie2/bowtie2.SlackBuild index 3c5d7eef9fe0..9028c72ac917 100644 --- a/academic/bowtie2/bowtie2.SlackBuild +++ b/academic/bowtie2/bowtie2.SlackBuild @@ -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 diff --git a/academic/bowtie2/bowtie2.info b/academic/bowtie2/bowtie2.info index a390724b3627..6858d2548490 100644 --- a/academic/bowtie2/bowtie2.info +++ b/academic/bowtie2/bowtie2.info @@ -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" |