libraries/htslib: Updated for version 1.11.

Signed-off-by: Dave Woodfall <dave@slackbuilds.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Rob van Nues 2020-10-09 01:58:32 +01:00 committed by Willy Sudiarto Raharjo
parent 91bffe057f
commit 7fa72d7409
No known key found for this signature in database
GPG key ID: 3F617144D7238786
3 changed files with 11 additions and 11 deletions

View file

@ -1,8 +1,8 @@
Prior to the introduction of HTSlib, SAMtools and BCFtools were distributed
in a single samtools-0.1.x package. This old version remains available from
SBo as samtools-legacy.
Prior to the introduction of HTSlib, SAMtools and BCFtools were
distributed in a single samtools-0.1.x package. This old version remains
available from SBo as samtools-legacy.
HTSlib has been distributed as a separate package to facilitate the writing
of programs against the HTSlib API. HTSlib also provides the bgzip, htsfile,
and tabix utilities, so the installation of HTSlib provides these utilities
as well.
HTSlib has been distributed as a separate package to facilitate the
writing of programs against the HTSlib API. HTSlib also provides the
bgzip, htsfile, and tabix utilities, so the installation of HTSlib
provides these utilities as well.

View file

@ -22,7 +22,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=htslib
VERSION=${VERSION:-1.10.2}
VERSION=${VERSION:-1.11}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="htslib"
VERSION="1.10.2"
VERSION="1.11"
HOMEPAGE="http://www.htslib.org"
DOWNLOAD="https://github.com/samtools/htslib/releases/download/1.10.2/htslib-1.10.2.tar.bz2"
MD5SUM="9b03764c4809388625ab0b6352b13c93"
DOWNLOAD="https://github.com/samtools/htslib/releases/download/1.11/htslib-1.11.tar.bz2"
MD5SUM="c488c7a79283e5252c04cae335ee80e8"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""