academic/RepeatMasker: update for version 4.1.2_p1

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Petar Petrov 2021-05-18 15:29:44 +03:00 committed by Willy Sudiarto Raharjo
parent 5dca92eded
commit 1fd230db52
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 7 additions and 6 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for RepeatMasker
# Copyright 2018-2020 Petar Petrov slackalaxy@gmail.com
# Copyright 2018-2021 Petar Petrov slackalaxy@gmail.com
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -23,11 +23,12 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=RepeatMasker
VERSION=${VERSION:-4.1.1}
VERSION=${VERSION:-4.1.2_p1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
ARCH=noarch
SRCVER=4.1.2-p1
CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
@ -41,7 +42,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
tar xvf $CWD/$PRGNAM-$SRCVER.tar.gz
cd $PRGNAM
chown -R root:root .
find -L . \

View file

@ -1,8 +1,8 @@
PRGNAM="RepeatMasker"
VERSION="4.1.1"
VERSION="4.1.2_p1"
HOMEPAGE="http://www.repeatmasker.org/"
DOWNLOAD="http://www.repeatmasker.org/RepeatMasker-4.1.1.tar.gz"
MD5SUM="6df7b188757b5ef2d2575320eb0b014e"
DOWNLOAD="http://www.repeatmasker.org/RepeatMasker/RepeatMasker-4.1.2-p1.tar.gz"
MD5SUM="fbab50d0c467a9beca316020efc20ee4"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="perl-Text-Soundex trfind HMMER ncbi-rmblastn"