diff options
Diffstat (limited to 'academic/bcftools/bcftools.SlackBuild')
-rw-r--r-- | academic/bcftools/bcftools.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/academic/bcftools/bcftools.SlackBuild b/academic/bcftools/bcftools.SlackBuild index cf73ee41e1..ae1ea644ff 100644 --- a/academic/bcftools/bcftools.SlackBuild +++ b/academic/bcftools/bcftools.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for bcftools -# Copyright 2017-2024 Rob van Nues # All rights reserved. +# Copyright 2017-2025 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: @@ -24,8 +24,8 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=bcftools -VERSION=${VERSION:-1.21} -HTSLIBV=${HTSLIBV:-1.21} +VERSION=${VERSION:-1.22} +HTSLIBV=${HTSLIBV:-1.22} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |