diff options
author | brobr <sborg63@disroot.org> | 2024-01-27 18:38:19 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-01-30 07:48:15 +0700 |
commit | b390b808c07a70106aa3c3832ff565b27899600e (patch) | |
tree | 5f279d4a16d916b41d0ca1aca2e5678df579eff6 /academic | |
parent | d0b2db716fd5ef8ffb61f25a9e568fd7ac423375 (diff) |
academic/STAR:Upgrade to version 2.7.11b
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'academic')
-rw-r--r-- | academic/STAR/STAR.SlackBuild | 7 | ||||
-rw-r--r-- | academic/STAR/STAR.info | 6 |
2 files changed, 6 insertions, 7 deletions
diff --git a/academic/STAR/STAR.SlackBuild b/academic/STAR/STAR.SlackBuild index f5c3d738d58e..bc4913730e70 100644 --- a/academic/STAR/STAR.SlackBuild +++ b/academic/STAR/STAR.SlackBuild @@ -25,10 +25,11 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=STAR -VERSION=${VERSION:-2.7.11a} +VERSION=${VERSION:-2.7.11b} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} + # This script is set for processors that support "Advanced Vector Extensions", # (AVX), included since 2008 in Intel processors (Sandy Bridge) and since 2011 # in AMD cpus (Bulldozer). AVX is an implementation of "Single Instruction @@ -46,9 +47,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 @@ -119,6 +117,7 @@ cp -a \ source/parametersDefault doc/${PRGNAM}manual.pdf CHANGES.md LICENSE README.md RELEASEnotes.md \ $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild +chmod 644 $PKG/usr/doc/$PRGNAM-$VERSION/parametersDefault mkdir -p $PKG/install cat $CWD/slack-desc > $PKG/install/slack-desc diff --git a/academic/STAR/STAR.info b/academic/STAR/STAR.info index 003cc7047a14..6c9a4bff5e84 100644 --- a/academic/STAR/STAR.info +++ b/academic/STAR/STAR.info @@ -1,10 +1,10 @@ PRGNAM="STAR" -VERSION="2.7.11a" +VERSION="2.7.11b" HOMEPAGE="https://github.com/alexdobin/STAR" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="https://github.com/alexdobin/STAR/archive/2.7.11a/STAR-2.7.11a.tar.gz" -MD5SUM_x86_64="a3de0599138c088155b0e2cebd66a788" +DOWNLOAD_x86_64="https://github.com/alexdobin/STAR/archive/2.7.11b/STAR-2.7.11b.tar.gz" +MD5SUM_x86_64="9e21d9930989b1be3ffc50b818489d55" REQUIRES="" MAINTAINER="Rob van Nues" EMAIL="sborg63@disroot.org" |