diff options
author | Rob van Nues <sborg63@disroot.org> | 2020-10-09 01:58:32 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-10-10 10:18:46 +0700 |
commit | 7fa72d74093621262bde76bed4972394b9e15f40 (patch) | |
tree | 000a00a24e1e721f66754e6d8d229e8b186f0037 /libraries/htslib | |
parent | 91bffe057f826dcfdba3a3aca0b294a3ebf298e6 (diff) | |
download | slackbuilds-7fa72d74093621262bde76bed4972394b9e15f40.tar.gz |
libraries/htslib: Updated for version 1.11.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/htslib')
-rw-r--r-- | libraries/htslib/README | 14 | ||||
-rw-r--r-- | libraries/htslib/htslib.SlackBuild | 2 | ||||
-rw-r--r-- | libraries/htslib/htslib.info | 6 |
3 files changed, 11 insertions, 11 deletions
diff --git a/libraries/htslib/README b/libraries/htslib/README index 05556cf5bb..0ec918852b 100644 --- a/libraries/htslib/README +++ b/libraries/htslib/README @@ -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. diff --git a/libraries/htslib/htslib.SlackBuild b/libraries/htslib/htslib.SlackBuild index b45a1bac01..a41bca6523 100644 --- a/libraries/htslib/htslib.SlackBuild +++ b/libraries/htslib/htslib.SlackBuild @@ -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} diff --git a/libraries/htslib/htslib.info b/libraries/htslib/htslib.info index 79a3d799d3..334085905e 100644 --- a/libraries/htslib/htslib.info +++ b/libraries/htslib/htslib.info @@ -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="" |