academic/samtools: 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
5fc76afc90
commit
1c2c678c23
|
@ -3,7 +3,7 @@
|
|||
# Slackware build script for samtools
|
||||
|
||||
# Copyright 2013-2016 Petar Petrov slackalaxy@gmail.com
|
||||
# Copyright 2017-2022 Rob van Nues # All rights reserved.
|
||||
# Copyright 2017-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:
|
||||
|
@ -25,8 +25,8 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=samtools
|
||||
VERSION=${VERSION:-1.16.1}
|
||||
HTSLIBV=${HTSLIBV:-1.16}
|
||||
VERSION=${VERSION:-1.17}
|
||||
HTSLIBV=${HTSLIBV:-1.17}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="samtools"
|
||||
VERSION="1.16.1"
|
||||
VERSION="1.17"
|
||||
HOMEPAGE="http://www.htslib.org"
|
||||
DOWNLOAD="https://github.com/samtools/samtools/releases/download/1.16.1/samtools-1.16.1.tar.bz2"
|
||||
MD5SUM="48a0e1c1535c2ca431034a3381ae5a9e"
|
||||
DOWNLOAD="https://github.com/samtools/samtools/releases/download/1.17/samtools-1.17.tar.bz2"
|
||||
MD5SUM="68915e09bf64bbbce471f11706589c13"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="htslib"
|
||||
|
|
Loading…
Reference in New Issue