libraries/htslib: Upgrade to version 1.16

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
brobr 2022-10-14 22:10:09 +01:00 committed by Willy Sudiarto Raharjo
parent e31c8e799d
commit 9325983768
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=htslib
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="htslib"
VERSION="1.15.1"
VERSION="1.16"
HOMEPAGE="http://www.htslib.org"
DOWNLOAD="https://github.com/samtools/htslib/releases/download/1.15.1/htslib-1.15.1.tar.bz2"
MD5SUM="9ea5cff8edcebb01f31dd02bd4d2a082"
DOWNLOAD="https://github.com/samtools/htslib/releases/download/1.16/htslib-1.16.tar.bz2"
MD5SUM="d31777ef90d1369a52049ba0ac3c0375"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""