academic/mafft: Updated for version 7.402.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
d505cccf4c
commit
3f650aaf7a
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=mafft
|
||||
VERSION=${VERSION:-7.313}
|
||||
VERSION=${VERSION:-7.402}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -120,7 +120,7 @@ for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; r
|
|||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a \
|
||||
license license.extensions readme \
|
||||
license readme \
|
||||
$PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
cat $CWD/References > $PKG/usr/doc/$PRGNAM-$VERSION/References
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="mafft"
|
||||
VERSION="7.313"
|
||||
VERSION="7.402"
|
||||
HOMEPAGE="https://mafft.cbrc.jp/alignment/software/"
|
||||
DOWNLOAD="https://mafft.cbrc.jp/alignment/software/mafft-7.313-with-extensions-src.tgz"
|
||||
MD5SUM="4d2c3961009212d0711874fb5440af4d"
|
||||
DOWNLOAD="https://mafft.cbrc.jp/alignment/software/mafft-7.402-with-extensions-src.tgz"
|
||||
MD5SUM="f7bd260bd9273fb48384cc6e2903b71d"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue