diff options
author | brobr <sborg63@disroot.org> | 2022-03-04 15:12:31 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-03-05 08:18:59 +0700 |
commit | 4d4bf91f6fe7e1f78ebb9de0927275c0370f71fe (patch) | |
tree | b4cc504f9efc1e5f1bdd668b839e92a1cf7b4eb5 /academic/samtools/samtools.SlackBuild | |
parent | db8590bae9b96034a35fcd0e255473d0518ab90b (diff) |
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.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/academic/samtools/samtools.SlackBuild b/academic/samtools/samtools.SlackBuild index 781cc8b6d421..5fd0c1ff4bd1 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} |