mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
academic/hyphy: Updated for version 2.5.49.
Signed-off-by: bedlam <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
11335445ec
commit
293d924030
2 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for hyphy
|
||||
|
||||
# Copyright 2017-2022 Petar Petrov slackalaxy@gmail.com
|
||||
# Copyright 2017-2023 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.42}
|
||||
VERSION=${VERSION:-2.5.49}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="hyphy"
|
||||
VERSION="2.5.42"
|
||||
VERSION="2.5.49"
|
||||
HOMEPAGE="https://veg.github.io/hyphy-site/"
|
||||
DOWNLOAD="https://github.com/veg/hyphy/archive/2.5.42/hyphy-2.5.42.tar.gz"
|
||||
MD5SUM="95138ab89078c5ea64f71822faf67176"
|
||||
DOWNLOAD="https://github.com/veg/hyphy/archive/2.5.49/hyphy-2.5.49.tar.gz"
|
||||
MD5SUM="cdb9283d628d0cd9baddaa89072839c1"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="openmpi"
|
||||
|
|
Loading…
Reference in a new issue