diff options
author | Jeremy Hansen <jebrhansen+github@gmail.com> | 2024-09-06 17:55:43 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-09-07 08:52:48 +0700 |
commit | 1a3ca92a76d188fd2817c7f4dc18c4cc483945f9 (patch) | |
tree | 06e9a3a53705829216d82b133ee5e69f5add70e9 /libraries | |
parent | 5bf05705e5585d1398e0d58f20cddca1e68314b3 (diff) |
libraries/libnfs: Version bump to 5.0.2 + New maintainer
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries')
-rw-r--r-- | libraries/libnfs/libnfs.SlackBuild | 6 | ||||
-rw-r--r-- | libraries/libnfs/libnfs.info | 10 |
2 files changed, 7 insertions, 9 deletions
diff --git a/libraries/libnfs/libnfs.SlackBuild b/libraries/libnfs/libnfs.SlackBuild index 8c76d4fc185e..6fb9590a50bd 100644 --- a/libraries/libnfs/libnfs.SlackBuild +++ b/libraries/libnfs/libnfs.SlackBuild @@ -3,6 +3,7 @@ # Slackware build script for libnfs # Copyright 2012-2019 Larry Hajali <larryhaja[at]gmail[dot]com> +# Copyright 2024 Jeremy Hansen <jebrhansen+SBo@gmail.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=libnfs -VERSION=${VERSION:-5.0.1} +VERSION=${VERSION:-5.0.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -38,9 +39,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 diff --git a/libraries/libnfs/libnfs.info b/libraries/libnfs/libnfs.info index d01a3179ef2d..e375612ac3bc 100644 --- a/libraries/libnfs/libnfs.info +++ b/libraries/libnfs/libnfs.info @@ -1,10 +1,10 @@ PRGNAM="libnfs" -VERSION="5.0.1" +VERSION="5.0.2" HOMEPAGE="https://github.com/sahlberg/libnfs" -DOWNLOAD="https://github.com/sahlberg/libnfs/archive/libnfs-5.0.1/libnfs-libnfs-5.0.1.tar.gz" -MD5SUM="4bd3d1fc097c9ba51c7182980b44ab5f" +DOWNLOAD="https://github.com/sahlberg/libnfs/archive/libnfs-5.0.2/libnfs-libnfs-5.0.2.tar.gz" +MD5SUM="115034aab322d05235a9555d057f8b14" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" -MAINTAINER="Larry Hajali" -EMAIL="larryhaja[at]gmail[dot]com" +MAINTAINER="Jeremy Hansen" +EMAIL="jebrhansen+SBo@gmail.com" |