summaryrefslogtreecommitdiffstats
path: root/academic/samtools/samtools.SlackBuild
diff options
context:
space:
mode:
author brobr2022-03-04 16:12:31 +0100
committer Willy Sudiarto Raharjo2022-03-05 02:18:59 +0100
commit4d4bf91f6fe7e1f78ebb9de0927275c0370f71fe (patch)
treeb4cc504f9efc1e5f1bdd668b839e92a1cf7b4eb5 /academic/samtools/samtools.SlackBuild
parentdb8590bae9b96034a35fcd0e255473d0518ab90b (diff)
downloadslackbuilds-4d4bf91f6fe7e1f78ebb9de0927275c0370f71fe.tar.gz
academic/samtools: Update to version 1.15
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'academic/samtools/samtools.SlackBuild')
-rw-r--r--academic/samtools/samtools.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/academic/samtools/samtools.SlackBuild b/academic/samtools/samtools.SlackBuild
index 781cc8b6d4..5fd0c1ff4b 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-2021 Rob van Nues # All rights reserved.
+# Copyright 2017-2022 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,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=samtools
-VERSION=${VERSION:-1.14}
+VERSION=${VERSION:-1.15}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}