diff options
author | 2025-06-06 13:59:25 +0100 | |
---|---|---|
committer | 2025-06-06 23:34:21 +0700 | |
commit | f7e9a3459225d5248ba771f1c616c85d8170be9a (patch) | |
tree | b5177f4bea4b8f57cad5e45e6e68834327a068e4 /libraries | |
parent | 70d53cd2755359e2457a9983eda970ecdfa68a60 (diff) | |
download | slackbuilds-f7e9a3459225d5248ba771f1c616c85d8170be9a.tar.gz slackbuilds-f7e9a3459225d5248ba771f1c616c85d8170be9a.tar.xz |
libraries/htslib: Updated to version 1.22
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries')
-rw-r--r-- | libraries/htslib/htslib.SlackBuild | 4 | ||||
-rw-r--r-- | libraries/htslib/htslib.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/libraries/htslib/htslib.SlackBuild b/libraries/htslib/htslib.SlackBuild index 7c35a5d95f..170d39ee84 100644 --- a/libraries/htslib/htslib.SlackBuild +++ b/libraries/htslib/htslib.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for htslib -# Copyright 2018-2024 Rob van Nues # All rights reserved. +# Copyright 2018-2025 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: @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=htslib -VERSION=${VERSION:-1.21} +VERSION=${VERSION:-1.22} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/libraries/htslib/htslib.info b/libraries/htslib/htslib.info index b6926bbc85..d83cc4b84c 100644 --- a/libraries/htslib/htslib.info +++ b/libraries/htslib/htslib.info @@ -1,8 +1,8 @@ PRGNAM="htslib" -VERSION="1.21" +VERSION="1.22" HOMEPAGE="http://www.htslib.org" -DOWNLOAD="https://github.com/samtools/htslib/releases/download/1.21/htslib-1.21.tar.bz2" -MD5SUM="e10407ad47233ab762e2aa6eefec9921" +DOWNLOAD="https://github.com/samtools/htslib/releases/download/1.22/htslib-1.22.tar.bz2" +MD5SUM="0c99a80bc5f03eb4329b3a522671b5b7" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |