summaryrefslogtreecommitdiffstats
path: root/academic/bowtie
diff options
context:
space:
mode:
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"