mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
academic/samtools: Upgrade to version 1.18
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
cd17b2f292
commit
c084babcc4
2 changed files with 5 additions and 5 deletions
|
@ -25,8 +25,8 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=samtools
|
||||
VERSION=${VERSION:-1.17}
|
||||
HTSLIBV=${HTSLIBV:-1.17}
|
||||
VERSION=${VERSION:-1.18}
|
||||
HTSLIBV=${HTSLIBV:-1.18}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="samtools"
|
||||
VERSION="1.17"
|
||||
VERSION="1.18"
|
||||
HOMEPAGE="http://www.htslib.org"
|
||||
DOWNLOAD="https://github.com/samtools/samtools/releases/download/1.17/samtools-1.17.tar.bz2"
|
||||
MD5SUM="68915e09bf64bbbce471f11706589c13"
|
||||
DOWNLOAD="https://github.com/samtools/samtools/releases/download/1.18/samtools-1.18.tar.bz2"
|
||||
MD5SUM="eef1378084dc3888f6dd59f522886d6c"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="htslib"
|
||||
|
|
Loading…
Reference in a new issue