diff options
author | Petar Petrov <slackalaxy@gmail.com> | 2022-09-05 10:12:17 +0100 |
---|---|---|
committer | Dave Woodfall <dave@slackbuilds.org> | 2022-09-08 08:11:03 +0100 |
commit | dc6544acbda8a11624ca590e6ca464f4a42d1133 (patch) | |
tree | 6b488cf327ceceac8061daac9e4a64fac6af80e5 /academic | |
parent | 01f1d2279a32498965c9d74a03778035be1a3154 (diff) | |
download | slackbuilds-dc6544acbda8a11624ca590e6ca464f4a42d1133.tar.gz |
academic/hyphy: Updated for version 2.5.41.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Diffstat (limited to 'academic')
-rw-r--r-- | academic/hyphy/hyphy.SlackBuild | 4 | ||||
-rw-r--r-- | academic/hyphy/hyphy.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/academic/hyphy/hyphy.SlackBuild b/academic/hyphy/hyphy.SlackBuild index 954ebd08dd..295b839397 100644 --- a/academic/hyphy/hyphy.SlackBuild +++ b/academic/hyphy/hyphy.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for hyphy -# Copyright 2017-2021 Petar Petrov slackalaxy@gmail.com +# Copyright 2017-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=hyphy -VERSION=${VERSION:-2.5.31} +VERSION=${VERSION:-2.5.41} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/academic/hyphy/hyphy.info b/academic/hyphy/hyphy.info index 440a4e7e1d..987076751a 100644 --- a/academic/hyphy/hyphy.info +++ b/academic/hyphy/hyphy.info @@ -1,8 +1,8 @@ PRGNAM="hyphy" -VERSION="2.5.31" +VERSION="2.5.41" HOMEPAGE="https://veg.github.io/hyphy-site/" -DOWNLOAD="https://github.com/veg/hyphy/archive/2.5.31/hyphy-2.5.31.tar.gz" -MD5SUM="f4d6e48aa47b657810e29dacf183860b" +DOWNLOAD="https://github.com/veg/hyphy/archive/2.5.41/hyphy-2.5.41.tar.gz" +MD5SUM="07606e4a7d6d047f9a6ea1dddd986acb" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="openmpi" |