academic/STAR: Updated for version 2.7.7a.

Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
This commit is contained in:
Rob van Nues 2021-01-15 20:43:52 +00:00 committed by Dave Woodfall
parent f1524e8681
commit 909f1df181
2 changed files with 5 additions and 5 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for STAR
# Copyright 2018-2019 Rob van Nues
# Copyright 2018-2021 Rob van Nues <sborg63@disroot.org>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=STAR
VERSION=${VERSION:-2.7.6a}
VERSION=${VERSION:-2.7.7a}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,10 +1,10 @@
PRGNAM="STAR"
VERSION="2.7.6a"
VERSION="2.7.7a"
HOMEPAGE="https://github.com/alexdobin/STAR"
DOWNLOAD="UNSUPPORTED"
MD5SUM=""
DOWNLOAD_x86_64="https://github.com/alexdobin/STAR/archive/2.7.6a/STAR-2.7.6a.tar.gz"
MD5SUM_x86_64="eddf95a112395903f10b0b9fb5c0b9b6"
DOWNLOAD_x86_64="https://github.com/alexdobin/STAR/archive/2.7.7a/STAR-2.7.7a.tar.gz"
MD5SUM_x86_64="475dea44ba23dfe99bb8e6e40d18bfdc"
REQUIRES=""
MAINTAINER="Rob van Nues"
EMAIL="sborg63@disroot.org"