diff options
author | brobr <sborg63@disroot.org> | 2023-04-13 17:39:55 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-04-15 07:15:38 +0700 |
commit | 60ea40def81263c47de0e232af2dc6bfc9ba0109 (patch) | |
tree | c43ea0f3856a556a06a589b2b640264ef8ef77a5 /libraries/htslib/htslib.SlackBuild | |
parent | 2ebab2060df59b573d79309570167d2d8c14bc99 (diff) |
libraries/htslib: 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 'libraries/htslib/htslib.SlackBuild')
-rw-r--r-- | libraries/htslib/htslib.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libraries/htslib/htslib.SlackBuild b/libraries/htslib/htslib.SlackBuild index d0d12c5ee4a20..3643ae0c5a7d4 100644 --- a/libraries/htslib/htslib.SlackBuild +++ b/libraries/htslib/htslib.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for htslib -# Copyright 2018-2022 Rob van Nues # All rights reserved. +# Copyright 2018-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: @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=htslib -VERSION=${VERSION:-1.16} +VERSION=${VERSION:-1.17} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |