mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
academic/bcftools: Updated for version 1.13
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
a461fbaa9c
commit
bf78665895
2 changed files with 5 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
# Slackware build script for samtools
|
||||
# Slackware build script for bcftools
|
||||
|
||||
# Copyright 2017-2021 Rob van Nues # All rights reserved.
|
||||
#
|
||||
|
@ -21,11 +21,10 @@
|
|||
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
|
||||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=bcftools
|
||||
VERSION=${VERSION:-1.12}
|
||||
VERSION=${VERSION:-1.13}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
@ -45,7 +44,6 @@ if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
|
|||
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
|
||||
exit 0
|
||||
fi
|
||||
|
||||
TMP=${TMP:-/tmp/SBo}
|
||||
PKG=$TMP/package-$PRGNAM
|
||||
OUTPUT=${OUTPUT:-/tmp}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="bcftools"
|
||||
VERSION="1.12"
|
||||
VERSION="1.13"
|
||||
HOMEPAGE="http://www.htslib.org"
|
||||
DOWNLOAD="https://github.com/samtools/bcftools/releases/download/1.12/bcftools-1.12.tar.bz2"
|
||||
MD5SUM="d3622cb3e52039055fd91ad65ea5131e"
|
||||
DOWNLOAD="https://github.com/samtools/bcftools/releases/download/1.13/bcftools-1.13.tar.bz2"
|
||||
MD5SUM="c540ca90d61b7bb395f52aafc959fd4a"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="htslib"
|
||||
|
|
Loading…
Reference in a new issue