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