academic/samtools: Upgrade to version 1.19.2

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
brobr 2024-01-27 18:55:46 +00:00 committed by Willy Sudiarto Raharjo
parent 4f68d2ced9
commit e6e008bf40
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-2023 Rob van Nues # All rights reserved.
# Copyright 2017-2024 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.19}
HTSLIBV=${HTSLIBV:-1.19}
VERSION=${VERSION:-1.19.2}
HTSLIBV=${HTSLIBV:-1.19.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,8 +1,8 @@
PRGNAM="samtools"
VERSION="1.19"
VERSION="1.19.2"
HOMEPAGE="http://www.htslib.org"
DOWNLOAD="https://github.com/samtools/samtools/releases/download/1.19/samtools-1.19.tar.bz2"
MD5SUM="6cb3383c6d454eb13752e293926b8b26"
DOWNLOAD="https://github.com/samtools/samtools/releases/download/1.19.2/samtools-1.19.2.tar.bz2"
MD5SUM="318492d95f5d8cef697442d1be996b77"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="htslib"