mirror of
https://github.com/Ponce/slackbuilds
synced 2024-12-02 13:04:42 +01:00
academic/DendroPy: Updated for version 4.5.1.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
This commit is contained in:
parent
86fb12e570
commit
01f1d2279a
2 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for DendroPy
|
||||
|
||||
# Copyright 2019-2021 Petar Petrov slackalaxy@gmail.com
|
||||
# Copyright 2019-2022 Petar Petrov slackalaxy@gmail.com
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=DendroPy
|
||||
VERSION=${VERSION:-4.4.0}
|
||||
VERSION=${VERSION:-4.5.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="DendroPy"
|
||||
VERSION="4.4.0"
|
||||
VERSION="4.5.1"
|
||||
HOMEPAGE="https://dendropy.org/"
|
||||
DOWNLOAD="https://github.com/jeetsukumaran/DendroPy/archive/v4.4.0/DendroPy-4.4.0.tar.gz"
|
||||
MD5SUM="171d9f435bc990778a0460a8224b3d76"
|
||||
DOWNLOAD="https://github.com/jeetsukumaran/DendroPy/archive/v4.5.1/DendroPy-4.5.1.tar.gz"
|
||||
MD5SUM="c00c554c26c4a3136c835bb37ecafae7"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue