summaryrefslogtreecommitdiffstats
path: root/academic/samtools/samtools.SlackBuild
diff options
context:
space:
mode:
author brobr2023-04-13 18:55:02 +0200
committer Willy Sudiarto Raharjo2023-04-15 02:15:39 +0200
commit1c2c678c23f25c763de6d9e3a54290dbf1fb4495 (patch)
tree4e91bc24c3685d75074143820fdf10c6d796ca78 /academic/samtools/samtools.SlackBuild
parent5fc76afc90252873f808965d8c411e92a165db49 (diff)
downloadslackbuilds-1c2c678c23f25c763de6d9e3a54290dbf1fb4495.tar.gz
academic/samtools: Updated for version 1.17.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'academic/samtools/samtools.SlackBuild')
-rw-r--r--academic/samtools/samtools.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/academic/samtools/samtools.SlackBuild b/academic/samtools/samtools.SlackBuild
index 36a2586dc7..6046491374 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-2022 Rob van Nues # All rights reserved.
+# Copyright 2017-2023 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.16.1}
-HTSLIBV=${HTSLIBV:-1.16}
+VERSION=${VERSION:-1.17}
+HTSLIBV=${HTSLIBV:-1.17}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}