diff options
author | brobr <sborg63@disroot.org> | 2022-11-22 13:33:45 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-11-24 22:14:26 +0700 |
commit | b8f68ec788e763d75b29add9928753479c7a96f6 (patch) | |
tree | 11110e0b63e845fed5044db75645623b1ce7eb0d /academic | |
parent | 5243543eb400f93b3ac56fc691454f1cb20039e7 (diff) |
academic/STAR: ugraded to version 2.7.10b
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'academic')
-rw-r--r-- | academic/STAR/STAR.SlackBuild | 2 | ||||
-rw-r--r-- | academic/STAR/STAR.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/academic/STAR/STAR.SlackBuild b/academic/STAR/STAR.SlackBuild index c72e15ed317e9..739602bdac81b 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.10a} +VERSION=${VERSION:-2.7.10b} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/academic/STAR/STAR.info b/academic/STAR/STAR.info index 939f358cb0f55..9bc871c79483b 100644 --- a/academic/STAR/STAR.info +++ b/academic/STAR/STAR.info @@ -1,10 +1,10 @@ PRGNAM="STAR" -VERSION="2.7.10a" +VERSION="2.7.10b" HOMEPAGE="https://github.com/alexdobin/STAR" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="https://github.com/alexdobin/STAR/archive/2.7.10a/STAR-2.7.10a.tar.gz" -MD5SUM_x86_64="8f0c982f946e1b93a0f499ab44a4b040" +DOWNLOAD_x86_64="https://github.com/alexdobin/STAR/archive/2.7.10b/STAR-2.7.10b.tar.gz" +MD5SUM_x86_64="ed14dd5707706d203d5bd83e9f5cdd86" REQUIRES="" MAINTAINER="Rob van Nues" EMAIL="sborg63@disroot.org" |