libraries/htslib: Updated for version 1.17.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
2ebab2060d
commit
60ea40def8
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for htslib
|
||||
|
||||
# Copyright 2018-2022 Rob van Nues # All rights reserved.
|
||||
# Copyright 2018-2023 Rob van Nues # All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
# permitted provided that the following conditions are met:
|
||||
|
@ -24,7 +24,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=htslib
|
||||
VERSION=${VERSION:-1.16}
|
||||
VERSION=${VERSION:-1.17}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="htslib"
|
||||
VERSION="1.16"
|
||||
VERSION="1.17"
|
||||
HOMEPAGE="http://www.htslib.org"
|
||||
DOWNLOAD="https://github.com/samtools/htslib/releases/download/1.16/htslib-1.16.tar.bz2"
|
||||
MD5SUM="d31777ef90d1369a52049ba0ac3c0375"
|
||||
DOWNLOAD="https://github.com/samtools/htslib/releases/download/1.17/htslib-1.17.tar.bz2"
|
||||
MD5SUM="ff47f4b09e5202cebc3f80e7e02c7728"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue