mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-06 08:26:50 +01:00
academic/bcftools: Updated for version 1.12.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
4450a4562b
commit
9f44fb23d8
2 changed files with 7 additions and 7 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for samtools
|
||||
|
||||
# Copyright 2017-2020 Rob van Nues # All rights reserved.
|
||||
# Copyright 2017-2021 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:
|
||||
|
@ -22,10 +22,10 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
|
||||
PRGNAM=bcftools
|
||||
VERSION=${VERSION:-1.11}
|
||||
PRGNAM=bcftools
|
||||
VERSION=${VERSION:-1.12}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
case "$( uname -m )" in
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="bcftools"
|
||||
VERSION="1.11"
|
||||
VERSION="1.12"
|
||||
HOMEPAGE="http://www.htslib.org"
|
||||
DOWNLOAD="https://github.com/samtools/bcftools/releases/download/1.11/bcftools-1.11.tar.bz2"
|
||||
MD5SUM="58908e9280e2a3f2c309177a43dc09af"
|
||||
DOWNLOAD="https://github.com/samtools/bcftools/releases/download/1.12/bcftools-1.12.tar.bz2"
|
||||
MD5SUM="d3622cb3e52039055fd91ad65ea5131e"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="htslib"
|
||||
|
|
Loading…
Reference in a new issue