academic/bcftools: Upgrade to version 1.16

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
brobr 2022-10-14 22:15:50 +01:00 committed by Willy Sudiarto Raharjo
parent 9325983768
commit ee794abc00
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 4 additions and 4 deletions

View File

@ -24,7 +24,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=bcftools
VERSION=${VERSION:-1.15.1}
VERSION=${VERSION:-1.16}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View File

@ -1,8 +1,8 @@
PRGNAM="bcftools"
VERSION="1.15.1"
VERSION="1.16"
HOMEPAGE="http://www.htslib.org"
DOWNLOAD="https://github.com/samtools/bcftools/releases/download/1.15.1/bcftools-1.15.1.tar.bz2"
MD5SUM="37e0cbdbcbeb844b8592f4a2acb2fe3f"
DOWNLOAD="https://github.com/samtools/bcftools/releases/download/1.16/bcftools-1.16.tar.bz2"
MD5SUM="e72d4ec55a7a27933165ff60388d4f39"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="htslib"