summaryrefslogtreecommitdiffstats
path: root/academic
diff options
context:
space:
mode:
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
commite6e008bf40ee3192da9bc4a88d46b0c82019853a (patch)
tree8ce7061dbc97c804304552f48451c117fd392d56 /academic
parent4f68d2ced96491dd2448ee2ad8ce4c30209a9cd3 (diff)
downloadslackbuilds-e6e008bf40ee3192da9bc4a88d46b0c82019853a.tar.gz
slackbuilds-e6e008bf40ee3192da9bc4a88d46b0c82019853a.tar.xz
academic/samtools: Upgrade to version 1.19.2
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'academic')
-rw-r--r--academic/samtools/samtools.SlackBuild6
-rw-r--r--academic/samtools/samtools.info6
2 files changed, 6 insertions, 6 deletions
diff --git a/academic/samtools/samtools.SlackBuild b/academic/samtools/samtools.SlackBuild
index d7343d27dd..7efbaf3288 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}
diff --git a/academic/samtools/samtools.info b/academic/samtools/samtools.info
index 20e0a50ae3..eef9473b1e 100644
--- a/academic/samtools/samtools.info
+++ b/academic/samtools/samtools.info
@@ -1,8 +1,8 @@
PRGNAM="samtools"
-VERSION="1.19"
+VERSION="1.19.2"
HOMEPAGE="http://www.htslib.org"
-DOWNLOAD="https://github.com/samtools/samtools/releases/download/1.19/samtools-1.19.tar.bz2"
-MD5SUM="6cb3383c6d454eb13752e293926b8b26"
+DOWNLOAD="https://github.com/samtools/samtools/releases/download/1.19.2/samtools-1.19.2.tar.bz2"
+MD5SUM="318492d95f5d8cef697442d1be996b77"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="htslib"