From 4f68d2ced96491dd2448ee2ad8ce4c30209a9cd3 Mon Sep 17 00:00:00 2001 From: brobr Date: Sat, 27 Jan 2024 18:50:01 +0000 Subject: libraries/htslib: Upgrade to version 1.19.1 Signed-off-by: Willy Sudiarto Raharjo --- libraries/htslib/htslib.SlackBuild | 11 +++-------- libraries/htslib/htslib.info | 6 +++--- 2 files changed, 6 insertions(+), 11 deletions(-) (limited to 'libraries/htslib') diff --git a/libraries/htslib/htslib.SlackBuild b/libraries/htslib/htslib.SlackBuild index 0157d69f18..b27ea38502 100644 --- a/libraries/htslib/htslib.SlackBuild +++ b/libraries/htslib/htslib.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for htslib -# Copyright 2018-2023 Rob van Nues # All rights reserved. +# Copyright 2018-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: @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=htslib -VERSION=${VERSION:-1.19} +VERSION=${VERSION:-1.19.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -37,9 +37,6 @@ if [ -z "$ARCH" ]; then esac fi -# If the variable PRINT_PACKAGE_NAME is set, then this script will report what -# the name of the created package would be, and then exit. This information -# could be useful to other scripts. if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" exit 0 @@ -110,9 +107,7 @@ find $PKG/usr/man -type f -exec gzip -9 {} \; for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a \ - README LICENSE INSTALL NEWS \ - $PKG/usr/doc/$PRGNAM-$VERSION +cp -a README LICENSE NEWS $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install diff --git a/libraries/htslib/htslib.info b/libraries/htslib/htslib.info index 7c28623bcf..dd142db7c4 100644 --- a/libraries/htslib/htslib.info +++ b/libraries/htslib/htslib.info @@ -1,8 +1,8 @@ PRGNAM="htslib" -VERSION="1.19" +VERSION="1.19.1" HOMEPAGE="http://www.htslib.org" -DOWNLOAD="https://github.com/samtools/htslib/releases/download/1.19/htslib-1.19.tar.bz2" -MD5SUM="bcafddbb6153cfc7deb9d08c3b420be1" +DOWNLOAD="https://github.com/samtools/htslib/releases/download/1.19.1/htslib-1.19.1.tar.bz2" +MD5SUM="f9b2f75e1e9ec6cc5c1e204d56fbee9e" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" -- cgit v1.2.3-65-gdbad