summaryrefslogtreecommitdiffstats
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
parentdb8590bae9b96034a35fcd0e255473d0518ab90b (diff)
downloadslackbuilds-4d4bf91f6fe7e1f78ebb9de0927275c0370f71fe.tar.gz
academic/samtools: Update to version 1.15
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--academic/samtools/samtools.SlackBuild4
-rw-r--r--academic/samtools/samtools.info6
2 files changed, 5 insertions, 5 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}
diff --git a/academic/samtools/samtools.info b/academic/samtools/samtools.info
index b260a4aeed..9bd9f67100 100644
--- a/academic/samtools/samtools.info
+++ b/academic/samtools/samtools.info
@@ -1,8 +1,8 @@
PRGNAM="samtools"
-VERSION="1.14"
+VERSION="1.15"
HOMEPAGE="http://www.htslib.org"
-DOWNLOAD="https://github.com/samtools/samtools/releases/download/1.14/samtools-1.14.tar.bz2"
-MD5SUM="7bf6a6134e468608a716296dd12095a7"
+DOWNLOAD="https://github.com/samtools/samtools/releases/download/1.15/samtools-1.15.tar.bz2"
+MD5SUM="69a7549c3dbbe1f879c5bc48403e82b3"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="htslib"