mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
academic/STAR: ugraded to version 2.7.10b
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
5243543eb4
commit
b8f68ec788
2 changed files with 4 additions and 4 deletions
|
@ -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}
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue