academic/bcftools: Updted to version 1.15.1

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
brobr 2022-04-10 00:13:31 +01:00 committed by Willy Sudiarto Raharjo
parent be923e7076
commit 995f4636a8
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}
VERSION=${VERSION:-1.15.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View File

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