summaryrefslogtreecommitdiffstats
path: root/academic/bowtie
diff options
context:
space:
mode:
author Petar Petrov <slackalaxy@gmail.com>2022-10-08 15:00:43 +0100
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2022-10-15 10:47:26 +0700
commit102a4ff0e01e64e4be6183aec97515455712595a (patch)
tree5812feb0c22488e92d0d3ff3296b6a88acae7e72 /academic/bowtie
parent1075dede6850fc09477512827287fab6762b44b2 (diff)
downloadslackbuilds-102a4ff0e01e64e4be6183aec97515455712595a.tar.gz
slackbuilds-102a4ff0e01e64e4be6183aec97515455712595a.tar.xz
academic/bowtie: Updated for version 1.3.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'academic/bowtie')
-rw-r--r--academic/bowtie/bowtie.SlackBuild6
-rw-r--r--academic/bowtie/bowtie.info6
2 files changed, 6 insertions, 6 deletions
diff --git a/academic/bowtie/bowtie.SlackBuild b/academic/bowtie/bowtie.SlackBuild
index 5caa95a520..ad3c81770e 100644
--- a/academic/bowtie/bowtie.SlackBuild
+++ b/academic/bowtie/bowtie.SlackBuild
@@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=bowtie
-VERSION=${VERSION:-1.3.0}
+VERSION=${VERSION:-1.3.1}
BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -64,8 +64,8 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION-src
-unzip $CWD/${PRGNAM}-${VERSION}-src.zip
-cd $PRGNAM-$VERSION-src
+tar xvf $CWD/${PRGNAM}-${VERSION}.tar.gz
+cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
diff --git a/academic/bowtie/bowtie.info b/academic/bowtie/bowtie.info
index ca9409d9e8..4713d9bae4 100644
--- a/academic/bowtie/bowtie.info
+++ b/academic/bowtie/bowtie.info
@@ -1,10 +1,10 @@
PRGNAM="bowtie"
-VERSION="1.3.0"
+VERSION="1.3.1"
HOMEPAGE="http://bowtie-bio.sourceforge.net/index.shtml"
DOWNLOAD="UNSUPPORTED"
MD5SUM=""
-DOWNLOAD_x86_64="https://sourceforge.net/projects/bowtie-bio/files/bowtie/1.3.0/bowtie-1.3.0-src.zip"
-MD5SUM_x86_64="2055d1ab066a8f3f015bdffa26509335"
+DOWNLOAD_x86_64="https://github.com/BenLangmead/bowtie/archive/v1.3.1/bowtie-1.3.1.tar.gz"
+MD5SUM_x86_64="06b0377e967501ce73bca087e6c5fcb0"
REQUIRES=""
MAINTAINER="Petar Petrov"
EMAIL="slackalaxy@gmail.com"