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:
brobr 2023-04-13 17:55:02 +01:00 committed by Willy Sudiarto Raharjo
parent 5fc76afc90
commit 1c2c678c23
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 6 additions and 6 deletions

View File

@ -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}

View File

@ -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"