academic/samtools: Updated to version 1.21

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
brobr 2024-10-12 00:44:06 +01:00 committed by Willy Sudiarto Raharjo
parent f1bbd6d465
commit a7fad4210c
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 5 additions and 5 deletions

View file

@ -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}

View file

@ -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"