diff options
author | brobr <sborg63@disroot.org> | 2021-10-15 12:42:52 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-10-16 00:14:41 +0700 |
commit | 22f675238ea722571a6622f88c058b7337566b5c (patch) | |
tree | 985b0f6d22b1cdb775a44d284a94c4a93d7e1324 /academic/STAR | |
parent | e61b11fd710aa703deb7e82311a6ca2b73170c3c (diff) | |
download | slackbuilds-22f675238ea722571a6622f88c058b7337566b5c.tar.gz |
academic/STAR: Updated for version 2.7.9a.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'academic/STAR')
-rw-r--r-- | academic/STAR/STAR.SlackBuild | 8 | ||||
-rw-r--r-- | academic/STAR/STAR.info | 6 |
2 files changed, 7 insertions, 7 deletions
diff --git a/academic/STAR/STAR.SlackBuild b/academic/STAR/STAR.SlackBuild index 560a3b130e..f5abdc97dd 100644 --- a/academic/STAR/STAR.SlackBuild +++ b/academic/STAR/STAR.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=STAR -VERSION=${VERSION:-2.7.8a} +VERSION=${VERSION:-2.7.9a} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -90,9 +90,9 @@ cd source mkdir -p $PKG/usr/bin install -Dm755 $PRGNAM "$PKG/usr/bin/${PRGNAM}" - make clean - make ${PRGNAM}long CXXFLAGSextra="$CXXFLAGS" - install -Dm755 ${PRGNAM}long "$PKG/usr/bin/${PRGNAM}long" + #make clean + #make ${PRGNAM}long CXXFLAGSextra="$CXXFLAGS" + #install -Dm755 ${PRGNAM}long "$PKG/usr/bin/${PRGNAM}long" cd .. diff --git a/academic/STAR/STAR.info b/academic/STAR/STAR.info index 68740e69a3..4c3a22024f 100644 --- a/academic/STAR/STAR.info +++ b/academic/STAR/STAR.info @@ -1,10 +1,10 @@ PRGNAM="STAR" -VERSION="2.7.8a" +VERSION="2.7.9a" HOMEPAGE="https://github.com/alexdobin/STAR" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="https://github.com/alexdobin/STAR/archive/2.7.8a/STAR-2.7.8a.tar.gz" -MD5SUM_x86_64="b6482dd380c5c07587166ee240573780" +DOWNLOAD_x86_64="https://github.com/alexdobin/STAR/archive/2.7.9a/STAR-2.7.9a.tar.gz" +MD5SUM_x86_64="432c55d7ee7223c9099206a697bd9c30" REQUIRES="" MAINTAINER="Rob van Nues" EMAIL="sborg63@disroot.org" |