diff options
author | brobr <sborg63@disroot.org> | 2024-01-27 18:55:46 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-01-30 07:50:43 +0700 |
commit | e6e008bf40ee3192da9bc4a88d46b0c82019853a (patch) | |
tree | 8ce7061dbc97c804304552f48451c117fd392d56 /academic/samtools/samtools.SlackBuild | |
parent | 4f68d2ced96491dd2448ee2ad8ce4c30209a9cd3 (diff) |
academic/samtools: Upgrade to version 1.19.2
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'academic/samtools/samtools.SlackBuild')
-rw-r--r-- | academic/samtools/samtools.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/academic/samtools/samtools.SlackBuild b/academic/samtools/samtools.SlackBuild index d7343d27ddb43..7efbaf3288ca1 100644 --- a/academic/samtools/samtools.SlackBuild +++ b/academic/samtools/samtools.SlackBuild @@ -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} |