diff options
author | brobr <sborg63@disroot.org> | 2023-04-13 17:55:02 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-04-15 07:15:39 +0700 |
commit | 1c2c678c23f25c763de6d9e3a54290dbf1fb4495 (patch) | |
tree | 4e91bc24c3685d75074143820fdf10c6d796ca78 /academic | |
parent | 5fc76afc90252873f808965d8c411e92a165db49 (diff) |
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')
-rw-r--r-- | academic/samtools/samtools.SlackBuild | 6 | ||||
-rw-r--r-- | academic/samtools/samtools.info | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/academic/samtools/samtools.SlackBuild b/academic/samtools/samtools.SlackBuild index 36a2586dc7020..6046491374a94 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} diff --git a/academic/samtools/samtools.info b/academic/samtools/samtools.info index 275fbb6ef9812..7cd2fd9dc4cf3 100644 --- a/academic/samtools/samtools.info +++ b/academic/samtools/samtools.info @@ -1,8 +1,8 @@ PRGNAM="samtools" -VERSION="1.16.1" +VERSION="1.17" HOMEPAGE="http://www.htslib.org" -DOWNLOAD="https://github.com/samtools/samtools/releases/download/1.16.1/samtools-1.16.1.tar.bz2" -MD5SUM="48a0e1c1535c2ca431034a3381ae5a9e" +DOWNLOAD="https://github.com/samtools/samtools/releases/download/1.17/samtools-1.17.tar.bz2" +MD5SUM="68915e09bf64bbbce471f11706589c13" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="htslib" |