academic/bcftools: Upgrade to version 1.18

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
brobr 2023-09-17 21:42:37 +01:00 committed by Willy Sudiarto Raharjo
parent c797ef064d
commit 6bb11f8730
No known key found for this signature in database
GPG key ID: 3F617144D7238786
3 changed files with 7 additions and 7 deletions

View file

@ -24,8 +24,8 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=bcftools
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}

View file

@ -1,8 +1,8 @@
PRGNAM="bcftools"
VERSION="1.17"
VERSION="1.18"
HOMEPAGE="http://www.htslib.org"
DOWNLOAD="https://github.com/samtools/bcftools/releases/download/1.17/bcftools-1.17.tar.bz2"
MD5SUM="90dbae57676dd0df22e764beb66a9fce"
DOWNLOAD="https://github.com/samtools/bcftools/releases/download/1.18/bcftools-1.18.tar.bz2"
MD5SUM="39c51d69cff922c9c77ccb88134b5fce"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="htslib"

View file

@ -10,9 +10,9 @@ bcftools: bcftools (BCF calling tools)
bcftools:
bcftools: bcftools contains all the "vcf..." commands which previously lived in
bcftools: the htslib repository (such as vcfcheck, vcfmerge, vcfisec, etc.) and
bcftools: the samtools BCF calling from bcftools subdirectory of the previous
bcftools: the samtools BCF calling from bcftools subdirectory of the 'legacy'
bcftools: samtools. BCFtools are meant as a faster replacement for most of the
bcftools: perl VCFtools commands. Bcftools comes with its own hstlib sources.
bcftools: perl VCFtools commands.
bcftools:
bcftools: Homepage: http://www.htslib.org
bcftools: