mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
academic/mrbayes: version bump
This commit is contained in:
parent
09248e745f
commit
8b9883543c
3 changed files with 7 additions and 7 deletions
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=mrbayes
|
||||
VERSION=${VERSION:-3.2.5}
|
||||
VERSION=${VERSION:-3.2.6}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -59,9 +59,9 @@ set -e
|
|||
rm -rf $PKG
|
||||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf ${PRGNAM}_${VERSION}
|
||||
rm -rf ${PRGNAM}-${VERSION}
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
|
||||
cd ${PRGNAM}_${VERSION}
|
||||
cd ${PRGNAM}-${VERSION}
|
||||
chown -R root:root .
|
||||
find -L . \
|
||||
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="mrbayes"
|
||||
VERSION="3.2.5"
|
||||
VERSION="3.2.6"
|
||||
HOMEPAGE="http://mrbayes.sourceforge.net/"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/mrbayes/mrbayes-3.2.5.tar.gz"
|
||||
MD5SUM="a85a63e5382bc7ea36b1ce1c2138ee6e"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/mrbayes/mrbayes-3.2.6.tar.gz"
|
||||
MD5SUM="95f9822f24be47b976bf87540b55d1fe"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
|
@ -14,6 +14,6 @@ mrbayes: MrBayes uses Markov chain Monte Carlo (MCMC) methods to
|
|||
mrbayes: estimate the posterior distribution of model parameters.
|
||||
mrbayes:
|
||||
mrbayes: Home: http://mrbayes.sourceforge.net/
|
||||
mrbayes: References: /usr/doc/mrbayes-3.2.5/References
|
||||
mrbayes: References: /usr/doc/mrbayes-3.2.6/References
|
||||
mrbayes:
|
||||
mrbayes:
|
||||
|
|
Loading…
Reference in a new issue