academic/samtools: Updated for version 1.13

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
brobr 2021-10-15 12:21:53 +01:00 committed by Willy Sudiarto Raharjo
parent bf78665895
commit 8d08e24ecc
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 4 additions and 4 deletions

View file

@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=samtools
VERSION=${VERSION:-1.12}
VERSION=${VERSION:-1.13}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,8 +1,8 @@
PRGNAM="samtools"
VERSION="1.12"
VERSION="1.13"
HOMEPAGE="http://www.htslib.org"
DOWNLOAD="https://github.com/samtools/samtools/releases/download/1.12/samtools-1.12.tar.bz2"
MD5SUM="14540f346cc2f438cea21b2fa7e40fb5"
DOWNLOAD="https://github.com/samtools/samtools/releases/download/1.13/samtools-1.13.tar.bz2"
MD5SUM="af84073059a5c867a5801d845ed305e9"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="htslib"